@getopenpay/openpay-js 0.2.35 → 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 +1 -1
- package/dist/index.es.js +13 -29
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -761,7 +761,7 @@ export declare class OpenPayForm {
|
|
|
761
761
|
* Runs the common credit card flow
|
|
762
762
|
*/
|
|
763
763
|
submitCard: (params?: CCSubmitParams) => void;
|
|
764
|
-
private
|
|
764
|
+
private checkValidFormInstance;
|
|
765
765
|
getAvailablePaymentMethods: () => ({
|
|
766
766
|
name: string;
|
|
767
767
|
} | {
|