We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54ff65d + c42ce4b commit 8d88d20Copy full SHA for 8d88d20
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