Completed
Branch master (e00770)
by Mikołaj
09:02
created
Category
src/Api/WebClient.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
         ];
105 105
 
106 106
         if (true === $this->isCashOnDelivery()) {
107
-            $shipmentInfo['specialServices'] = $this->resolveSpecialServices();
107
+            $shipmentInfo[ 'specialServices' ] = $this->resolveSpecialServices();
108 108
         }
109 109
 
110 110
         return $shipmentInfo;
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
         $collectOnDeliveryValue = number_format($this->getOrder()->getTotal(), 2, '.', '');
219 219
 
220 220
         return [
221
-            ['serviceType' => 'COD', 'serviceValue' => $collectOnDeliveryValue],
221
+            [ 'serviceType' => 'COD', 'serviceValue' => $collectOnDeliveryValue ],
222 222
             'collectOnDeliveryForm' => $this->getShippingGatewayConfig('collect_on_delivery_form'),
223 223
         ];
224 224
     }
Please login to merge, or discard this patch.