merchi_sdk_js 0.0.18 → 0.0.20
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/job.js +1 -0
package/package.json
CHANGED
package/src/job.js
CHANGED
@@ -130,6 +130,7 @@ export function Job() {
|
|
130
130
|
addPropertyTo(this, 'shopifyOrderId');
|
131
131
|
addPropertyTo(this, 'shopifyOrderLineItemId');
|
132
132
|
addPropertyTo(this, 'internalTags', InternalTag);
|
133
|
+
addPropertyTo(this, 'isNewClient');
|
133
134
|
|
134
135
|
this.create = function (
|
135
136
|
success, error, embed, asDomain, withRights) {
|