@drawbridge/drawbridge-stripe 0.1.16 → 0.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -3
- package/dist/index.mjs +1 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -587,7 +587,6 @@ var require_subscription = __commonJS({
|
|
|
587
587
|
}
|
|
588
588
|
},
|
|
589
589
|
create: async ({
|
|
590
|
-
billingCycleAnchor,
|
|
591
590
|
customer,
|
|
592
591
|
discounts = [],
|
|
593
592
|
idempotencyKey,
|
|
@@ -621,8 +620,7 @@ var require_subscription = __commonJS({
|
|
|
621
620
|
price: actions.price
|
|
622
621
|
}
|
|
623
622
|
],
|
|
624
|
-
metadata
|
|
625
|
-
billing_cycle_anchor: billingCycleAnchor || "now"
|
|
623
|
+
metadata
|
|
626
624
|
},
|
|
627
625
|
idem(idempotencyKey, "subscription.create")
|
|
628
626
|
);
|
package/dist/index.mjs
CHANGED
|
@@ -593,7 +593,6 @@ var require_subscription = __commonJS({
|
|
|
593
593
|
}
|
|
594
594
|
},
|
|
595
595
|
create: async ({
|
|
596
|
-
billingCycleAnchor,
|
|
597
596
|
customer,
|
|
598
597
|
discounts = [],
|
|
599
598
|
idempotencyKey,
|
|
@@ -627,8 +626,7 @@ var require_subscription = __commonJS({
|
|
|
627
626
|
price: actions.price
|
|
628
627
|
}
|
|
629
628
|
],
|
|
630
|
-
metadata
|
|
631
|
-
billing_cycle_anchor: billingCycleAnchor || "now"
|
|
629
|
+
metadata
|
|
632
630
|
},
|
|
633
631
|
idem(idempotencyKey, "subscription.create")
|
|
634
632
|
);
|
package/package.json
CHANGED