diff --git a/packages/medusa-plugin-brightpearl/src/services/brightpearl.js b/packages/medusa-plugin-brightpearl/src/services/brightpearl.js index de66605cd5..b4f3683287 100644 --- a/packages/medusa-plugin-brightpearl/src/services/brightpearl.js +++ b/packages/medusa-plugin-brightpearl/src/services/brightpearl.js @@ -598,6 +598,7 @@ class BrightpearlService extends BaseService { }, }, rows: await this.getBrightpearlRows({ + currency_code: fromOrder.currency_code, region: fromOrder.region, discounts: fromOrder.discounts, tax_rate: fromOrder.tax_rate,