diff --git a/packages/medusa-plugin-brightpearl/src/services/brightpearl.js b/packages/medusa-plugin-brightpearl/src/services/brightpearl.js index bf02058c57..de66605cd5 100644 --- a/packages/medusa-plugin-brightpearl/src/services/brightpearl.js +++ b/packages/medusa-plugin-brightpearl/src/services/brightpearl.js @@ -968,6 +968,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,