@paydala-payments/models 0.7.3 → 0.7.32
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/paydala.d.ts +3 -4
- package/dist/paydala.js +0 -1
- package/package.json +1 -1
package/dist/paydala.d.ts
CHANGED
@@ -6,12 +6,11 @@ export declare enum IntegrationSource {
|
|
6
6
|
WebView = "webview",
|
7
7
|
Iframe = "iframe",
|
8
8
|
RNWebView = "rn-webview",
|
9
|
-
ExpoWebView = "expo-webview"
|
10
|
-
IOSNative = "ios-native"
|
9
|
+
ExpoWebView = "expo-webview"
|
11
10
|
}
|
12
11
|
export declare enum BankProcessor {
|
13
|
-
MX = "
|
14
|
-
MASTER_CARD = "
|
12
|
+
MX = "MX",
|
13
|
+
MASTER_CARD = "MC"
|
15
14
|
}
|
16
15
|
export interface Paydala extends PaydalaBasic {
|
17
16
|
/** Callback function when the Paydala session is finished */
|
package/dist/paydala.js
CHANGED
@@ -7,7 +7,6 @@ var IntegrationSource;
|
|
7
7
|
IntegrationSource["Iframe"] = "iframe";
|
8
8
|
IntegrationSource["RNWebView"] = "rn-webview";
|
9
9
|
IntegrationSource["ExpoWebView"] = "expo-webview";
|
10
|
-
IntegrationSource["IOSNative"] = "ios-native";
|
11
10
|
})(IntegrationSource || (exports.IntegrationSource = IntegrationSource = {}));
|
12
11
|
var BankProcessor;
|
13
12
|
(function (BankProcessor) {
|