@getopenpay/openpay-js 0.2.34 → 0.2.36
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 +2 -0
- package/dist/index.es.js +810 -787
- package/dist/index.umd.js +27 -16
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -693,6 +693,7 @@ export declare class OpenPayForm {
|
|
|
693
693
|
readonly baseUrl: string;
|
|
694
694
|
readonly formCallbacks: FormCallbacks;
|
|
695
695
|
private registeredElements;
|
|
696
|
+
private isDestroyed;
|
|
696
697
|
private eventHandler;
|
|
697
698
|
private connectionManager;
|
|
698
699
|
static ojsFlows: typeof OjsFlows;
|
|
@@ -760,6 +761,7 @@ export declare class OpenPayForm {
|
|
|
760
761
|
* Runs the common credit card flow
|
|
761
762
|
*/
|
|
762
763
|
submitCard: (params?: CCSubmitParams) => void;
|
|
764
|
+
private checkValidFormInstance;
|
|
763
765
|
getAvailablePaymentMethods: () => ({
|
|
764
766
|
name: string;
|
|
765
767
|
} | {
|