@spot-flow/checkout-inline-js 0.2.4-dev.2 → 0.2.5-dev.1

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.
@@ -26,6 +26,7 @@ type Props = {
26
26
  restartTransactionProcess: () => void;
27
27
  retryingPayment: boolean;
28
28
  countryCode?: string;
29
+ planId: string;
29
30
  };
30
31
  declare class MobileMoney {
31
32
  private contents;
@@ -53,6 +54,7 @@ declare class MobileMoney {
53
54
  private token;
54
55
  private callBackUrl;
55
56
  private rdtCode?;
57
+ private planId;
56
58
  merchantDetails: GetMerchantDetailsTax;
57
59
  private onClose;
58
60
  private hidePaymentMethods;
@@ -67,7 +69,7 @@ declare class MobileMoney {
67
69
  countryCode?: string;
68
70
  errorText: string;
69
71
  otpMessage: string;
70
- constructor({ container, merchantKey, localCurrency, metadata, callBackUrl, rdtCode, reference, onSuccess, url, customer, amount, totalAmount, token, currency, disablePaymentMethods, hidePaymentMethods, showPaymentMethods, onClose, restartTransactionProcess, retryingPayment, countryCode, }: Props);
72
+ constructor({ container, merchantKey, localCurrency, metadata, callBackUrl, rdtCode, reference, onSuccess, url, customer, amount, totalAmount, token, currency, disablePaymentMethods, hidePaymentMethods, showPaymentMethods, onClose, restartTransactionProcess, retryingPayment, countryCode, planId, }: Props);
71
73
  get currentStep(): number;
72
74
  set currentStep(step: number);
73
75
  attachInputListeners(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spot-flow/checkout-inline-js",
3
- "version": "0.2.4-dev.2",
3
+ "version": "0.2.5-dev.1",
4
4
  "description": "",
5
5
  "main": "dist/checkout-inline.js",
6
6
  "module": "dist/checkout-inline.es.js",