Skip to content

Commit

Permalink
Eco-1936 update data
Browse files Browse the repository at this point in the history
  • Loading branch information
vhrychenko committed Sep 27, 2018
1 parent 3bec092 commit f843d6f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/SprykerEco/Zed/Payone/Business/Payment/PaymentManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -1019,12 +1019,12 @@ protected function performGenericRequest(GenericPaymentContainer $requestContain
*/
protected function prepareOrderItems(OrderTransfer $orderTransfer, AbstractRequestContainer $container): AbstractRequestContainer
{
$arrayIt = $container->getIt() ?? [];
$arrayId = $container->getId() ?? [];
$arrayPr = $container->getPr() ?? [];
$arrayNo = $container->getNo() ?? [];
$arrayDe = $container->getDe() ?? [];
$arrayVa = $container->getVa() ?? [];
$arrayIt = [];
$arrayId = [];
$arrayPr = [];
$arrayNo = [];
$arrayDe = [];
$arrayVa = [];

$key = count($arrayId);

Expand Down

0 comments on commit f843d6f

Please sign in to comment.