We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ff65d commit c42ce4bCopy full SHA for c42ce4b
src/Action/ConvertPaymentAction.php
@@ -171,7 +171,7 @@ protected function convertOrderItems(Collection $items): array
171
$orderItem->getProductName(),
172
$orderItem->getVariantName()
173
),
174
- 'item_price' => $orderItem->getUnitPrice(),
+ 'item_price' => $orderItem->getFullDiscountedUnitPrice(),
175
'vat_rate' => 25 / 100, // @todo Fix
176
];
177
})->toArray();
0 commit comments