@fractalpay/fractalpay-next-dev 0.0.99 → 0.0.100

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.d.mts CHANGED
@@ -94,8 +94,10 @@ type Props$1 = {
94
94
  isRequest?: boolean;
95
95
  pass_fee?: boolean;
96
96
  pass_fee_amount?: number | string;
97
+ bankAmount: string;
98
+ bankSurcharge?: string;
97
99
  };
98
- declare const PaymentWidget: ({ amount, submitBtnText, session_token, customerId, callback, merchantName, isPreAuth, surcharge, submitBtnClass, submitBtnIcon, isRequest, pass_fee, pass_fee_amount }: Props$1) => React.JSX.Element;
100
+ declare const PaymentWidget: ({ amount, bankAmount, submitBtnText, session_token, customerId, callback, merchantName, isPreAuth, surcharge, submitBtnClass, submitBtnIcon, isRequest, pass_fee, pass_fee_amount }: Props$1) => React.JSX.Element;
99
101
 
100
102
  type Props = {
101
103
  merchantPublicKey: string;
package/dist/index.d.ts CHANGED
@@ -94,8 +94,10 @@ type Props$1 = {
94
94
  isRequest?: boolean;
95
95
  pass_fee?: boolean;
96
96
  pass_fee_amount?: number | string;
97
+ bankAmount: string;
98
+ bankSurcharge?: string;
97
99
  };
98
- declare const PaymentWidget: ({ amount, submitBtnText, session_token, customerId, callback, merchantName, isPreAuth, surcharge, submitBtnClass, submitBtnIcon, isRequest, pass_fee, pass_fee_amount }: Props$1) => React.JSX.Element;
100
+ declare const PaymentWidget: ({ amount, bankAmount, submitBtnText, session_token, customerId, callback, merchantName, isPreAuth, surcharge, submitBtnClass, submitBtnIcon, isRequest, pass_fee, pass_fee_amount }: Props$1) => React.JSX.Element;
99
101
 
100
102
  type Props = {
101
103
  merchantPublicKey: string;