fix(medusa-plugin-brightpearl): allow status updates
This commit is contained in:
@@ -393,6 +393,7 @@ class BrightpearlService extends BaseService {
|
|||||||
externalRef: fromOrder._id,
|
externalRef: fromOrder._id,
|
||||||
channelId: this.options.channel_id || `1`,
|
channelId: this.options.channel_id || `1`,
|
||||||
installedIntegrationInstanceId: authData.installation_instance_id,
|
installedIntegrationInstanceId: authData.installation_instance_id,
|
||||||
|
statusId: this.options.default_status_id || `3`,
|
||||||
customer: {
|
customer: {
|
||||||
id: customer.contactId,
|
id: customer.contactId,
|
||||||
address: {
|
address: {
|
||||||
|
|||||||
Reference in New Issue
Block a user