@fractalpay/fractalpay-next-test 0.0.13 → 0.0.15

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
@@ -111,6 +111,8 @@ type Props = {
111
111
  pass_fee?: boolean;
112
112
  orderGuid: string;
113
113
  onTriggerPay?: (fn: () => void) => void;
114
+ allowPartial: boolean;
115
+ cashDiscount?: string;
114
116
  };
115
117
  declare function PartialPayment(props: Props): React.JSX.Element;
116
118
 
package/dist/index.d.ts CHANGED
@@ -111,6 +111,8 @@ type Props = {
111
111
  pass_fee?: boolean;
112
112
  orderGuid: string;
113
113
  onTriggerPay?: (fn: () => void) => void;
114
+ allowPartial: boolean;
115
+ cashDiscount?: string;
114
116
  };
115
117
  declare function PartialPayment(props: Props): React.JSX.Element;
116
118