Merge branch 'hotfix/bp-currency-typo' into develop
This commit is contained in:
@@ -417,7 +417,7 @@ class BrightpearlService extends BaseService {
|
|||||||
currencyIsoCode: fromOrder.currency_code.toUpperCase(),
|
currencyIsoCode: fromOrder.currency_code.toUpperCase(),
|
||||||
amountPaid: this.bpnum_(
|
amountPaid: this.bpnum_(
|
||||||
fromReturn.refund_amount,
|
fromReturn.refund_amount,
|
||||||
fromOrder.currencyCode
|
fromOrder.currency_code
|
||||||
),
|
),
|
||||||
paymentDate: new Date(),
|
paymentDate: new Date(),
|
||||||
paymentType,
|
paymentType,
|
||||||
|
|||||||
Reference in New Issue
Block a user