merchi_sdk_js 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -13,6 +13,7 @@ export function AutomaticPaymentRelationship() {
|
|
13
13
|
addPropertyTo(this, 'id');
|
14
14
|
addPropertyTo(this, 'creationDate');
|
15
15
|
addPropertyTo(this, 'stripeCustomerId');
|
16
|
+
addPropertyTo(this, 'allowPostPayment');
|
16
17
|
addPropertyTo(this, 'companyCustomer', Company);
|
17
18
|
addPropertyTo(this, 'companySupplier', Company);
|
18
19
|
|