open-api
open-api copied to clipboard
[BUG]: getShopPaymentByReceiptId Buyer currency code is correct but shows shop currency values
Is there an existing issue for this?
- [X] I have searched the existing issues
Describe the bug
In the V2 API this would return the values in the buyer's currency.
In V3 it is returning the correct currency code, but the values are the shop currency values.
Steps to reproduce
getShopPaymentByReceiptId on any order with a currency different to the shop currency
Expected behavior
Return values in the correct currency
Additional context
No response