@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.cjs CHANGED
@@ -337,7 +337,7 @@ var SubscriptionService = class {
337
337
  );
338
338
  }
339
339
  async generateFlexFormUrl(payload) {
340
- return this.api.post("/subscriptions/flexform", {
340
+ return this.api.post(`/subscriptions/ccbill/flexform-url`, {
341
341
  body: { ...payload }
342
342
  });
343
343
  }