Completed
Push — master ( ece9c7...2d2d52 )
by Gilmar
05:37
created
src/Payment/Request/Decorator/AbstractDecorator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
         return [
60 60
             'merchantAccount'           => $this->getRequest()->getMerchantAccount(),
61 61
             'reference'                 => $this->factoryReference(),
62
-            'amount'                    => ['currency'  => 'BRL','value' => $value],
62
+            'amount'                    => ['currency'  => 'BRL', 'value' => $value],
63 63
             'shopperEmail'              => $this->getOrder()->getShopper()->getEmail(),
64 64
             'shopperIP'                 => $this->getOrder()->getShopper()->getIp(),
65 65
             'merchantOrderReference'    => 'payment-' . $this->getOrder()->getId(),
Please login to merge, or discard this patch.