@spot-flow/checkout-inline-js 0.1.36-dev.1 → 0.1.36

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.
@@ -1,4 +1,4 @@
1
- import { GetMobileMoneyResponse, PaymentResponseData } from '../../types/types';
1
+ import { GetMerchantDetailsTax, GetMobileMoneyResponse, PaymentResponseData } from '../../types/types';
2
2
  import { PageLoader } from '../shared/page-loader';
3
3
  import { PaymentWarning } from '../shared/payment-warning';
4
4
 
@@ -18,8 +18,8 @@ type Props = {
18
18
  amount: number;
19
19
  totalAmount: number;
20
20
  localCurrency?: string;
21
- rate?: number;
22
21
  restartTransactionProcess: () => void;
22
+ merchantDetails: GetMerchantDetailsTax;
23
23
  };
24
24
  export declare class MobileMoneyForm {
25
25
  container: HTMLElement | Element;
@@ -27,7 +27,6 @@ export declare class MobileMoneyForm {
27
27
  warningError: PaymentWarning;
28
28
  pageLoader: PageLoader;
29
29
  localCurrency?: string;
30
- rate?: number;
31
30
  amount: number;
32
31
  totalAmount: number;
33
32
  private onAction;
@@ -37,6 +36,7 @@ export declare class MobileMoneyForm {
37
36
  private url?;
38
37
  private currency;
39
38
  private restartTransactionProcess;
39
+ private merchantDetails;
40
40
  constructor(props: Props);
41
41
  private validateForm;
42
42
  attachListener(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spot-flow/checkout-inline-js",
3
- "version": "0.1.36-dev.1",
3
+ "version": "0.1.36",
4
4
  "description": "",
5
5
  "main": "dist/checkout-inline.js",
6
6
  "module": "dist/checkout-inline.es.js",