diff --git a/packages/medusa-plugin-brightpearl/src/services/brightpearl.js b/packages/medusa-plugin-brightpearl/src/services/brightpearl.js index b4f3683287..166902c423 100644 --- a/packages/medusa-plugin-brightpearl/src/services/brightpearl.js +++ b/packages/medusa-plugin-brightpearl/src/services/brightpearl.js @@ -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,