Skip to content

Commit

Permalink
Temporarily remove 'items' from order creation API call
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Sep 14, 2020
1 parent 69b779e commit 7b82561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Api/CreateOrderApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ public function create(string $token, PaymentInterface $payment, string $referen
],
],
'soft_descriptor' => 'Sylius PayPal Payment',
'items' => $payPalItemData['items'],
// TODO: figure out how to update items while updating PayPal order
// 'items' => $payPalItemData['items'],
],
],
'application_context' => [
Expand Down

0 comments on commit 7b82561

Please sign in to comment.