Completed
Push — master ( 27ec34...22ee16 )
by PROSPER
10s
created
src/Paystack.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -178,11 +178,11 @@
 block discarded – undo
178 178
     }
179 179
     
180 180
      /**
181
-     * Get the authorization callback response
182
-     * In situations where Laravel serves as an backend for a detached UI, the api cannot redirect 
183
-     * and might need to take different actions based on the success or not of the transaction
184
-     * @return array
185
-     */
181
+      * Get the authorization callback response
182
+      * In situations where Laravel serves as an backend for a detached UI, the api cannot redirect 
183
+      * and might need to take different actions based on the success or not of the transaction
184
+      * @return array
185
+      */
186 186
     public function getAuthorizationResponse($data)
187 187
     {
188 188
         $this->makePaymentRequest($data);
Please login to merge, or discard this patch.