react-native-webview-bootpay 13.14.3 → 13.14.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/apple/BPCWebViewImpl.m +2 -0
- package/package.json +1 -1
package/apple/BPCWebViewImpl.m
CHANGED
|
@@ -2056,6 +2056,8 @@ didFinishNavigation:(WKNavigation *)navigation
|
|
|
2056
2056
|
itunesUrl = @"https://apps.apple.com/kr/app/%EB%A6%AC%EB%B8%8C/id1126232922";
|
|
2057
2057
|
} else if([sUrl hasPrefix: @"mpocket.online.ansimclick"] || [sUrl hasPrefix: @"ansimclickscard"] || [sUrl hasPrefix: @"ansimclickipcollect"] || [sUrl hasPrefix: @"samsungpay"] || [sUrl hasPrefix: @"scardcertiapp"]) {
|
|
2058
2058
|
itunesUrl = @"https://apps.apple.com/kr/app/%EC%82%BC%EC%84%B1%EC%B9%B4%EB%93%9C/id535125356";
|
|
2059
|
+
} else if([sUrl hasPrefix: @"monimopay"] || [sUrl hasPrefix: @"smcard"]) {
|
|
2060
|
+
itunesUrl = @"https://apps.apple.com/kr/app/monimo-%EB%AA%A8%EB%8B%88%EB%AA%A8-%EC%82%BC%EC%84%B1%EA%B8%88%EC%9C%B5%EB%84%A4%ED%8A%B8%EC%9B%8D%EC%8A%A4/id379577046";
|
|
2059
2061
|
} else if([sUrl hasPrefix: @"lottesmartpay"]) {
|
|
2060
2062
|
itunesUrl = @"https://apps.apple.com/us/app/%EB%A1%AF%EB%8D%B0%EC%B9%B4%EB%93%9C-%EC%95%B1%EC%B9%B4%EB%93%9C/id688047200";
|
|
2061
2063
|
} else if([sUrl hasPrefix: @"lotteappcard"]) {
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"Thibault Malbranche <malbranche.thibault@gmail.com>"
|
|
11
11
|
],
|
|
12
12
|
"license": "MIT",
|
|
13
|
-
"version": "13.14.
|
|
13
|
+
"version": "13.14.4",
|
|
14
14
|
"homepage": "https://github.com/bootpay/react-native-webview-bootpay#readme",
|
|
15
15
|
"scripts": {
|
|
16
16
|
"android": "react-native run-android",
|