We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322a642 commit c11afd7Copy full SHA for c11afd7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "frames-react-native",
3
- "version": "1.1.7",
+ "version": "1.1.8",
4
"description": "Frames React Native",
5
"main": "dist/index.js",
6
"scripts": {
src/utils/constants.tsx
@@ -12,4 +12,4 @@ export const SANDBOX_LOGGER =
12
"https://cloudevents.integration.sandbox.checkout.com/logging";
13
export const MBC_LIVE_PUBLIC_KEY_REGEX =
14
/^pk_?(\w{8})-(\w{4})-(\w{4})-(\w{4})-(\w{12})$/;
15
-export const NAS_LIVE_PUBLIC_KEY_REGEX = /^pk_sbox_?[a-z2-7]{26}[a-z2-7*#$=]$/;
+export const NAS_LIVE_PUBLIC_KEY_REGEX = /^pk_?[a-z2-7]{26}[a-z2-7*#$=]$/;
0 commit comments