react-native-hyperpay-sdk 0.1.0 → 0.2.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/LICENSE +1 -2
- package/README.md +8 -6
- package/android/build.gradle +116 -40
- package/android/gradle.properties +5 -0
- package/android/src/main/AndroidManifest.xml +1 -1
- package/android/src/main/java/com/{reactnativehyperpay/HyperPayModule.java → reactnativehyperpaysdk/HyperpaySdkModule.java} +7 -8
- package/android/src/main/java/com/{reactnativehyperpay/HyperPayPackage.java → reactnativehyperpaysdk/HyperpaySdkPackage.java} +3 -3
- package/ios/HyperpaySdk.h +5 -0
- package/ios/HyperpaySdk.mm +31 -0
- package/ios/{HyperPay.xcodeproj → HyperpaySdk.xcodeproj}/project.pbxproj +20 -28
- package/ios/{HyperPay.xcodeproj → HyperpaySdk.xcodeproj}/project.xcworkspace/contents.xcworkspacedata +0 -0
- package/lib/commonjs/index.js +24 -0
- package/lib/commonjs/index.js.map +1 -0
- package/lib/module/index.js +15 -0
- package/lib/module/index.js.map +1 -0
- package/lib/typescript/index.d.ts +1 -0
- package/package.json +30 -27
- package/react-native-hyperpay-sdk.podspec +40 -0
- package/src/index.tsx +3 -5
- package/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/OPPWAMobile-Resources.bundle/Klarna.json +0 -67
- package/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
- package/OPPWAMobile-Resources.bundle/alipay.png +0 -0
- package/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/amex.png +0 -0
- package/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/applepay.png +0 -0
- package/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +0 -89
- package/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
- package/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
- package/OPPWAMobile-Resources.bundle/boleto.png +0 -0
- package/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +0 -90
- package/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
- package/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/card.png +0 -0
- package/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
- package/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/dankort.png +0 -0
- package/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +0 -99
- package/OPPWAMobile-Resources.bundle/diners.png +0 -0
- package/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
- package/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/discover.png +0 -0
- package/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +0 -145
- package/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +0 -93
- package/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +0 -93
- package/OPPWAMobile-Resources.bundle/giropay.png +0 -0
- package/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +0 -94
- package/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +0 -74
- package/OPPWAMobile-Resources.bundle/jcb.png +0 -0
- package/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/mada.png +0 -0
- package/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/maestro.png +0 -0
- package/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/master.png +0 -0
- package/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
- package/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
- package/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
- package/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/paypal.png +0 -0
- package/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
- package/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
- package/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
- package/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
- package/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
- package/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
- package/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
- package/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile-Resources.bundle/trustly.png +0 -0
- package/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
- package/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/OPPWAMobile-Resources.bundle/visa.png +0 -0
- package/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
- package/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
- package/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/yandex.png +0 -0
- package/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
- package/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
- package/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.framework/.DS_Store +0 -0
- package/OPPWAMobile.framework/Headers/OPPAlipayPaymentParams.h +0 -49
- package/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +0 -64
- package/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +0 -117
- package/OPPWAMobile.framework/Headers/OPPBankAccount.h +0 -58
- package/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +0 -171
- package/OPPWAMobile.framework/Headers/OPPCard.h +0 -68
- package/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +0 -251
- package/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +0 -130
- package/OPPWAMobile.framework/Headers/OPPCheckoutPaymentMethod.h +0 -51
- package/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +0 -197
- package/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +0 -185
- package/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +0 -268
- package/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +0 -62
- package/OPPWAMobile.framework/Headers/OPPErrors.h +0 -183
- package/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +0 -74
- package/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +0 -66
- package/OPPWAMobile.framework/Headers/OPPPayPalPaymentParams.h +0 -48
- package/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +0 -56
- package/OPPWAMobile.framework/Headers/OPPPaymentButton.h +0 -79
- package/OPPWAMobile.framework/Headers/OPPPaymentParams.h +0 -100
- package/OPPWAMobile.framework/Headers/OPPPaymentParamsBrand.h +0 -57
- package/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +0 -132
- package/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +0 -87
- package/OPPWAMobile.framework/Headers/OPPToken.h +0 -95
- package/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +0 -180
- package/OPPWAMobile.framework/Headers/OPPTransaction.h +0 -77
- package/OPPWAMobile.framework/Headers/OPPWAMobile.h +0 -48
- package/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/OPPWAMobile.framework/Resources/Info.plist +0 -0
- package/OPPWAMobile.framework/Versions/.DS_Store +0 -0
- package/OPPWAMobile.framework/Versions/2.47.0/.DS_Store +0 -0
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPAlipayPaymentParams.h +0 -49
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPApplePayPaymentParams.h +0 -64
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPApplePayRequestStatus.h +0 -117
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPBankAccount.h +0 -58
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPBankAccountPaymentParams.h +0 -171
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPCard.h +0 -68
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPCardPaymentParams.h +0 -251
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPCheckoutInfo.h +0 -130
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPCheckoutPaymentMethod.h +0 -51
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPCheckoutProvider.h +0 -197
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPCheckoutSettings.h +0 -185
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPCheckoutTheme.h +0 -268
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPChinaUnionPayPaymentParams.h +0 -62
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPErrors.h +0 -183
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPIkanoOiPaymentParams.h +0 -74
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPMBWayPaymentParams.h +0 -66
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPPayPalPaymentParams.h +0 -48
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPPaymentBrandsConfig.h +0 -56
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPPaymentButton.h +0 -79
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPPaymentParams.h +0 -100
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPPaymentParamsBrand.h +0 -57
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPPaymentProvider.h +0 -132
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPSecurityPolicy.h +0 -87
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPToken.h +0 -95
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPTokenPaymentParams.h +0 -180
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPTransaction.h +0 -77
- package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPWAMobile.h +0 -48
- package/OPPWAMobile.framework/Versions/2.47.0/OPPWAMobile +0 -0
- package/OPPWAMobile.framework/Versions/2.47.0/Resources/Info.plist +0 -0
- package/OPPWAMobile.framework/Versions/Current/.DS_Store +0 -0
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPAlipayPaymentParams.h +0 -49
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPApplePayPaymentParams.h +0 -64
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPApplePayRequestStatus.h +0 -117
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPBankAccount.h +0 -58
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPBankAccountPaymentParams.h +0 -171
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPCard.h +0 -68
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPCardPaymentParams.h +0 -251
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPCheckoutInfo.h +0 -130
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPCheckoutPaymentMethod.h +0 -51
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPCheckoutProvider.h +0 -197
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPCheckoutSettings.h +0 -185
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPCheckoutTheme.h +0 -268
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPChinaUnionPayPaymentParams.h +0 -62
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPErrors.h +0 -183
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPIkanoOiPaymentParams.h +0 -74
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPMBWayPaymentParams.h +0 -66
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPPayPalPaymentParams.h +0 -48
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPPaymentBrandsConfig.h +0 -56
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPPaymentButton.h +0 -79
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPPaymentParams.h +0 -100
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPPaymentParamsBrand.h +0 -57
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPPaymentProvider.h +0 -132
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPSecurityPolicy.h +0 -87
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPToken.h +0 -95
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPTokenPaymentParams.h +0 -180
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPTransaction.h +0 -77
- package/OPPWAMobile.framework/Versions/Current/Headers/OPPWAMobile.h +0 -48
- package/OPPWAMobile.framework/Versions/Current/OPPWAMobile +0 -0
- package/OPPWAMobile.framework/Versions/Current/Resources/Info.plist +0 -0
- package/android/.DS_Store +0 -0
- package/android/.gradle/6.8/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/6.8/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/6.8/fileChanges/last-build.bin +0 -0
- package/android/.gradle/6.8/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/6.8/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/6.8/fileHashes/resourceHashesCache.bin +0 -0
- package/android/.gradle/6.8/gc.properties +0 -0
- package/android/.gradle/6.8/javaCompile/javaCompile.lock +0 -0
- package/android/.gradle/7.1.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.1.1/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.1.1/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.1.1/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.1.1/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.1.1/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/android/.gradle/checksums/checksums.lock +0 -0
- package/android/.gradle/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/configuration-cache/gc.properties +0 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/.idea/.gitignore +0 -3
- package/android/.idea/compiler.xml +0 -6
- package/android/.idea/gradle.xml +0 -19
- package/android/.idea/jarRepositories.xml +0 -40
- package/android/.idea/libraries/Gradle____oppwa_mobile_2_44_0_oppwa_mobile_2_44_0_aar.xml +0 -11
- package/android/.idea/libraries/Gradle__com_android_support_appcompat_v7_23_0_1_aar.xml +0 -18
- package/android/.idea/libraries/Gradle__com_android_support_recyclerview_v7_23_0_1_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_android_support_support_annotations_23_0_1.xml +0 -13
- package/android/.idea/libraries/Gradle__com_android_support_support_v4_23_0_1_aar.xml +0 -19
- package/android/.idea/libraries/Gradle__com_facebook_fresco_drawee_0_8_1_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_facebook_fresco_fbcore_0_8_1_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_facebook_fresco_fresco_0_8_1_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_facebook_fresco_imagepipeline_0_8_1_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_facebook_fresco_imagepipeline_okhttp_0_8_1_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_facebook_react_react_native_0_20_1_aar.xml +0 -19
- package/android/.idea/libraries/Gradle__com_facebook_stetho_stetho_1_2_0.xml +0 -13
- package/android/.idea/libraries/Gradle__com_facebook_stetho_stetho_okhttp_1_2_0.xml +0 -13
- package/android/.idea/libraries/Gradle__com_fasterxml_jackson_core_jackson_core_2_2_3.xml +0 -13
- package/android/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_3_0_0.xml +0 -13
- package/android/.idea/libraries/Gradle__com_nineoldandroids_library_2_4_0.xml +0 -13
- package/android/.idea/libraries/Gradle__com_parse_bolts_bolts_android_1_1_4.xml +0 -13
- package/android/.idea/libraries/Gradle__com_squareup_okhttp_okhttp_2_5_0.xml +0 -13
- package/android/.idea/libraries/Gradle__com_squareup_okhttp_okhttp_ws_2_5_0.xml +0 -13
- package/android/.idea/libraries/Gradle__com_squareup_okio_okio_1_6_0.xml +0 -13
- package/android/.idea/libraries/Gradle__commons_cli_commons_cli_1_2.xml +0 -13
- package/android/.idea/libraries/Gradle__org_webkit_android_jsc_r174650_aar.xml +0 -11
- package/android/.idea/misc.xml +0 -9
- package/android/.idea/modules/android.iml +0 -66
- package/android/.idea/modules.xml +0 -8
- package/android/.idea/vcs.xml +0 -6
- package/android/local.properties +0 -8
- package/ios/HyperPay.h +0 -11
- package/ios/HyperPay.m +0 -95
- package/react-native-hyperpay.podspec +0 -20
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright (c) 2019 by ACI Worldwide, Inc.
|
|
3
|
-
// All rights reserved.
|
|
4
|
-
//
|
|
5
|
-
// This software is the confidential and proprietary information
|
|
6
|
-
// of ACI Worldwide Inc ("Confidential Information"). You shall
|
|
7
|
-
// not disclose such Confidential Information and shall use it
|
|
8
|
-
// only in accordance with the terms of the license agreement
|
|
9
|
-
// you entered with ACI Worldwide Inc.
|
|
10
|
-
//
|
|
11
|
-
|
|
12
|
-
#import "OPPPaymentParams.h"
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
Class to encapsulate all necessary transaction parameters for performing a token transaction.
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
NS_ASSUME_NONNULL_BEGIN
|
|
19
|
-
@interface OPPTokenPaymentParams : OPPPaymentParams
|
|
20
|
-
|
|
21
|
-
/// @name Initialization
|
|
22
|
-
|
|
23
|
-
/// :nodoc:
|
|
24
|
-
- (instancetype)initWithCheckoutID:(NSString *)checkoutID paymentBrand:(NSString *)paymentBrand error:(NSError * _Nullable __autoreleasing *)error NS_UNAVAILABLE;
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
Creates an object representing a token transaction.
|
|
28
|
-
|
|
29
|
-
@param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
|
|
30
|
-
@param tokenID The identifier of the token that can be used to reference the token later.
|
|
31
|
-
@param paymentBrand Payment brand of the tokenized transaction.
|
|
32
|
-
@param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
|
|
33
|
-
@return Returns an object representing a token transaction, and `nil` if parameters are invalid.
|
|
34
|
-
*/
|
|
35
|
-
+ (nullable instancetype)tokenPaymentParamsWithCheckoutID:(NSString *)checkoutID tokenID:(NSString *)tokenID paymentBrand:(NSString *)paymentBrand error:(NSError **)error;
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
Creates an object representing a token transaction.
|
|
39
|
-
|
|
40
|
-
@param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
|
|
41
|
-
@param tokenID The identifier of the token that can be used to reference the token later.
|
|
42
|
-
@param cardPaymentBrand The payment brand of the tokenized card.
|
|
43
|
-
@param CVV The CVV code found on the card.
|
|
44
|
-
@param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
|
|
45
|
-
@return Returns an object representing a token transaction, and `nil` if parameters are invalid.
|
|
46
|
-
*/
|
|
47
|
-
+ (nullable instancetype)tokenPaymentParamsWithCheckoutID:(NSString *)checkoutID tokenID:(NSString *)tokenID cardPaymentBrand:(NSString *)cardPaymentBrand CVV:(nullable NSString *)CVV error:(NSError **)error;
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
Creates an object representing a token transaction.
|
|
51
|
-
|
|
52
|
-
@param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
|
|
53
|
-
@param tokenID The identifier of the token that can be used to reference the token later.
|
|
54
|
-
@param paymentBrand Payment method brand.
|
|
55
|
-
@param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
|
|
56
|
-
@return Returns an object representing a token transaction, and `nil` if parameters are invalid.
|
|
57
|
-
*/
|
|
58
|
-
- (nullable instancetype)initWithCheckoutID:(NSString *)checkoutID tokenID:(NSString *)tokenID paymentBrand:(NSString *)paymentBrand error:(NSError **)error NS_DESIGNATED_INITIALIZER;
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
Creates an object representing a token transaction.
|
|
62
|
-
|
|
63
|
-
@param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
|
|
64
|
-
@param tokenID The identifier of the token that can be used to reference the token later.
|
|
65
|
-
@param cardPaymentBrand The payment brand of the tokenized card.
|
|
66
|
-
@param CVV The CVV code found on the card.
|
|
67
|
-
@param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
|
|
68
|
-
@return Returns an object representing a token transaction, and `nil` if parameters are invalid.
|
|
69
|
-
*/
|
|
70
|
-
- (nullable instancetype)initWithCheckoutID:(NSString *)checkoutID tokenID:(NSString *)tokenID cardPaymentBrand:(NSString *)cardPaymentBrand CVV:(nullable NSString *)CVV error:(NSError **)error NS_DESIGNATED_INITIALIZER;
|
|
71
|
-
|
|
72
|
-
/// @name Properties
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
The identifier of the token that can be used to reference the token later.
|
|
76
|
-
*/
|
|
77
|
-
@property (nonatomic, copy, readonly) NSString *tokenID;
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
The CVV code found on the card. Property should be set, if CVV check is required for transaction processing.
|
|
81
|
-
*/
|
|
82
|
-
@property (nonatomic, copy, readonly, nullable) NSString *CVV;
|
|
83
|
-
|
|
84
|
-
/** The number of installments the payment should be split into. */
|
|
85
|
-
@property (nonatomic, copy) NSNumber *numberOfInstallments;
|
|
86
|
-
|
|
87
|
-
/// @name Validation methods
|
|
88
|
-
/**
|
|
89
|
-
Checks if the token identifier is valid to perform a transaction.
|
|
90
|
-
|
|
91
|
-
@param tokenID The identifier of the token that can be used to reference the token later.
|
|
92
|
-
@return `YES` if token identifier is alpha-numeric string of length 32.
|
|
93
|
-
*/
|
|
94
|
-
+ (BOOL)isTokenIDValid:(NSString *)tokenID;
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
Checks if the card CVV is filled with sufficient data to perform a transaction.
|
|
98
|
-
|
|
99
|
-
@param CVV The card security code or CVV.
|
|
100
|
-
@return `YES` if 3,4-digit number is provided.
|
|
101
|
-
*/
|
|
102
|
-
+ (BOOL)isCvvValid:(NSString *)CVV;
|
|
103
|
-
|
|
104
|
-
@end
|
|
105
|
-
|
|
106
|
-
/// Deprecated methods
|
|
107
|
-
@interface OPPTokenPaymentParams (Deprecated)
|
|
108
|
-
/**
|
|
109
|
-
Creates an object representing a token transaction.
|
|
110
|
-
|
|
111
|
-
@param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
|
|
112
|
-
@param tokenID The identifier of the token that can be used to reference the token later.
|
|
113
|
-
@param brand Payment method brand.
|
|
114
|
-
@param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
|
|
115
|
-
@return Returns an object representing a token transaction, and `nil` if parameters are invalid.
|
|
116
|
-
@warning **Deprecated:** Use `+tokenPaymentParamsWithCheckoutID:tokenID:paymentBrand:error:` instead
|
|
117
|
-
*/
|
|
118
|
-
+ (nullable instancetype)tokenPaymentParamsWithCheckoutID:(NSString *)checkoutID tokenID:(NSString *)tokenID brand:(OPPPaymentParamsBrand)brand error:(NSError **)error DEPRECATED_MSG_ATTRIBUTE("- Use +tokenPaymentParamsWithCheckoutID:tokenID:paymentBrand:error: instead.");
|
|
119
|
-
|
|
120
|
-
/**
|
|
121
|
-
Creates an object representing a token transaction.
|
|
122
|
-
|
|
123
|
-
@param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
|
|
124
|
-
@param tokenID The identifier of the token that can be used to reference the token later.
|
|
125
|
-
@param cardBrand The brand of the tokenized card.
|
|
126
|
-
@param CVV The CVV code found on the card.
|
|
127
|
-
@param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
|
|
128
|
-
@return Returns an object representing a token transaction, and `nil` if parameters are invalid.
|
|
129
|
-
@warning **Deprecated:** Use `+tokenPaymentParamsWithCheckoutID:tokenID:cardPaymentBrand:CVV:error:` instead
|
|
130
|
-
*/
|
|
131
|
-
+ (nullable instancetype)tokenPaymentParamsWithCheckoutID:(NSString *)checkoutID tokenID:(NSString *)tokenID cardBrand:(OPPPaymentParamsBrand)cardBrand CVV:(nullable NSString *)CVV error:(NSError **)error DEPRECATED_MSG_ATTRIBUTE("- Use +tokenPaymentParamsWithCheckoutID:tokenID:cardPaymentBrand:CVV:error: instead.");
|
|
132
|
-
|
|
133
|
-
/**
|
|
134
|
-
Creates an object representing a token transaction.
|
|
135
|
-
|
|
136
|
-
@param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
|
|
137
|
-
@param tokenID The identifier of the token that can be used to reference the token later.
|
|
138
|
-
@param brand Payment method brand.
|
|
139
|
-
@param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
|
|
140
|
-
@return Returns an object representing a token transaction, and `nil` if parameters are invalid.
|
|
141
|
-
@warning **Deprecated:** Use `-initWithCheckoutID:tokenID:paymentBrand:error:` instead
|
|
142
|
-
*/
|
|
143
|
-
- (nullable instancetype)initWithCheckoutID:(NSString *)checkoutID tokenID:(NSString *)tokenID brand:(OPPPaymentParamsBrand)brand error:(NSError **)error DEPRECATED_MSG_ATTRIBUTE("- Use -initWithCheckoutID:tokenID:paymentBrand:error: instead.");
|
|
144
|
-
|
|
145
|
-
/**
|
|
146
|
-
Creates an object representing a token transaction.
|
|
147
|
-
|
|
148
|
-
@param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
|
|
149
|
-
@param tokenID The identifier of the token that can be used to reference the token later.
|
|
150
|
-
@param cardBrand The brand of the tokenized card.
|
|
151
|
-
@param CVV The CVV code found on the card.
|
|
152
|
-
@param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
|
|
153
|
-
@return Returns an object representing a token transaction, and `nil` if parameters are invalid.
|
|
154
|
-
@warning **Deprecated:** Use `-initWithCheckoutID:tokenID:cardPaymentBrand:CVV:error:` instead
|
|
155
|
-
*/
|
|
156
|
-
- (nullable instancetype)initWithCheckoutID:(NSString *)checkoutID tokenID:(NSString *)tokenID cardBrand:(OPPPaymentParamsBrand)cardBrand CVV:(nullable NSString *)CVV error:(NSError **)error DEPRECATED_MSG_ATTRIBUTE("- Use -initWithCheckoutID:tokenID:cardPaymentBrand:CVV:error: instead.");
|
|
157
|
-
|
|
158
|
-
/**
|
|
159
|
-
Checks if the card CVV is filled with sufficient data to perform a transaction.
|
|
160
|
-
|
|
161
|
-
@param CVV The card security code or CVV.
|
|
162
|
-
@param brand The brand of the tokenized card.
|
|
163
|
-
@return YES if the card CVV length greater than 3 characters and less than 4 characters, it's also valid for `nil` value, because it's optional parameter.
|
|
164
|
-
@warning **Deprecated:** Use `+isCvvValid:forPaymentBrand:` instead
|
|
165
|
-
*/
|
|
166
|
-
+ (BOOL)isCvvValid:(NSString *)CVV forBrand:(OPPPaymentParamsBrand)brand DEPRECATED_MSG_ATTRIBUTE("- Use +isCvvValid:forPaymentBrand: instead.");
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
Checks if the card CVV is filled with sufficient data to perform a transaction.
|
|
170
|
-
|
|
171
|
-
@param CVV The card security code or CVV.
|
|
172
|
-
@param paymentBrand The payment brand of the tokenized card.
|
|
173
|
-
@return YES if the card CVV length greater than 3 characters and less than 4 characters, it's also valid for `nil` value, because it's optional parameter.
|
|
174
|
-
@warning **Deprecated:** Use `+isCvvValid:` instead
|
|
175
|
-
*/
|
|
176
|
-
+ (BOOL)isCvvValid:(NSString *)CVV forPaymentBrand:(NSString *)paymentBrand DEPRECATED_MSG_ATTRIBUTE("- Use +isCvvValid: instead.");
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
@end
|
|
180
|
-
NS_ASSUME_NONNULL_END
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright (c) 2019 by ACI Worldwide, Inc.
|
|
3
|
-
// All rights reserved.
|
|
4
|
-
//
|
|
5
|
-
// This software is the confidential and proprietary information
|
|
6
|
-
// of ACI Worldwide Inc ("Confidential Information"). You shall
|
|
7
|
-
// not disclose such Confidential Information and shall use it
|
|
8
|
-
// only in accordance with the terms of the license agreement
|
|
9
|
-
// you entered with ACI Worldwide Inc.
|
|
10
|
-
//
|
|
11
|
-
|
|
12
|
-
#import <Foundation/Foundation.h>
|
|
13
|
-
@class OPPTransactionProcessor;
|
|
14
|
-
@class OPPPaymentParams;
|
|
15
|
-
|
|
16
|
-
/// An enumeration for the various types of transaction.
|
|
17
|
-
typedef NS_ENUM(NSInteger, OPPTransactionType) {
|
|
18
|
-
/// The synchronous transaction.
|
|
19
|
-
OPPTransactionTypeSynchronous,
|
|
20
|
-
/// The asynchronous transaction.
|
|
21
|
-
OPPTransactionTypeAsynchronous,
|
|
22
|
-
/// The transaction is undefined.
|
|
23
|
-
OPPTransactionTypeUndefined
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
Class to encapsulate the parameters needed for performing transaction.
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
NS_ASSUME_NONNULL_BEGIN
|
|
31
|
-
@interface OPPTransaction : NSObject
|
|
32
|
-
|
|
33
|
-
/// @name Initialization
|
|
34
|
-
|
|
35
|
-
/// :nodoc:
|
|
36
|
-
- (instancetype)init NS_UNAVAILABLE;
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
Creates and returns transaction initialized with payment params.
|
|
40
|
-
|
|
41
|
-
@param paymentParams The payment parameters for transaction. Must not be `nil`.
|
|
42
|
-
*/
|
|
43
|
-
+ (instancetype)transactionWithPaymentParams:(OPPPaymentParams *)paymentParams;
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
Creates and returns transaction initialized with payment params.
|
|
47
|
-
|
|
48
|
-
@param paymentParams The payment parameters for transaction. Must not be `nil`.
|
|
49
|
-
*/
|
|
50
|
-
- (instancetype)initWithPaymentParams:(OPPPaymentParams *)paymentParams NS_DESIGNATED_INITIALIZER;
|
|
51
|
-
|
|
52
|
-
/// @name Properties
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
The parameters representing a specific payment method that are kept as an `OPPPaymentParams` object.
|
|
56
|
-
*/
|
|
57
|
-
@property (nonatomic, readonly) OPPPaymentParams *paymentParams;
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
The type of the transaction.
|
|
61
|
-
*/
|
|
62
|
-
@property (nonatomic, readonly) OPPTransactionType type;
|
|
63
|
-
|
|
64
|
-
/// The URL to the receiver system (e.g. 3-D Secure, PayPal) that the shopper should be forwarded to. The property has `nil` value on synchronous transaction.
|
|
65
|
-
@property (nonatomic, nullable) NSURL *redirectURL;
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
Relative path to get status of transaction.
|
|
69
|
-
@note The property is returned ONLY from `OPPCheckoutProvider` methods. If you are using core SDK, please request checkout info to get `checkoutInfo.resourcePath` by calling `-[OPPPaymentProvider requestCheckoutInfoWithCheckoutID:completionHandler:]`.
|
|
70
|
-
*/
|
|
71
|
-
@property (nonatomic, copy, nullable) NSString *resourcePath;
|
|
72
|
-
|
|
73
|
-
/// App payment signed request parameters contain seller’s order information which should be forwarded to Alipay native SDK.
|
|
74
|
-
@property (nonatomic, copy, readonly, nullable) NSString *alipaySignedOrderInfo;
|
|
75
|
-
|
|
76
|
-
@end
|
|
77
|
-
NS_ASSUME_NONNULL_END
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright (c) 2019 by ACI Worldwide, Inc.
|
|
3
|
-
// All rights reserved.
|
|
4
|
-
//
|
|
5
|
-
// This software is the confidential and proprietary information
|
|
6
|
-
// of ACI Worldwide Inc ("Confidential Information"). You shall
|
|
7
|
-
// not disclose such Confidential Information and shall use it
|
|
8
|
-
// only in accordance with the terms of the license agreement
|
|
9
|
-
// you entered with ACI Worldwide Inc.
|
|
10
|
-
//
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* Framework header file is solely used to provide one header file for all necessary imports.
|
|
15
|
-
*/
|
|
16
|
-
#import "OPPPaymentProvider.h"
|
|
17
|
-
#import "OPPTransaction.h"
|
|
18
|
-
#import "OPPPaymentParams.h"
|
|
19
|
-
#import "OPPCardPaymentParams.h"
|
|
20
|
-
#import "OPPBankAccountPaymentParams.h"
|
|
21
|
-
#import "OPPApplePayPaymentParams.h"
|
|
22
|
-
#import "OPPChinaUnionPayPaymentParams.h"
|
|
23
|
-
#import "OPPMBWayPaymentParams.h"
|
|
24
|
-
#import "OPPIkanoOiPaymentParams.h"
|
|
25
|
-
#import "OPPTokenPaymentParams.h"
|
|
26
|
-
#import "OPPErrors.h"
|
|
27
|
-
#import "OPPCheckoutInfo.h"
|
|
28
|
-
#import "OPPToken.h"
|
|
29
|
-
#import "OPPCard.h"
|
|
30
|
-
#import "OPPBankAccount.h"
|
|
31
|
-
#import "OPPPaymentBrandsConfig.h"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
#import "OPPCheckoutProvider.h"
|
|
35
|
-
#import "OPPCheckoutSettings.h"
|
|
36
|
-
#import "OPPSecurityPolicy.h"
|
|
37
|
-
|
|
38
|
-
#import "OPPCheckoutTheme.h"
|
|
39
|
-
#import "OPPPaymentButton.h"
|
|
40
|
-
#import "OPPApplePayRequestStatus.h"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
/// Deprecated
|
|
44
|
-
#import "OPPAlipayPaymentParams.h"
|
|
45
|
-
#import "OPPPayPalPaymentParams.h"
|
|
46
|
-
#import "OPPCheckoutPaymentMethod.h"
|
|
47
|
-
#import "OPPPaymentParamsBrand.h"
|
|
48
|
-
|
|
Binary file
|
|
Binary file
|
package/android/.DS_Store
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
package/android/.idea/.gitignore
DELETED
package/android/.idea/gradle.xml
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="GradleMigrationSettings" migrationVersion="1" />
|
|
4
|
-
<component name="GradleSettings">
|
|
5
|
-
<option name="linkedExternalProjectsSettings">
|
|
6
|
-
<GradleProjectSettings>
|
|
7
|
-
<option name="testRunner" value="GRADLE" />
|
|
8
|
-
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
|
9
|
-
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
10
|
-
<option name="modules">
|
|
11
|
-
<set>
|
|
12
|
-
<option value="$PROJECT_DIR$" />
|
|
13
|
-
</set>
|
|
14
|
-
</option>
|
|
15
|
-
<option name="resolveModulePerSourceSet" value="false" />
|
|
16
|
-
</GradleProjectSettings>
|
|
17
|
-
</option>
|
|
18
|
-
</component>
|
|
19
|
-
</project>
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="RemoteRepositoriesConfiguration">
|
|
4
|
-
<remote-repository>
|
|
5
|
-
<option name="id" value="central" />
|
|
6
|
-
<option name="name" value="Maven Central repository" />
|
|
7
|
-
<option name="url" value="https://repo1.maven.org/maven2" />
|
|
8
|
-
</remote-repository>
|
|
9
|
-
<remote-repository>
|
|
10
|
-
<option name="id" value="jboss.community" />
|
|
11
|
-
<option name="name" value="JBoss Community repository" />
|
|
12
|
-
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
|
|
13
|
-
</remote-repository>
|
|
14
|
-
<remote-repository>
|
|
15
|
-
<option name="id" value="MavenLocal" />
|
|
16
|
-
<option name="name" value="MavenLocal" />
|
|
17
|
-
<option name="url" value="file:$USER_HOME$/.m2/repository" />
|
|
18
|
-
</remote-repository>
|
|
19
|
-
<remote-repository>
|
|
20
|
-
<option name="id" value="MavenRepo" />
|
|
21
|
-
<option name="name" value="MavenRepo" />
|
|
22
|
-
<option name="url" value="https://repo.maven.apache.org/maven2/" />
|
|
23
|
-
</remote-repository>
|
|
24
|
-
<remote-repository>
|
|
25
|
-
<option name="id" value="maven" />
|
|
26
|
-
<option name="name" value="maven" />
|
|
27
|
-
<option name="url" value="file:$PROJECT_DIR$/../node_modules/react-native/android" />
|
|
28
|
-
</remote-repository>
|
|
29
|
-
<remote-repository>
|
|
30
|
-
<option name="id" value="BintrayJCenter" />
|
|
31
|
-
<option name="name" value="BintrayJCenter" />
|
|
32
|
-
<option name="url" value="https://jcenter.bintray.com/" />
|
|
33
|
-
</remote-repository>
|
|
34
|
-
<remote-repository>
|
|
35
|
-
<option name="id" value="Google" />
|
|
36
|
-
<option name="name" value="Google" />
|
|
37
|
-
<option name="url" value="https://dl.google.com/dl/android/maven2/" />
|
|
38
|
-
</remote-repository>
|
|
39
|
-
</component>
|
|
40
|
-
</project>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<component name="libraryTable">
|
|
2
|
-
<library name="Gradle: ./oppwa.mobile-2.44.0/oppwa.mobile-2.44.0.aar">
|
|
3
|
-
<CLASSES>
|
|
4
|
-
<root url="jar://$USER_HOME$/.gradle/caches/transforms-3/a756c9bba9ca09d22e46e2d847345804/transformed/oppwa.mobile-2.44.0/jars/classes.jar!/" />
|
|
5
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/a756c9bba9ca09d22e46e2d847345804/transformed/oppwa.mobile-2.44.0/res" />
|
|
6
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/a756c9bba9ca09d22e46e2d847345804/transformed/oppwa.mobile-2.44.0/AndroidManifest.xml" />
|
|
7
|
-
</CLASSES>
|
|
8
|
-
<JAVADOC />
|
|
9
|
-
<SOURCES />
|
|
10
|
-
</library>
|
|
11
|
-
</component>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<component name="libraryTable">
|
|
2
|
-
<library name="Gradle: com.android.support:appcompat-v7:23.0.1@aar">
|
|
3
|
-
<ANNOTATIONS>
|
|
4
|
-
<root url="jar://$USER_HOME$/.gradle/caches/transforms-3/54d6e388e5d26af3e9ce7a61ad47fdfa/transformed/appcompat-v7-23.0.1/annotations.zip!/" />
|
|
5
|
-
</ANNOTATIONS>
|
|
6
|
-
<CLASSES>
|
|
7
|
-
<root url="jar://$USER_HOME$/.gradle/caches/transforms-3/54d6e388e5d26af3e9ce7a61ad47fdfa/transformed/appcompat-v7-23.0.1/jars/classes.jar!/" />
|
|
8
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/54d6e388e5d26af3e9ce7a61ad47fdfa/transformed/appcompat-v7-23.0.1/res" />
|
|
9
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/54d6e388e5d26af3e9ce7a61ad47fdfa/transformed/appcompat-v7-23.0.1/AndroidManifest.xml" />
|
|
10
|
-
</CLASSES>
|
|
11
|
-
<JAVADOC>
|
|
12
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/appcompat-v7/23.0.1/5da3550956a5cb061de15e5aed501b4ba7e975e5/appcompat-v7-23.0.1-javadoc.jar!/" />
|
|
13
|
-
</JAVADOC>
|
|
14
|
-
<SOURCES>
|
|
15
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/appcompat-v7/23.0.1/787ec3e10ff774b1906e4b58c4985077a95ec944/appcompat-v7-23.0.1-sources.jar!/" />
|
|
16
|
-
</SOURCES>
|
|
17
|
-
</library>
|
|
18
|
-
</component>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<component name="libraryTable">
|
|
2
|
-
<library name="Gradle: com.android.support:recyclerview-v7:23.0.1@aar">
|
|
3
|
-
<CLASSES>
|
|
4
|
-
<root url="jar://$USER_HOME$/.gradle/caches/transforms-3/1722ec7e66318f48b64b7a1e5743fc37/transformed/recyclerview-v7-23.0.1/jars/classes.jar!/" />
|
|
5
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/1722ec7e66318f48b64b7a1e5743fc37/transformed/recyclerview-v7-23.0.1/res" />
|
|
6
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/1722ec7e66318f48b64b7a1e5743fc37/transformed/recyclerview-v7-23.0.1/AndroidManifest.xml" />
|
|
7
|
-
</CLASSES>
|
|
8
|
-
<JAVADOC>
|
|
9
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/recyclerview-v7/23.0.1/825d1509599a525ea46a7fa26debc00425c36a71/recyclerview-v7-23.0.1-javadoc.jar!/" />
|
|
10
|
-
</JAVADOC>
|
|
11
|
-
<SOURCES>
|
|
12
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/recyclerview-v7/23.0.1/266b4883a1ee9001baa81f40dd4f98f8f4be9430/recyclerview-v7-23.0.1-sources.jar!/" />
|
|
13
|
-
</SOURCES>
|
|
14
|
-
</library>
|
|
15
|
-
</component>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<component name="libraryTable">
|
|
2
|
-
<library name="Gradle: com.android.support:support-annotations:23.0.1">
|
|
3
|
-
<CLASSES>
|
|
4
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-annotations/23.0.1/1fce89a6428c51467090d7f424e4c9c3dbd55f7e/support-annotations-23.0.1.jar!/" />
|
|
5
|
-
</CLASSES>
|
|
6
|
-
<JAVADOC>
|
|
7
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-annotations/23.0.1/f07a2e327c90001c44cfbd9b2c3668c4ffebe4f/support-annotations-23.0.1-javadoc.jar!/" />
|
|
8
|
-
</JAVADOC>
|
|
9
|
-
<SOURCES>
|
|
10
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-annotations/23.0.1/fb3328451a24e73a766989bd3b211db817351eb4/support-annotations-23.0.1-sources.jar!/" />
|
|
11
|
-
</SOURCES>
|
|
12
|
-
</library>
|
|
13
|
-
</component>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<component name="libraryTable">
|
|
2
|
-
<library name="Gradle: com.android.support:support-v4:23.0.1@aar">
|
|
3
|
-
<ANNOTATIONS>
|
|
4
|
-
<root url="jar://$USER_HOME$/.gradle/caches/transforms-3/c333e7a419ae9e1df2d63a90c97d376e/transformed/support-v4-23.0.1/annotations.zip!/" />
|
|
5
|
-
</ANNOTATIONS>
|
|
6
|
-
<CLASSES>
|
|
7
|
-
<root url="jar://$USER_HOME$/.gradle/caches/transforms-3/c333e7a419ae9e1df2d63a90c97d376e/transformed/support-v4-23.0.1/jars/classes.jar!/" />
|
|
8
|
-
<root url="jar://$USER_HOME$/.gradle/caches/transforms-3/c333e7a419ae9e1df2d63a90c97d376e/transformed/support-v4-23.0.1/jars/libs/internal_impl-23.0.1.jar!/" />
|
|
9
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/c333e7a419ae9e1df2d63a90c97d376e/transformed/support-v4-23.0.1/res" />
|
|
10
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/c333e7a419ae9e1df2d63a90c97d376e/transformed/support-v4-23.0.1/AndroidManifest.xml" />
|
|
11
|
-
</CLASSES>
|
|
12
|
-
<JAVADOC>
|
|
13
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-v4/23.0.1/bd8b250639e413e298081f3f5b3aac41ec93a373/support-v4-23.0.1-javadoc.jar!/" />
|
|
14
|
-
</JAVADOC>
|
|
15
|
-
<SOURCES>
|
|
16
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-v4/23.0.1/ecdfd426735fd1fd3d44d2b98b6e8c3b384372b2/support-v4-23.0.1-sources.jar!/" />
|
|
17
|
-
</SOURCES>
|
|
18
|
-
</library>
|
|
19
|
-
</component>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<component name="libraryTable">
|
|
2
|
-
<library name="Gradle: com.facebook.fresco:drawee:0.8.1@aar">
|
|
3
|
-
<CLASSES>
|
|
4
|
-
<root url="jar://$USER_HOME$/.gradle/caches/transforms-3/b91646dc970176134a6537830a4a31e1/transformed/drawee-0.8.1/jars/classes.jar!/" />
|
|
5
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/b91646dc970176134a6537830a4a31e1/transformed/drawee-0.8.1/res" />
|
|
6
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/b91646dc970176134a6537830a4a31e1/transformed/drawee-0.8.1/AndroidManifest.xml" />
|
|
7
|
-
</CLASSES>
|
|
8
|
-
<JAVADOC>
|
|
9
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.fresco/drawee/0.8.1/fb90599e19161af64060402e06e06d82552b80d1/drawee-0.8.1-javadoc.jar!/" />
|
|
10
|
-
</JAVADOC>
|
|
11
|
-
<SOURCES>
|
|
12
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.fresco/drawee/0.8.1/52ad2393e92426a182609ccf741b266b654a5edf/drawee-0.8.1-sources.jar!/" />
|
|
13
|
-
</SOURCES>
|
|
14
|
-
</library>
|
|
15
|
-
</component>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<component name="libraryTable">
|
|
2
|
-
<library name="Gradle: com.facebook.fresco:fbcore:0.8.1@aar">
|
|
3
|
-
<CLASSES>
|
|
4
|
-
<root url="jar://$USER_HOME$/.gradle/caches/transforms-3/c1da80b9dea46274511df03e4ec69dca/transformed/fbcore-0.8.1/jars/classes.jar!/" />
|
|
5
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/c1da80b9dea46274511df03e4ec69dca/transformed/fbcore-0.8.1/res" />
|
|
6
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/c1da80b9dea46274511df03e4ec69dca/transformed/fbcore-0.8.1/AndroidManifest.xml" />
|
|
7
|
-
</CLASSES>
|
|
8
|
-
<JAVADOC>
|
|
9
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.fresco/fbcore/0.8.1/e9b3fd6679038042864b415bc441aea059531386/fbcore-0.8.1-javadoc.jar!/" />
|
|
10
|
-
</JAVADOC>
|
|
11
|
-
<SOURCES>
|
|
12
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.fresco/fbcore/0.8.1/c177b792eb9b4e333b32a23d909ad1249cb9bc30/fbcore-0.8.1-sources.jar!/" />
|
|
13
|
-
</SOURCES>
|
|
14
|
-
</library>
|
|
15
|
-
</component>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<component name="libraryTable">
|
|
2
|
-
<library name="Gradle: com.facebook.fresco:fresco:0.8.1@aar">
|
|
3
|
-
<CLASSES>
|
|
4
|
-
<root url="jar://$USER_HOME$/.gradle/caches/transforms-3/cbb963da8a6f784d55307fb8e930882f/transformed/fresco-0.8.1/jars/classes.jar!/" />
|
|
5
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/cbb963da8a6f784d55307fb8e930882f/transformed/fresco-0.8.1/res" />
|
|
6
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/cbb963da8a6f784d55307fb8e930882f/transformed/fresco-0.8.1/AndroidManifest.xml" />
|
|
7
|
-
</CLASSES>
|
|
8
|
-
<JAVADOC>
|
|
9
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.fresco/fresco/0.8.1/a5f763fabb39d3fbb23dc19371085963af027110/fresco-0.8.1-javadoc.jar!/" />
|
|
10
|
-
</JAVADOC>
|
|
11
|
-
<SOURCES>
|
|
12
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.fresco/fresco/0.8.1/8a7967e8ee4adfa7b0d549bfcd6d0fea06517576/fresco-0.8.1-sources.jar!/" />
|
|
13
|
-
</SOURCES>
|
|
14
|
-
</library>
|
|
15
|
-
</component>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<component name="libraryTable">
|
|
2
|
-
<library name="Gradle: com.facebook.fresco:imagepipeline:0.8.1@aar">
|
|
3
|
-
<CLASSES>
|
|
4
|
-
<root url="jar://$USER_HOME$/.gradle/caches/transforms-3/928ce9cca5b096c7f264174a31debe11/transformed/imagepipeline-0.8.1/jars/classes.jar!/" />
|
|
5
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/928ce9cca5b096c7f264174a31debe11/transformed/imagepipeline-0.8.1/res" />
|
|
6
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/928ce9cca5b096c7f264174a31debe11/transformed/imagepipeline-0.8.1/AndroidManifest.xml" />
|
|
7
|
-
</CLASSES>
|
|
8
|
-
<JAVADOC>
|
|
9
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.fresco/imagepipeline/0.8.1/2b65495cea536f85d2827aabcb880a1d4df71a60/imagepipeline-0.8.1-javadoc.jar!/" />
|
|
10
|
-
</JAVADOC>
|
|
11
|
-
<SOURCES>
|
|
12
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.fresco/imagepipeline/0.8.1/e2da70443d289100ae6490fbddf0ff6bfbc2c5da/imagepipeline-0.8.1-sources.jar!/" />
|
|
13
|
-
</SOURCES>
|
|
14
|
-
</library>
|
|
15
|
-
</component>
|
package/android/.idea/libraries/Gradle__com_facebook_fresco_imagepipeline_okhttp_0_8_1_aar.xml
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<component name="libraryTable">
|
|
2
|
-
<library name="Gradle: com.facebook.fresco:imagepipeline-okhttp:0.8.1@aar">
|
|
3
|
-
<CLASSES>
|
|
4
|
-
<root url="jar://$USER_HOME$/.gradle/caches/transforms-3/3ab791597d087e5eae7f68c62a500f52/transformed/imagepipeline-okhttp-0.8.1/jars/classes.jar!/" />
|
|
5
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/3ab791597d087e5eae7f68c62a500f52/transformed/imagepipeline-okhttp-0.8.1/res" />
|
|
6
|
-
<root url="file://$USER_HOME$/.gradle/caches/transforms-3/3ab791597d087e5eae7f68c62a500f52/transformed/imagepipeline-okhttp-0.8.1/AndroidManifest.xml" />
|
|
7
|
-
</CLASSES>
|
|
8
|
-
<JAVADOC>
|
|
9
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.fresco/imagepipeline-okhttp/0.8.1/cb5bd74a697000b2072dfa3726bae266597cb26e/imagepipeline-okhttp-0.8.1-javadoc.jar!/" />
|
|
10
|
-
</JAVADOC>
|
|
11
|
-
<SOURCES>
|
|
12
|
-
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.fresco/imagepipeline-okhttp/0.8.1/3728771840c2e71c5c598432fe1c0a617df81bb7/imagepipeline-okhttp-0.8.1-sources.jar!/" />
|
|
13
|
-
</SOURCES>
|
|
14
|
-
</library>
|
|
15
|
-
</component>
|