hotfix(brightpearl): currencyCode -> currency_code

This commit is contained in:
Sebastian Rindom
2021-04-15 09:53:26 +02:00
parent 249b666529
commit bed0d5da99

View File

@@ -417,7 +417,7 @@ class BrightpearlService extends BaseService {
currencyIsoCode: fromOrder.currency_code.toUpperCase(),
amountPaid: this.bpnum_(
fromReturn.refund_amount,
fromOrder.currencyCode
fromOrder.currency_code
),
paymentDate: new Date(),
paymentType,