@doujins/payments-ui 0.0.14 → 0.0.15

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 CHANGED
@@ -304,7 +304,7 @@ var SubscriptionService = class {
304
304
  );
305
305
  }
306
306
  async generateFlexFormUrl(payload) {
307
- return this.api.post("/subscriptions/flexform", {
307
+ return this.api.post(`/subscriptions/ccbill/flexform-url`, {
308
308
  body: { ...payload }
309
309
  });
310
310
  }