@spot-flow/checkout-inline-js 0.1.42-dev.3 → 0.1.43-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.
@@ -11,6 +11,7 @@ type Props = {
11
11
  callBackUrl: string;
12
12
  paymentResponse: PaymentResponseData;
13
13
  paymentResponseHeaders: Headers;
14
+ paymentMethod: string;
14
15
  };
15
16
  export declare class MobileMoneyConfirmationEnd {
16
17
  container: HTMLDivElement;
@@ -18,6 +19,7 @@ export declare class MobileMoneyConfirmationEnd {
18
19
  private callBackUrl;
19
20
  private paymentResponse;
20
21
  private paymentResponseHeaders;
22
+ paymentMethod: string;
21
23
  constructor(props: Props);
22
24
  attachListeners(): void;
23
25
  renderComponent(): void;
@@ -4,11 +4,11 @@ type Props = {
4
4
  container: HTMLDivElement;
5
5
  testCardContainer: HTMLDivElement;
6
6
  };
7
+ export declare function hideTestContainer(container: HTMLElement): void;
7
8
  export declare class MainFooter {
8
9
  container: HTMLDivElement;
9
10
  testCardContainer: HTMLDivElement;
10
11
  testCardInstance: TestCard | null;
11
- isVisible: boolean;
12
12
  constructor({ container, testCardContainer }: Props);
13
13
  attachListener(): void;
14
14
  renderComponent(): void;
@@ -10,6 +10,7 @@ type Props = {
10
10
  callBackUrl: string;
11
11
  paymentResponse: PaymentResponseData;
12
12
  paymentResponseHeaders: Headers;
13
+ paymentMethod: string;
13
14
  };
14
15
  export declare class TransferConfirmationEnd {
15
16
  container: HTMLDivElement;
@@ -17,6 +18,7 @@ export declare class TransferConfirmationEnd {
17
18
  private callBackUrl;
18
19
  private paymentResponse;
19
20
  private paymentResponseHeaders;
21
+ private paymentMethod;
20
22
  constructor(props: Props);
21
23
  attachListeners(): void;
22
24
  renderComponent(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spot-flow/checkout-inline-js",
3
- "version": "0.1.42-dev.3",
3
+ "version": "0.1.43-dev.1",
4
4
  "description": "",
5
5
  "main": "dist/checkout-inline.js",
6
6
  "module": "dist/checkout-inline.es.js",