@flopay/shared 1.3.3 → 1.3.4
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -201,7 +201,7 @@ var PAYMENT_METHOD_LOGOS = {
|
|
|
201
201
|
};
|
|
202
202
|
|
|
203
203
|
// src/constants.ts
|
|
204
|
-
var SDK_VERSION = "1.3.
|
|
204
|
+
var SDK_VERSION = "1.3.4";
|
|
205
205
|
var FLO_SDK_VERSION_HEADER = "x-flo-sdk-version";
|
|
206
206
|
var BILLING_API_URL_STAGING = "https://api.stage.flopay.com";
|
|
207
207
|
var BILLING_API_URL_PRODUCTION = "https://api.flopay.com";
|