@fractalpay/fractalpay-next-dev 0.0.101 → 0.0.102

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