arky-sdk 0.5.36 → 0.5.38

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
@@ -1317,7 +1317,8 @@ var createAudienceApi = (apiConfig) => {
1317
1317
  email: params.email,
1318
1318
  ...params.priceId && { priceId: params.priceId },
1319
1319
  ...params.successUrl && { successUrl: params.successUrl },
1320
- ...params.cancelUrl && { cancelUrl: params.cancelUrl }
1320
+ ...params.cancelUrl && { cancelUrl: params.cancelUrl },
1321
+ ...params.confirmUrl && { confirmUrl: params.confirmUrl }
1321
1322
  },
1322
1323
  options
1323
1324
  );