@getopenpay/openpay-js 0.1.1 → 0.1.2

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
@@ -185,7 +185,10 @@ export declare class OpenPayForm {
185
185
  }
186
186
 
187
187
  declare type PaymentRequestStartParams = {
188
- amountToDisplayForSetupMode?: Amount;
188
+ overridePaymentRequest?: {
189
+ amount: Amount;
190
+ pending: boolean;
191
+ };
189
192
  };
190
193
 
191
194
  declare type PaymentRequestStatus = {