@@ -976,20 +976,20 @@ |
||
| 976 | 976 | } |
| 977 | 977 | |
| 978 | 978 | $request = new CommitOrderRequest( |
| 979 | - $this->getHash($pendingOrderReference), |
|
| 980 | - $this->commitServiceType->getWebShopId(), |
|
| 981 | - $targetWebShop, |
|
| 982 | - $orderReference, |
|
| 983 | - $pendingOrderReference, |
|
| 984 | - $totalAmount, |
|
| 985 | - $totalAmountCurrency, |
|
| 986 | - $language, |
|
| 987 | - $customerEmail, |
|
| 988 | - $customerPhoneNumber, |
|
| 989 | - $shippingMethod, |
|
| 990 | - $shipperAddress, |
|
| 991 | - $returnAddress, |
|
| 992 | - $shippingAddress |
|
| 979 | + $this->getHash($pendingOrderReference), |
|
| 980 | + $this->commitServiceType->getWebShopId(), |
|
| 981 | + $targetWebShop, |
|
| 982 | + $orderReference, |
|
| 983 | + $pendingOrderReference, |
|
| 984 | + $totalAmount, |
|
| 985 | + $totalAmountCurrency, |
|
| 986 | + $language, |
|
| 987 | + $customerEmail, |
|
| 988 | + $customerPhoneNumber, |
|
| 989 | + $shippingMethod, |
|
| 990 | + $shipperAddress, |
|
| 991 | + $returnAddress, |
|
| 992 | + $shippingAddress |
|
| 993 | 993 | ); |
| 994 | 994 | |
| 995 | 995 | $response = $this->commitServiceType->commitOrder($request); |