@getopenpay/openpay-js-react 0.2.23 → 0.2.25

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.ts CHANGED
@@ -640,6 +640,7 @@ export declare type PaymentRequestStartParams = {
640
640
  overridePaymentRequest?: {
641
641
  amount: Amount;
642
642
  pending?: boolean;
643
+ label?: string;
643
644
  applePayPaymentRequest?: ApplePayJS.ApplePayPaymentRequest;
644
645
  };
645
646
  };