@flopay/shared 1.2.5 → 1.2.6
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -3
- package/dist/index.d.ts +8 -3
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -181,7 +181,7 @@ var PAYMENT_METHOD_LOGOS = {
|
|
|
181
181
|
};
|
|
182
182
|
|
|
183
183
|
// src/constants.ts
|
|
184
|
-
var SDK_VERSION = "1.2.
|
|
184
|
+
var SDK_VERSION = "1.2.6";
|
|
185
185
|
var BILLING_API_URL_STAGING = "https://api.stage.flopay.com";
|
|
186
186
|
var BILLING_API_URL_PRODUCTION = "https://api.flopay.com";
|
|
187
187
|
var DEFAULT_API_BASE_URL = BILLING_API_URL_STAGING;
|