Completed
Push — master ( 462383...034c61 )
by Henry
23:56
created
src/Paga.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -492,10 +492,10 @@
 block discarded – undo
492 492
         ];
493 493
 
494 494
         $hash = createHash($this->apiKey, [
495
-            $body['referenceNumber'],
496
-            $body['amount'],
497
-            $body['merchantAccount'],
498
-            $body['merchantReferenceNumber'],
495
+            $body[ 'referenceNumber' ],
496
+            $body[ 'amount' ],
497
+            $body[ 'merchantAccount' ],
498
+            $body[ 'merchantReferenceNumber' ],
499 499
         ]);
500 500
 
501 501
         $endpoint = 'paga-webservices/business-rest/secured/merchantPayment';
Please login to merge, or discard this patch.