Skip to content

Commit c11afd7

Browse files
update regex
1 parent 322a642 commit c11afd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frames-react-native",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "Frames React Native",
55
"main": "dist/index.js",
66
"scripts": {

src/utils/constants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ export const SANDBOX_LOGGER =
1212
"https://cloudevents.integration.sandbox.checkout.com/logging";
1313
export const MBC_LIVE_PUBLIC_KEY_REGEX =
1414
/^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*#$=]$/;
15+
export const NAS_LIVE_PUBLIC_KEY_REGEX = /^pk_?[a-z2-7]{26}[a-z2-7*#$=]$/;

0 commit comments

Comments
 (0)