@getopenpay/openpay-js 0.1.18 → 0.1.19-alpha.c318266
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 +4 -0
- package/dist/index.es.js +5 -3
- package/dist/index.umd.js +9 -9
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -507,6 +507,10 @@ export declare class OpenPayForm {
|
|
|
507
507
|
*/
|
|
508
508
|
submit: () => void;
|
|
509
509
|
destroy: () => void;
|
|
510
|
+
/**
|
|
511
|
+
* Updates form callbacks after initialization
|
|
512
|
+
*/
|
|
513
|
+
updateCallbacks: (newCallbacks: AllCallbacks) => void;
|
|
510
514
|
}
|
|
511
515
|
|
|
512
516
|
declare const PaymentRequestProvider = z.enum(['apple_pay', 'google_pay']);
|