shred-api-client 2.4.2 → 2.4.3

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
@@ -4598,7 +4598,7 @@ var SubscriptionAPI = class {
4598
4598
  null,
4599
4599
  ctx
4600
4600
  );
4601
- return data.url;
4601
+ return data;
4602
4602
  }
4603
4603
  async createCheckout(planId, ctx) {
4604
4604
  const endpointInfo = subscription_exports.Endpoints.Checkout;