iamport-react-native 2.0.15 → 3.0.1-alpha.0
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/CHANGELOG.md +13 -0
- package/README.md +12 -2
- package/lib/module/components/Certification/index.js +75 -72
- package/lib/module/components/Certification/index.js.map +1 -1
- package/lib/module/components/ErrorOnParams/index.js +13 -9
- package/lib/module/components/ErrorOnParams/index.js.map +1 -1
- package/lib/module/components/Loading/index.js +13 -9
- package/lib/module/components/Loading/index.js.map +1 -1
- package/lib/module/components/Payment/index.js +111 -93
- package/lib/module/components/Payment/index.js.map +1 -1
- package/lib/module/constants/index.js +2 -0
- package/lib/module/constants/index.js.map +1 -1
- package/lib/module/index.js +6 -4
- package/lib/module/index.js.map +1 -1
- package/lib/module/package.json +1 -0
- package/lib/module/styles.js +2 -0
- package/lib/module/styles.js.map +1 -1
- package/lib/module/utils/IamportUrl.js +51 -29
- package/lib/module/utils/IamportUrl.js.map +1 -1
- package/lib/module/utils/Validation.js +3 -2
- package/lib/module/utils/Validation.js.map +1 -1
- package/lib/module/utils/ValidationForPayment.js +4 -2
- package/lib/module/utils/ValidationForPayment.js.map +1 -1
- package/lib/typescript/package.json +1 -0
- package/lib/typescript/{components → src/components}/Certification/index.d.ts +1 -2
- package/lib/typescript/src/components/Certification/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ErrorOnParams/index.d.ts +6 -0
- package/lib/typescript/src/components/ErrorOnParams/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Loading/index.d.ts +3 -0
- package/lib/typescript/src/components/Loading/index.d.ts.map +1 -0
- package/lib/typescript/{components → src/components}/Payment/index.d.ts +1 -2
- package/lib/typescript/src/components/Payment/index.d.ts.map +1 -0
- package/lib/typescript/src/constants/index.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/{styles.d.ts → src/styles.d.ts} +2 -2
- package/lib/typescript/src/styles.d.ts.map +1 -0
- package/lib/typescript/{utils → src/utils}/IamportUrl.d.ts +8 -7
- package/lib/typescript/src/utils/IamportUrl.d.ts.map +1 -0
- package/lib/typescript/src/utils/Validation.d.ts.map +1 -0
- package/lib/typescript/src/utils/ValidationForPayment.d.ts.map +1 -0
- package/package.json +81 -74
- package/src/components/Certification/index.tsx +7 -7
- package/src/components/ErrorOnParams/index.tsx +1 -2
- package/src/components/Loading/index.tsx +1 -2
- package/src/components/Payment/index.tsx +31 -7
- package/src/utils/IamportUrl.ts +54 -26
- package/.circleci/config.yml +0 -98
- package/.editorconfig +0 -15
- package/.gitattributes +0 -3
- package/.gitignore +0 -69
- package/.yarnrc +0 -3
- package/.yarnrc.yml +0 -1
- package/android/.gradle/8.9/checksums/checksums.lock +0 -0
- package/android/.gradle/8.9/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/8.9/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/8.9/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
- package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/8.9/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/build.gradle +0 -128
- package/android/gradle.properties +0 -4
- package/android/src/main/AndroidManifest.xml +0 -4
- package/android/src/main/java/com/iamportreactnative/IamportReactNativePackage.kt +0 -17
- package/android/src/main/java/com/iamportreactnative/IamportReactNativeViewManager.kt +0 -20
- package/babel.config.js +0 -3
- package/example/.gitignore +0 -69
- package/example/README.md +0 -44
- package/example/android/.gradle/7.5.1/checksums/checksums.lock +0 -0
- package/example/android/.gradle/7.5.1/checksums/md5-checksums.bin +0 -0
- package/example/android/.gradle/7.5.1/checksums/sha1-checksums.bin +0 -0
- package/example/android/.gradle/7.5.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/example/android/.gradle/7.5.1/dependencies-accessors/gc.properties +0 -0
- package/example/android/.gradle/7.5.1/executionHistory/executionHistory.lock +0 -0
- package/example/android/.gradle/7.5.1/fileChanges/last-build.bin +0 -0
- package/example/android/.gradle/7.5.1/fileHashes/fileHashes.bin +0 -0
- package/example/android/.gradle/7.5.1/fileHashes/fileHashes.lock +0 -0
- package/example/android/.gradle/7.5.1/gc.properties +0 -0
- package/example/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/example/android/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/example/android/.gradle/vcs-1/gc.properties +0 -0
- package/example/android/app/build.gradle +0 -183
- package/example/android/app/debug.keystore +0 -0
- package/example/android/app/proguard-rules.pro +0 -10
- package/example/android/app/src/debug/AndroidManifest.xml +0 -8
- package/example/android/app/src/debug/java/com/example/iamportreactnative/ReactNativeFlipper.java +0 -69
- package/example/android/app/src/main/AndroidManifest.xml +0 -34
- package/example/android/app/src/main/java/com/example/iamportreactnative/MainActivity.java +0 -15
- package/example/android/app/src/main/java/com/example/iamportreactnative/MainApplication.java +0 -80
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/values/strings.xml +0 -3
- package/example/android/app/src/main/res/values/styles.xml +0 -9
- package/example/android/build.gradle +0 -21
- package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -6
- package/example/android/gradle.properties +0 -44
- package/example/android/gradlew +0 -183
- package/example/android/gradlew.bat +0 -103
- package/example/android/settings.gradle +0 -9
- package/example/app.json +0 -4
- package/example/babel.config.js +0 -11
- package/example/index.js +0 -5
- package/example/ios/File.swift +0 -8
- package/example/ios/Gemfile +0 -7
- package/example/ios/Gemfile.lock +0 -99
- package/example/ios/IamportReactNativeExample/AppDelegate.h +0 -15
- package/example/ios/IamportReactNativeExample/AppDelegate.mm +0 -138
- package/example/ios/IamportReactNativeExample/Images.xcassets/AppIcon.appiconset/Contents.json +0 -53
- package/example/ios/IamportReactNativeExample/Images.xcassets/Contents.json +0 -6
- package/example/ios/IamportReactNativeExample/Info.plist +0 -121
- package/example/ios/IamportReactNativeExample/LaunchScreen.storyboard +0 -58
- package/example/ios/IamportReactNativeExample/main.m +0 -16
- package/example/ios/IamportReactNativeExample-Bridging-Header.h +0 -3
- package/example/ios/IamportReactNativeExample.xcodeproj/project.pbxproj +0 -969
- package/example/ios/IamportReactNativeExample.xcodeproj/xcshareddata/xcschemes/IamportReactNativeExample.xcscheme +0 -99
- package/example/ios/IamportReactNativeExample.xcworkspace/contents.xcworkspacedata +0 -10
- package/example/ios/IamportReactNativeExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/example/ios/Podfile +0 -57
- package/example/ios/Podfile.lock +0 -756
- package/example/metro.config.js +0 -66
- package/example/package.json +0 -40
- package/example/src/App.tsx +0 -17
- package/example/src/Certification/index.tsx +0 -30
- package/example/src/CertificationResult/index.tsx +0 -79
- package/example/src/CertificationTest/index.tsx +0 -214
- package/example/src/Home/index.tsx +0 -87
- package/example/src/Loading/index.tsx +0 -12
- package/example/src/NavigationService.tsx +0 -127
- package/example/src/Payment/index.tsx +0 -28
- package/example/src/PaymentResult/index.tsx +0 -96
- package/example/src/PaymentTest/index.tsx +0 -383
- package/example/src/Picker/index.tsx +0 -60
- package/example/src/constants.ts +0 -274
- package/example/src/utils.ts +0 -83
- package/example/yarn.lock +0 -7358
- package/exampleForExpo/.buckconfig +0 -6
- package/exampleForExpo/.expo/README.md +0 -8
- package/exampleForExpo/.expo/devices.json +0 -3
- package/exampleForExpo/.gitattributes +0 -1
- package/exampleForExpo/.gitignore +0 -125
- package/exampleForExpo/.idea/.gitignore +0 -3
- package/exampleForExpo/.idea/caches/deviceStreaming.xml +0 -549
- package/exampleForExpo/.idea/exampleForExpo.iml +0 -9
- package/exampleForExpo/.idea/misc.xml +0 -6
- package/exampleForExpo/.idea/modules.xml +0 -8
- package/exampleForExpo/.idea/vcs.xml +0 -6
- package/exampleForExpo/.idea/workspace.xml +0 -53
- package/exampleForExpo/README.md +0 -58
- package/exampleForExpo/__tests__/App.js +0 -10
- package/exampleForExpo/android/.gitignore +0 -21
- package/exampleForExpo/android/.gradle/7.5.1/checksums/checksums.lock +0 -0
- package/exampleForExpo/android/.gradle/7.5.1/fileChanges/last-build.bin +0 -0
- package/exampleForExpo/android/.gradle/7.5.1/fileHashes/fileHashes.lock +0 -0
- package/exampleForExpo/android/.gradle/7.5.1/gc.properties +0 -0
- package/exampleForExpo/android/.gradle/vcs-1/gc.properties +0 -0
- package/exampleForExpo/android/app/BUCK +0 -55
- package/exampleForExpo/android/app/build.gradle +0 -362
- package/exampleForExpo/android/app/build_defs.bzl +0 -19
- package/exampleForExpo/android/app/debug.keystore +0 -0
- package/exampleForExpo/android/app/proguard-rules.pro +0 -14
- package/exampleForExpo/android/app/src/debug/AndroidManifest.xml +0 -7
- package/exampleForExpo/android/app/src/debug/java/kr/iamport/exampleForExpo/ReactNativeFlipper.java +0 -69
- package/exampleForExpo/android/app/src/main/AndroidManifest.xml +0 -34
- package/exampleForExpo/android/app/src/main/java/kr/iamport/exampleForExpo/MainActivity.java +0 -83
- package/exampleForExpo/android/app/src/main/java/kr/iamport/exampleForExpo/MainApplication.java +0 -106
- package/exampleForExpo/android/app/src/main/java/kr/iamport/exampleForExpo/newarchitecture/MainApplicationReactNativeHost.java +0 -117
- package/exampleForExpo/android/app/src/main/java/kr/iamport/exampleForExpo/newarchitecture/components/MainComponentsRegistry.java +0 -36
- package/exampleForExpo/android/app/src/main/java/kr/iamport/exampleForExpo/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java +0 -48
- package/exampleForExpo/android/app/src/main/jni/CMakeLists.txt +0 -7
- package/exampleForExpo/android/app/src/main/jni/MainApplicationModuleProvider.cpp +0 -32
- package/exampleForExpo/android/app/src/main/jni/MainApplicationModuleProvider.h +0 -16
- package/exampleForExpo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp +0 -45
- package/exampleForExpo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h +0 -38
- package/exampleForExpo/android/app/src/main/jni/MainComponentsRegistry.cpp +0 -65
- package/exampleForExpo/android/app/src/main/jni/MainComponentsRegistry.h +0 -32
- package/exampleForExpo/android/app/src/main/jni/OnLoad.cpp +0 -11
- package/exampleForExpo/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -36
- package/exampleForExpo/android/app/src/main/res/drawable/splashscreen.xml +0 -4
- package/exampleForExpo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/exampleForExpo/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/exampleForExpo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/exampleForExpo/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/exampleForExpo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/exampleForExpo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/exampleForExpo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/exampleForExpo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/exampleForExpo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/exampleForExpo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/exampleForExpo/android/app/src/main/res/values/colors.xml +0 -4
- package/exampleForExpo/android/app/src/main/res/values/strings.xml +0 -3
- package/exampleForExpo/android/app/src/main/res/values/styles.xml +0 -17
- package/exampleForExpo/android/app/src/main/res/values-night/colors.xml +0 -1
- package/exampleForExpo/android/build.gradle +0 -65
- package/exampleForExpo/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/exampleForExpo/android/gradle/wrapper/gradle-wrapper.properties +0 -5
- package/exampleForExpo/android/gradle.properties +0 -53
- package/exampleForExpo/android/gradlew +0 -240
- package/exampleForExpo/android/gradlew.bat +0 -91
- package/exampleForExpo/android/settings.gradle +0 -17
- package/exampleForExpo/app.json +0 -16
- package/exampleForExpo/babel.config.js +0 -11
- package/exampleForExpo/index.js +0 -9
- package/exampleForExpo/ios/.gitignore +0 -30
- package/exampleForExpo/ios/.xcode.env +0 -11
- package/exampleForExpo/ios/Podfile +0 -61
- package/exampleForExpo/ios/Podfile.lock +0 -734
- package/exampleForExpo/ios/Podfile.properties.json +0 -3
- package/exampleForExpo/ios/exampleForExpo/AppDelegate.h +0 -9
- package/exampleForExpo/ios/exampleForExpo/AppDelegate.mm +0 -166
- package/exampleForExpo/ios/exampleForExpo/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
- package/exampleForExpo/ios/exampleForExpo/Images.xcassets/Contents.json +0 -6
- package/exampleForExpo/ios/exampleForExpo/Images.xcassets/SplashScreenBackground.imageset/Contents.json +0 -21
- package/exampleForExpo/ios/exampleForExpo/Images.xcassets/SplashScreenBackground.imageset/image.png +0 -0
- package/exampleForExpo/ios/exampleForExpo/Info.plist +0 -118
- package/exampleForExpo/ios/exampleForExpo/SplashScreen.storyboard +0 -43
- package/exampleForExpo/ios/exampleForExpo/Supporting/Expo.plist +0 -16
- package/exampleForExpo/ios/exampleForExpo/exampleForExpo.entitlements +0 -8
- package/exampleForExpo/ios/exampleForExpo/main.m +0 -10
- package/exampleForExpo/ios/exampleForExpo/noop-file.swift +0 -4
- package/exampleForExpo/ios/exampleForExpo.xcodeproj/project.pbxproj +0 -544
- package/exampleForExpo/ios/exampleForExpo.xcodeproj/xcshareddata/xcschemes/exampleForExpo.xcscheme +0 -88
- package/exampleForExpo/ios/exampleForExpo.xcworkspace/contents.xcworkspacedata +0 -10
- package/exampleForExpo/ios/exampleForExpo.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/exampleForExpo/metro.config.js +0 -62
- package/exampleForExpo/package.json +0 -40
- package/exampleForExpo/src/App.js +0 -14
- package/exampleForExpo/src/Certification/index.js +0 -25
- package/exampleForExpo/src/CertificationResult/index.js +0 -61
- package/exampleForExpo/src/CertificationTest/index.js +0 -151
- package/exampleForExpo/src/Home/index.js +0 -80
- package/exampleForExpo/src/Loading/index.js +0 -10
- package/exampleForExpo/src/NavigationService.js +0 -102
- package/exampleForExpo/src/Payment/index.js +0 -23
- package/exampleForExpo/src/PaymentResult/index.js +0 -82
- package/exampleForExpo/src/PaymentTest/index.js +0 -313
- package/exampleForExpo/src/Picker/index.js +0 -19
- package/exampleForExpo/src/constants.js +0 -322
- package/exampleForExpo/src/utils.js +0 -116
- package/exampleForExpo/yarn.lock +0 -9498
- package/exampleForManagedExpo/.expo-shared/assets.json +0 -4
- package/exampleForManagedExpo/.gitignore +0 -22
- package/exampleForManagedExpo/App.js +0 -11
- package/exampleForManagedExpo/README.md +0 -33
- package/exampleForManagedExpo/app.json +0 -90
- package/exampleForManagedExpo/assets/adaptive-icon.png +0 -0
- package/exampleForManagedExpo/assets/favicon.png +0 -0
- package/exampleForManagedExpo/assets/icon.png +0 -0
- package/exampleForManagedExpo/assets/splash.png +0 -0
- package/exampleForManagedExpo/babel.config.js +0 -11
- package/exampleForManagedExpo/metro.config.js +0 -62
- package/exampleForManagedExpo/package.json +0 -36
- package/exampleForManagedExpo/src/Certification/index.js +0 -25
- package/exampleForManagedExpo/src/CertificationResult/index.js +0 -61
- package/exampleForManagedExpo/src/CertificationTest/index.js +0 -151
- package/exampleForManagedExpo/src/Home/index.js +0 -80
- package/exampleForManagedExpo/src/Loading/index.js +0 -10
- package/exampleForManagedExpo/src/NavigationService.js +0 -102
- package/exampleForManagedExpo/src/Payment/index.js +0 -23
- package/exampleForManagedExpo/src/PaymentResult/index.js +0 -82
- package/exampleForManagedExpo/src/PaymentTest/index.js +0 -313
- package/exampleForManagedExpo/src/Picker/index.js +0 -19
- package/exampleForManagedExpo/src/constants.js +0 -322
- package/exampleForManagedExpo/src/utils.js +0 -116
- package/exampleForManagedExpo/yarn.lock +0 -9411
- package/exampleForWebView/.buckconfig +0 -6
- package/exampleForWebView/.eslintrc.js +0 -4
- package/exampleForWebView/.gitattributes +0 -3
- package/exampleForWebView/.gitignore +0 -68
- package/exampleForWebView/.prettierrc.js +0 -7
- package/exampleForWebView/.watchmanconfig +0 -1
- package/exampleForWebView/README.md +0 -77
- package/exampleForWebView/__tests__/App-test.tsx +0 -14
- package/exampleForWebView/_editorconfig +0 -3
- package/exampleForWebView/android/.gradle/7.5.1/checksums/checksums.lock +0 -0
- package/exampleForWebView/android/.gradle/7.5.1/fileChanges/last-build.bin +0 -0
- package/exampleForWebView/android/.gradle/7.5.1/fileHashes/fileHashes.lock +0 -0
- package/exampleForWebView/android/.gradle/7.5.1/gc.properties +0 -0
- package/exampleForWebView/android/.gradle/vcs-1/gc.properties +0 -0
- package/exampleForWebView/android/app/BUCK +0 -55
- package/exampleForWebView/android/app/build.gradle +0 -313
- package/exampleForWebView/android/app/build_defs.bzl +0 -19
- package/exampleForWebView/android/app/debug.keystore +0 -0
- package/exampleForWebView/android/app/proguard-rules.pro +0 -10
- package/exampleForWebView/android/app/src/debug/AndroidManifest.xml +0 -13
- package/exampleForWebView/android/app/src/debug/java/com/exampleforwebview/ReactNativeFlipper.java +0 -73
- package/exampleForWebView/android/app/src/main/AndroidManifest.xml +0 -26
- package/exampleForWebView/android/app/src/main/java/com/exampleforwebview/MainActivity.java +0 -48
- package/exampleForWebView/android/app/src/main/java/com/exampleforwebview/MainApplication.java +0 -91
- package/exampleForWebView/android/app/src/main/java/com/exampleforwebview/newarchitecture/MainApplicationReactNativeHost.java +0 -116
- package/exampleForWebView/android/app/src/main/java/com/exampleforwebview/newarchitecture/components/MainComponentsRegistry.java +0 -36
- package/exampleForWebView/android/app/src/main/java/com/exampleforwebview/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java +0 -48
- package/exampleForWebView/android/app/src/main/jni/CMakeLists.txt +0 -7
- package/exampleForWebView/android/app/src/main/jni/MainApplicationModuleProvider.cpp +0 -32
- package/exampleForWebView/android/app/src/main/jni/MainApplicationModuleProvider.h +0 -16
- package/exampleForWebView/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp +0 -45
- package/exampleForWebView/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h +0 -38
- package/exampleForWebView/android/app/src/main/jni/MainComponentsRegistry.cpp +0 -65
- package/exampleForWebView/android/app/src/main/jni/MainComponentsRegistry.h +0 -32
- package/exampleForWebView/android/app/src/main/jni/OnLoad.cpp +0 -11
- package/exampleForWebView/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -36
- package/exampleForWebView/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/exampleForWebView/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/exampleForWebView/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/exampleForWebView/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/exampleForWebView/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/exampleForWebView/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/exampleForWebView/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/exampleForWebView/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/exampleForWebView/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/exampleForWebView/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/exampleForWebView/android/app/src/main/res/values/strings.xml +0 -3
- package/exampleForWebView/android/app/src/main/res/values/styles.xml +0 -9
- package/exampleForWebView/android/build.gradle +0 -51
- package/exampleForWebView/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/exampleForWebView/android/gradle/wrapper/gradle-wrapper.properties +0 -5
- package/exampleForWebView/android/gradle.properties +0 -40
- package/exampleForWebView/android/gradlew +0 -234
- package/exampleForWebView/android/gradlew.bat +0 -89
- package/exampleForWebView/android/settings.gradle +0 -11
- package/exampleForWebView/app.json +0 -4
- package/exampleForWebView/babel.config.js +0 -11
- package/exampleForWebView/index.js +0 -9
- package/exampleForWebView/ios/.xcode.env +0 -11
- package/exampleForWebView/ios/Podfile +0 -43
- package/exampleForWebView/ios/Podfile.lock +0 -748
- package/exampleForWebView/ios/exampleForWebView/AppDelegate.h +0 -8
- package/exampleForWebView/ios/exampleForWebView/AppDelegate.mm +0 -133
- package/exampleForWebView/ios/exampleForWebView/Images.xcassets/AppIcon.appiconset/Contents.json +0 -53
- package/exampleForWebView/ios/exampleForWebView/Images.xcassets/Contents.json +0 -6
- package/exampleForWebView/ios/exampleForWebView/Info.plist +0 -96
- package/exampleForWebView/ios/exampleForWebView/LaunchScreen.storyboard +0 -47
- package/exampleForWebView/ios/exampleForWebView/main.m +0 -10
- package/exampleForWebView/ios/exampleForWebView.xcodeproj/project.pbxproj +0 -723
- package/exampleForWebView/ios/exampleForWebView.xcodeproj/xcshareddata/xcschemes/exampleForWebView.xcscheme +0 -88
- package/exampleForWebView/ios/exampleForWebView.xcworkspace/contents.xcworkspacedata +0 -10
- package/exampleForWebView/ios/exampleForWebView.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/exampleForWebView/ios/exampleForWebViewTests/Info.plist +0 -24
- package/exampleForWebView/ios/exampleForWebViewTests/exampleForWebViewTests.m +0 -66
- package/exampleForWebView/manuals/CERTIFICATION.md +0 -223
- package/exampleForWebView/manuals/PAYMENT.md +0 -232
- package/exampleForWebView/metro.config.js +0 -61
- package/exampleForWebView/package.json +0 -54
- package/exampleForWebView/src/App.tsx +0 -50
- package/exampleForWebView/src/Certification.tsx +0 -54
- package/exampleForWebView/src/Home.tsx +0 -49
- package/exampleForWebView/src/Loading.tsx +0 -23
- package/exampleForWebView/src/Payment.tsx +0 -65
- package/exampleForWebView/yarn.lock +0 -7362
- package/iamport-react-native.podspec +0 -19
- package/ios/IamportReactNative-Bridging-Header.h +0 -1
- package/ios/IamportReactNative.xcodeproj/project.pbxproj +0 -293
- package/ios/IamportReactNativeViewManager.m +0 -12
- package/ios/IamportReactNativeViewManager.swift +0 -32
- package/lib/commonjs/components/Certification/index.js +0 -121
- package/lib/commonjs/components/Certification/index.js.map +0 -1
- package/lib/commonjs/components/ErrorOnParams/index.js +0 -50
- package/lib/commonjs/components/ErrorOnParams/index.js.map +0 -1
- package/lib/commonjs/components/Loading/index.js +0 -34
- package/lib/commonjs/components/Loading/index.js.map +0 -1
- package/lib/commonjs/components/Payment/index.js +0 -225
- package/lib/commonjs/components/Payment/index.js.map +0 -1
- package/lib/commonjs/constants/index.js +0 -114
- package/lib/commonjs/constants/index.js.map +0 -1
- package/lib/commonjs/img/iamport-logo.png +0 -0
- package/lib/commonjs/index.js +0 -29
- package/lib/commonjs/index.js.map +0 -1
- package/lib/commonjs/styles.js +0 -27
- package/lib/commonjs/styles.js.map +0 -1
- package/lib/commonjs/utils/IamportUrl.js +0 -289
- package/lib/commonjs/utils/IamportUrl.js.map +0 -1
- package/lib/commonjs/utils/Validation.js +0 -109
- package/lib/commonjs/utils/Validation.js.map +0 -1
- package/lib/commonjs/utils/ValidationForPayment.js +0 -112
- package/lib/commonjs/utils/ValidationForPayment.js.map +0 -1
- package/lib/typescript/components/Certification/index.d.ts.map +0 -1
- package/lib/typescript/components/ErrorOnParams/index.d.ts +0 -7
- package/lib/typescript/components/ErrorOnParams/index.d.ts.map +0 -1
- package/lib/typescript/components/Loading/index.d.ts +0 -4
- package/lib/typescript/components/Loading/index.d.ts.map +0 -1
- package/lib/typescript/components/Payment/index.d.ts.map +0 -1
- package/lib/typescript/constants/index.d.ts.map +0 -1
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/styles.d.ts.map +0 -1
- package/lib/typescript/utils/IamportUrl.d.ts.map +0 -1
- package/lib/typescript/utils/Validation.d.ts.map +0 -1
- package/lib/typescript/utils/ValidationForPayment.d.ts.map +0 -1
- package/manuals/CALLBACK.md +0 -72
- package/manuals/EXAMPLE.md +0 -168
- package/manuals/EXPO.md +0 -246
- package/manuals/INSTALL.md +0 -31
- package/manuals/SETTING.md +0 -140
- package/manuals/SUPPORT.md +0 -35
- package/manuals/TRANS.md +0 -77
- package/manuals/VERSION.md +0 -187
- package/manuals/assets/after-linking-iamport.png +0 -0
- package/manuals/assets/after-linking-webview.png +0 -0
- package/manuals/assets/allow-arbitrary.gif +0 -0
- package/manuals/assets/android-studio-avd-manager.png +0 -0
- package/manuals/assets/android-studio-build.png +0 -0
- package/manuals/assets/app-scheme-registry.gif +0 -0
- package/manuals/assets/expo-eject.png +0 -0
- package/manuals/assets/ios-emulator-certification.png +0 -0
- package/manuals/assets/ios-emulator-home.png +0 -0
- package/manuals/assets/ios-emulator-payment.png +0 -0
- package/manuals/assets/ios-trans-create-header-file-1.png +0 -0
- package/manuals/assets/ios-trans-create-header-file-2.png +0 -0
- package/manuals/assets/ios-trans-create-objectivec-file-1.png +0 -0
- package/manuals/assets/ios-trans-create-objectivec-file-2.png +0 -0
- package/manuals/assets/ios-trans-result.png +0 -0
- package/manuals/assets/webview-peer-dependency.png +0 -0
- package/scripts/bootstrap.js +0 -24
- package/tsconfig.build.json +0 -9
- package/tsconfig.json +0 -26
- package/yarn.lock +0 -6174
- /package/lib/typescript/{constants → src/constants}/index.d.ts +0 -0
- /package/lib/typescript/{index.d.ts → src/index.d.ts} +0 -0
- /package/lib/typescript/{utils → src/utils}/Validation.d.ts +0 -0
- /package/lib/typescript/{utils → src/utils}/ValidationForPayment.d.ts +0 -0
|
@@ -1,322 +0,0 @@
|
|
|
1
|
-
const PGS = [
|
|
2
|
-
{
|
|
3
|
-
value: 'html5_inicis',
|
|
4
|
-
label: '웹 표준 이니시스',
|
|
5
|
-
},
|
|
6
|
-
{
|
|
7
|
-
value: 'kcp',
|
|
8
|
-
label: 'NHN KCP',
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
value: 'kcp_billing',
|
|
12
|
-
label: 'NHN KCP 정기결제',
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
value: 'uplus',
|
|
16
|
-
label: '토스페이먼츠 - (구)LG 유플러스',
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
value: 'jtnet',
|
|
20
|
-
label: 'JTNET',
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
value: 'nice',
|
|
24
|
-
label: '나이스 정보통신',
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
value: 'kakaopay',
|
|
28
|
-
label: '신 - 카카오페이',
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
value: 'kakao',
|
|
32
|
-
label: '구 - LG CNS 카카오페이',
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
value: 'danal',
|
|
36
|
-
label: '다날 휴대폰 소액결제',
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
value: 'danal_tpay',
|
|
40
|
-
label: '다날 일반결제',
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
value: 'kicc',
|
|
44
|
-
label: '한국정보통신',
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
value: 'paypal',
|
|
48
|
-
label: '페이팔',
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
value: 'mobilians',
|
|
52
|
-
label: '모빌리언스',
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
value: 'payco',
|
|
56
|
-
label: '페이코',
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
value: 'eximbay',
|
|
60
|
-
label: '엑심베이',
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
value: 'settle',
|
|
64
|
-
label: '세틀뱅크 가상계좌',
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
value: 'naverco',
|
|
68
|
-
label: '네이버 체크아웃',
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
value: 'naverpay',
|
|
72
|
-
label: '네이버페이',
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
value: 'smilepay',
|
|
76
|
-
label: '스마일페이',
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
value: 'chai',
|
|
80
|
-
label: '차이페이',
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
value: 'payple',
|
|
84
|
-
label: '페이플',
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
value: 'alipay',
|
|
88
|
-
label: '알리페이',
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
value: 'bluewalnut',
|
|
92
|
-
label: '블루월넛',
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
value: 'tosspay',
|
|
96
|
-
label: '토스 - 간편결제',
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
value: 'smartro',
|
|
100
|
-
label: '스마트로',
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
value: 'tosspayments',
|
|
104
|
-
label: '토스페이먼츠 (신모듈)',
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
value: 'ksnet',
|
|
108
|
-
label: 'KSNET',
|
|
109
|
-
},
|
|
110
|
-
];
|
|
111
|
-
|
|
112
|
-
const TIER_CODES = [
|
|
113
|
-
{
|
|
114
|
-
value: 'ADD',
|
|
115
|
-
label: '아디다스',
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
value: 'RBK',
|
|
119
|
-
label: '리복 - 복수PG 사용중',
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
value: 'HKT',
|
|
123
|
-
label: '에어텔닷컴 렌트카 테스트',
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
value: 'HKK',
|
|
127
|
-
label: 'YES Angel',
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
value: 'DGA',
|
|
131
|
-
label: 'CAMPVR대구',
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
value: 'SCH',
|
|
135
|
-
label: 'CAMPVR광화문',
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
value: 'SNL',
|
|
139
|
-
label: '토즈_선릉점',
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
value: '111',
|
|
143
|
-
label: '여기어때',
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
value: 'ABC',
|
|
147
|
-
label: '삼성점',
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
value: 'XYZ',
|
|
151
|
-
label: '삼성점',
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
value: '123',
|
|
155
|
-
label: 'aaaaaaa',
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
value: 'AAZ',
|
|
159
|
-
label: '테스트하위가맹',
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
value: '001',
|
|
163
|
-
label: '테스트',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
value: 'A01',
|
|
167
|
-
label: '행복쇼핑',
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
value: 'T11',
|
|
171
|
-
label: 'test11',
|
|
172
|
-
},
|
|
173
|
-
];
|
|
174
|
-
|
|
175
|
-
const METHODS = [
|
|
176
|
-
{
|
|
177
|
-
value: 'card',
|
|
178
|
-
label: '신용카드',
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
value: 'vbank',
|
|
182
|
-
label: '가상계좌',
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
value: 'trans',
|
|
186
|
-
label: '실시간 계좌이체',
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
value: 'phone',
|
|
190
|
-
label: '휴대폰 소액결제',
|
|
191
|
-
},
|
|
192
|
-
];
|
|
193
|
-
|
|
194
|
-
const METHODS_FOR_INICIS = METHODS.concat([
|
|
195
|
-
{
|
|
196
|
-
value: 'samsung',
|
|
197
|
-
label: '삼성페이',
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
value: 'kapy',
|
|
201
|
-
label: 'KPAY',
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
value: 'cultureland',
|
|
205
|
-
label: '문화상품권',
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
value: 'smartculture',
|
|
209
|
-
label: '스마트문상',
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
value: 'happymoney',
|
|
213
|
-
label: '해피머니',
|
|
214
|
-
},
|
|
215
|
-
]);
|
|
216
|
-
|
|
217
|
-
const METHODS_FOR_UPLUS = METHODS.concat([
|
|
218
|
-
{
|
|
219
|
-
value: 'cultureland',
|
|
220
|
-
label: '문화상품권',
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
value: 'smartculture',
|
|
224
|
-
label: '스마트문상',
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
value: 'booknlife',
|
|
228
|
-
label: '도서상품권',
|
|
229
|
-
},
|
|
230
|
-
]);
|
|
231
|
-
|
|
232
|
-
const METHODS_FOR_KCP = METHODS.concat([
|
|
233
|
-
{
|
|
234
|
-
value: 'samsung',
|
|
235
|
-
label: '삼성페이',
|
|
236
|
-
},
|
|
237
|
-
]);
|
|
238
|
-
|
|
239
|
-
const METHODS_FOR_MOBILIANS = [
|
|
240
|
-
{
|
|
241
|
-
value: 'card',
|
|
242
|
-
label: '신용카드',
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
value: 'phone',
|
|
246
|
-
label: '휴대폰 소액결제',
|
|
247
|
-
},
|
|
248
|
-
];
|
|
249
|
-
|
|
250
|
-
const METHOD_FOR_CARD = [
|
|
251
|
-
{
|
|
252
|
-
value: 'card',
|
|
253
|
-
label: '신용카드',
|
|
254
|
-
},
|
|
255
|
-
];
|
|
256
|
-
|
|
257
|
-
const METHOD_FOR_PHONE = [
|
|
258
|
-
{
|
|
259
|
-
value: 'phone',
|
|
260
|
-
label: '휴대폰 소액결제',
|
|
261
|
-
},
|
|
262
|
-
];
|
|
263
|
-
|
|
264
|
-
const METHOD_FOR_VBANK = [
|
|
265
|
-
{
|
|
266
|
-
value: 'vbank',
|
|
267
|
-
label: '가상계좌',
|
|
268
|
-
},
|
|
269
|
-
];
|
|
270
|
-
|
|
271
|
-
const METHOD_FOR_TRANS = [
|
|
272
|
-
{
|
|
273
|
-
value: 'trans',
|
|
274
|
-
label: '실시간 계좌이체',
|
|
275
|
-
},
|
|
276
|
-
];
|
|
277
|
-
|
|
278
|
-
const QUOTAS = [
|
|
279
|
-
{
|
|
280
|
-
value: 0,
|
|
281
|
-
label: 'PG사 기본 제공',
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
value: 1,
|
|
285
|
-
label: '일시불',
|
|
286
|
-
},
|
|
287
|
-
];
|
|
288
|
-
|
|
289
|
-
const CARRIERS = [
|
|
290
|
-
{
|
|
291
|
-
value: 'SKT',
|
|
292
|
-
label: 'SKT',
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
value: 'KTF',
|
|
296
|
-
label: 'KT',
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
value: 'LGT',
|
|
300
|
-
label: 'LGU+',
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
value: 'MVNO',
|
|
304
|
-
label: '알뜰폰',
|
|
305
|
-
},
|
|
306
|
-
];
|
|
307
|
-
|
|
308
|
-
export {
|
|
309
|
-
PGS,
|
|
310
|
-
TIER_CODES,
|
|
311
|
-
METHODS,
|
|
312
|
-
METHODS_FOR_INICIS,
|
|
313
|
-
METHODS_FOR_UPLUS,
|
|
314
|
-
METHODS_FOR_KCP,
|
|
315
|
-
METHODS_FOR_MOBILIANS,
|
|
316
|
-
METHOD_FOR_CARD,
|
|
317
|
-
METHOD_FOR_PHONE,
|
|
318
|
-
METHOD_FOR_VBANK,
|
|
319
|
-
METHOD_FOR_TRANS,
|
|
320
|
-
QUOTAS,
|
|
321
|
-
CARRIERS,
|
|
322
|
-
};
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
QUOTAS,
|
|
3
|
-
METHODS,
|
|
4
|
-
METHODS_FOR_KCP,
|
|
5
|
-
METHODS_FOR_UPLUS,
|
|
6
|
-
METHODS_FOR_INICIS,
|
|
7
|
-
METHODS_FOR_MOBILIANS,
|
|
8
|
-
METHOD_FOR_CARD,
|
|
9
|
-
METHOD_FOR_PHONE,
|
|
10
|
-
METHOD_FOR_VBANK,
|
|
11
|
-
METHOD_FOR_TRANS,
|
|
12
|
-
} from './constants';
|
|
13
|
-
|
|
14
|
-
function getQuotas(pg) {
|
|
15
|
-
switch (pg) {
|
|
16
|
-
case 'html5_inicis':
|
|
17
|
-
case 'kcp': {
|
|
18
|
-
return QUOTAS.concat([
|
|
19
|
-
{
|
|
20
|
-
value: 2,
|
|
21
|
-
label: '2개월',
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
value: 3,
|
|
25
|
-
label: '3개월',
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
value: 4,
|
|
29
|
-
label: '4개월',
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
value: 5,
|
|
33
|
-
label: '5개월',
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
value: 6,
|
|
37
|
-
label: '6개월',
|
|
38
|
-
},
|
|
39
|
-
]);
|
|
40
|
-
}
|
|
41
|
-
default:
|
|
42
|
-
return QUOTAS;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
function getMethods(pg) {
|
|
47
|
-
switch (pg) {
|
|
48
|
-
case 'html5_inicis': {
|
|
49
|
-
return METHODS_FOR_INICIS;
|
|
50
|
-
}
|
|
51
|
-
case 'kcp': {
|
|
52
|
-
return METHODS_FOR_KCP;
|
|
53
|
-
}
|
|
54
|
-
case 'kcp_billing':
|
|
55
|
-
case 'kakaopay':
|
|
56
|
-
case 'kakao':
|
|
57
|
-
case 'paypal':
|
|
58
|
-
case 'payco':
|
|
59
|
-
case 'smilepay':
|
|
60
|
-
case 'chai':
|
|
61
|
-
case 'alipay':
|
|
62
|
-
case 'tosspay': {
|
|
63
|
-
return METHOD_FOR_CARD;
|
|
64
|
-
}
|
|
65
|
-
case 'uplus': {
|
|
66
|
-
return METHODS_FOR_UPLUS;
|
|
67
|
-
}
|
|
68
|
-
case 'danal': {
|
|
69
|
-
return METHOD_FOR_PHONE;
|
|
70
|
-
}
|
|
71
|
-
case 'mobilians': {
|
|
72
|
-
return METHODS_FOR_MOBILIANS;
|
|
73
|
-
}
|
|
74
|
-
case 'settle': {
|
|
75
|
-
return METHOD_FOR_VBANK;
|
|
76
|
-
}
|
|
77
|
-
case 'payple': {
|
|
78
|
-
return METHOD_FOR_TRANS;
|
|
79
|
-
}
|
|
80
|
-
default:
|
|
81
|
-
return METHODS;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
function getUserCode(pg, tierCode, type = 'payment') {
|
|
86
|
-
if (tierCode) {
|
|
87
|
-
return 'imp91623210';
|
|
88
|
-
}
|
|
89
|
-
if (type === 'certification') {
|
|
90
|
-
return 'imp10391932';
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
switch (pg) {
|
|
94
|
-
case 'kakao':
|
|
95
|
-
return 'imp10391932';
|
|
96
|
-
case 'paypal':
|
|
97
|
-
return 'imp09350031';
|
|
98
|
-
case 'mobilians':
|
|
99
|
-
return 'imp60029475';
|
|
100
|
-
case 'naverco':
|
|
101
|
-
case 'naverpay':
|
|
102
|
-
return 'imp41073887';
|
|
103
|
-
case 'smilepay':
|
|
104
|
-
return 'imp49241793';
|
|
105
|
-
case 'chai':
|
|
106
|
-
return 'imp37739582';
|
|
107
|
-
case 'alipay':
|
|
108
|
-
return 'imp87936124';
|
|
109
|
-
case 'payple':
|
|
110
|
-
return 'imp42284830';
|
|
111
|
-
default:
|
|
112
|
-
return 'imp19424728';
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
export { getQuotas, getMethods, getUserCode };
|