@fractalpay/fractalpay-next-dev 0.0.102 → 0.0.104

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