react-native-hyperpay-sdk 0.16.0 → 0.17.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/android/.DS_Store +0 -0
- package/android/libs/.DS_Store +0 -0
- package/ios/OPPWAMobile.xcframework/Info.plist +42 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +64 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +117 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccount.h +58 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +167 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +48 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddress.h +88 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +106 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBinInfo.h +63 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCard.h +68 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +164 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +77 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +156 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +189 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +239 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +62 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPErrors.h +211 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +74 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +124 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +48 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +41 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +66 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +56 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentButton.h +53 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentParams.h +91 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +212 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +60 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +68 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +108 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +27 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPToken.h +121 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +89 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTransaction.h +121 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +60 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +1100 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile.h +56 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +80 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +71 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Info.plist +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7-apple-ios.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/module.modulemap +11 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +67 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +91 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +90 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +95 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +153 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +107 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +98 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +88 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +104 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +94 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +74 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +98 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +103 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +104 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +104 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +103 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +91 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +91 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +96 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +103 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +88 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +64 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +117 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccount.h +58 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +167 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +48 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddress.h +88 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +106 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBinInfo.h +63 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCard.h +68 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +164 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +77 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +156 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +189 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +239 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +62 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPErrors.h +211 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +74 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +124 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +48 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +41 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +66 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +56 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentButton.h +53 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentParams.h +91 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +212 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +60 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +68 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +108 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +27 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPToken.h +121 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +89 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTransaction.h +121 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +60 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +1649 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile.h +56 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +80 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +71 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Info.plist +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/module.modulemap +11 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +67 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeDirectory +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources +3479 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeSignature +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +91 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +90 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +95 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +153 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +107 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +98 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +88 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +104 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +94 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +74 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +98 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +103 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +104 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +104 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +103 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +91 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +91 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +96 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +103 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +88 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/_CodeSignature/CodeResources +4503 -0
- package/ios/ipworks3ds_sdk.xcframework/.DS_Store +0 -0
- package/ios/ipworks3ds_sdk.xcframework/Info.plist +42 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/.DS_Store +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Assets.car +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +1242 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Info.plist +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftinterface +759 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftinterface +759 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +410 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +282 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/.DS_Store +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Assets.car +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +1862 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Info.plist +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftinterface +759 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftinterface +759 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +759 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +410 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +312 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
- package/package.json +3 -2
- package/react-native-hyperpay-sdk.podspec +1 -3
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "支払い方法の選択";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "支払い明細";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "実行中";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "支払い情報";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "合計金額";
|
|
16
|
+
|
|
17
|
+
/// Device owner authentication
|
|
18
|
+
"DEVICE_AUTH_REASON" = "支払いを確認する";
|
|
19
|
+
|
|
20
|
+
/// Messages
|
|
21
|
+
"MESSAGE_PLEASE_WAIT" = "お待ち下さい";
|
|
22
|
+
|
|
23
|
+
/// Button titles
|
|
24
|
+
"BUTTON_TITLE_PAY" = "すぐ支払う";
|
|
25
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "支払い金額 %@";
|
|
26
|
+
"BUTTON_TITLE_REGISTER" = "登録";
|
|
27
|
+
"BUTTON_TITLE_CANCEL" = "キャンセル";
|
|
28
|
+
"BUTTON_TITLE_BACK" = "変更";
|
|
29
|
+
"BUTTON_TITLE_DONE" = "完了";
|
|
30
|
+
|
|
31
|
+
/// Text field label names
|
|
32
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "カード所有者名";
|
|
33
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "クレジットカード番号";
|
|
34
|
+
"FIELD_LABEL_EXPIRY_DATE" = "有効期限";
|
|
35
|
+
"FIELD_LABEL_CVV" = "セキュリティコード又はCVV";
|
|
36
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "携帯電話番号";
|
|
37
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "アカウント所有者";
|
|
38
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
39
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN 又は口座番号";
|
|
40
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC 又は銀行コード";
|
|
41
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "国の選択";
|
|
42
|
+
"FIELD_LABEL_SELECT_BANK" = "銀行を選択";
|
|
43
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "将来再利用できるよう支払い情報詳細を保存する。";
|
|
44
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "分割払いの数";
|
|
45
|
+
|
|
46
|
+
/// Text field placeholders
|
|
47
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "カードに記載されている氏名";
|
|
48
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "あなたのカードの最初の長い番号";
|
|
49
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "月月/年年 又は 月月/年年年年";
|
|
50
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3桁の数字コード";
|
|
51
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4桁の数字コード";
|
|
52
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "アカウント所有者名";
|
|
53
|
+
"FIELD_PLACEHOLDER_IBAN" = "国際銀行口座番号";
|
|
54
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN 又は口座番号";
|
|
55
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC 又は銀行コード";
|
|
56
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xx";
|
|
57
|
+
|
|
58
|
+
/// Text field errors
|
|
59
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "カードの所有者名が無効です。";
|
|
60
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "カード番号が無効です。";
|
|
61
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "カードの有効期限が無効です。月月/年年又は月月/年年年年の書式を使って下さい。";
|
|
62
|
+
"FIELD_ERROR_CARD_EXPIRED" = "カードが期限切れです";
|
|
63
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "セキュリティコードは、カードの裏面に記載されている数字の最後の3桁になります。";
|
|
64
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "セキュリティコードは、カードの裏面に記載されている数字の最後の4桁になります。";
|
|
65
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "不適切な携帯番号";
|
|
66
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "アカウントの所有者名が無効です。";
|
|
67
|
+
"FIELD_ERROR_IBAN_INVALID" = "IBANが無効です。";
|
|
68
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "IBAN 又は口座番号が無効です";
|
|
69
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "BIC 又は銀行コードが無効です";
|
|
70
|
+
|
|
71
|
+
/// Payment method groups are displayed if tokens are received
|
|
72
|
+
"PAYMENT_METHOD_GROUP_STORED" = "支払い方法の保存";
|
|
73
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "その他の支払い方法";
|
|
74
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "クレジットカード/デビットカード";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "결제 방법 선택";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "결제 세부 정보";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "처리 중";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "결제 정보";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "총액";
|
|
16
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "사용자의 기기로 푸시 알림이 전송됩니다.";
|
|
17
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "PIN MB WAY로 거래를 수락해주세요.";
|
|
18
|
+
"LABEL_TERMS_AND_CONDITIONS" = "이용약관";
|
|
19
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "이용약관을 읽었으며 이에 동의합니다.";
|
|
20
|
+
"LABEL_SWEDISH" = "스웨덴어";
|
|
21
|
+
"LABEL_FINNISH" = "핀란드어";
|
|
22
|
+
"LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "희망하는 결제 방법을 선택하세요.";
|
|
23
|
+
|
|
24
|
+
/// Messages
|
|
25
|
+
"MESSAGE_PLEASE_WAIT" = "잠시 기다려 주세요.";
|
|
26
|
+
|
|
27
|
+
/// Device owner authentication
|
|
28
|
+
"DEVICE_AUTH_REASON" = "결제 확인";
|
|
29
|
+
|
|
30
|
+
/// Button titles
|
|
31
|
+
"BUTTON_TITLE_PAY" = "지금 결제";
|
|
32
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "%@ 결제하기";
|
|
33
|
+
"BUTTON_TITLE_REGISTER" = "등록";
|
|
34
|
+
"BUTTON_TITLE_CANCEL" = "취소";
|
|
35
|
+
"BUTTON_TITLE_BACK" = "수정";
|
|
36
|
+
"BUTTON_TITLE_DONE" = "완료";
|
|
37
|
+
|
|
38
|
+
/// Text field label names
|
|
39
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "카드 소지자 이름";
|
|
40
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "신용카드 번호";
|
|
41
|
+
"FIELD_LABEL_EXPIRY_DATE" = "만료 날짜";
|
|
42
|
+
"FIELD_LABEL_CVV" = "보안 코드 또는 CVV";
|
|
43
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "휴대폰 번호";
|
|
44
|
+
"FIELD_LABEL_QRCODE" = "QR 코드";
|
|
45
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "예금주";
|
|
46
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
47
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN 또는 계좌번호";
|
|
48
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC 또는 은행 코드";
|
|
49
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "국가 선택";
|
|
50
|
+
"FIELD_LABEL_SELECT_BANK" = "은행 선택";
|
|
51
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "나중에 사용하도록 결제 세부 정보 저장";
|
|
52
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "카드 종류 선택";
|
|
53
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "할부 개월 수";
|
|
54
|
+
"FIELD_LABEL_EMAIL" = "이메일";
|
|
55
|
+
"FIELD_LABEL_COUNTRY_CODE" = "국가 코드";
|
|
56
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "주민등록번호";
|
|
57
|
+
"FIELD_LABEL_ACCOUNT_NUMBER" = "계좌번호";
|
|
58
|
+
"FIELD_LABEL_ACCOUNT_VERIFICATION" = "계좌 인증";
|
|
59
|
+
|
|
60
|
+
/// Text field placeholders
|
|
61
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "카드에 표시된 이름";
|
|
62
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "카드 앞면에 있는 긴 숫자";
|
|
63
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/YY 또는 MM/YYYY";
|
|
64
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3자리 숫자";
|
|
65
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4자리 숫자";
|
|
66
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "예금주 이름";
|
|
67
|
+
"FIELD_PLACEHOLDER_IBAN" = "국제 은행 계좌번호";
|
|
68
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN 또는 계좌번호";
|
|
69
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC 또는 은행 코드";
|
|
70
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
71
|
+
"FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
|
|
72
|
+
"FIELD_PLACEHOLDER_EMAIL" = "이메일";
|
|
73
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "주민등록번호";
|
|
74
|
+
"FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "계좌번호";
|
|
75
|
+
"FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "계좌 인증";
|
|
76
|
+
|
|
77
|
+
/// Text field errors
|
|
78
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "카드 소지자 이름이 올바르지 않습니다.";
|
|
79
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "입력한 카드 번호가 올바르지 않습니다.";
|
|
80
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "카드 만료 날짜가 올바르지 않습니다. MM/YY 또는 MM/YYYY 형식을 사용하세요.";
|
|
81
|
+
"FIELD_ERROR_CARD_EXPIRED" = "만료된 카드입니다.";
|
|
82
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "보안 코드는 카드 뒷면에 있는 마지막 3자리 숫자를 포함해야 합니다.";
|
|
83
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "보안 코드는 카드 앞면에 있는 4자리 숫자를 포함해야 합니다.";
|
|
84
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "예금주 이름이 올바르지 않습니다.";
|
|
85
|
+
"FIELD_ERROR_IBAN_INVALID" = "IBAN이 올바르지 않습니다.";
|
|
86
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "IBAN 또는 계좌번호가 올바르지 않습니다.";
|
|
87
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "BIC 또는 은행 코드가 올바르지 않습니다.";
|
|
88
|
+
"FIELD_ERROR_EMAIL_INVALID" = "유효하지 않은 이메일";
|
|
89
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "유효하지 않은 휴대폰 번호";
|
|
90
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "올바르지 않은 주민등록번호";
|
|
91
|
+
"FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "올바르지 않은 계좌번호";
|
|
92
|
+
"FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "만료 날짜가 올바르지 않습니다. MM/YY 또는 MM/YYYY 형식을 사용하세요.";
|
|
93
|
+
"FIELD_ERROR_ACCOUNT_EXPIRED" = "만료된 계좌입니다.";
|
|
94
|
+
|
|
95
|
+
/// Payment method groups are displayed if tokens are received
|
|
96
|
+
"PAYMENT_METHOD_GROUP_STORED" = "저장된 결제 방법";
|
|
97
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "다른 결제 방법";
|
|
98
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "신용카드/직불카드";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Velg betalingsalternativ";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Betalingsopplysninger";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "Behandler";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "Betalingsinformasjon";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "Totalsum";
|
|
16
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "Du vil få et pushvarsel på telefonen din.";
|
|
17
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Vennligst godkjenn overføringen med PIN MB WAY.";
|
|
18
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Vilkår og betingelser";
|
|
19
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Jeg har lest og godkjenner vilkår og betingelser";
|
|
20
|
+
"LABEL_SWEDISH" = "Svensk";
|
|
21
|
+
"LABEL_FINNISH" = "Finsk";
|
|
22
|
+
"LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Vennligst velg betalingsalternativ:";
|
|
23
|
+
|
|
24
|
+
/// Messages
|
|
25
|
+
"MESSAGE_PLEASE_WAIT" = "Vennligst vent";
|
|
26
|
+
|
|
27
|
+
/// Device owner authentication
|
|
28
|
+
"DEVICE_AUTH_REASON" = "Bekreft betaling";
|
|
29
|
+
|
|
30
|
+
/// Button titles
|
|
31
|
+
"BUTTON_TITLE_PAY" = "BETAL NÅ";
|
|
32
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Betal %@";
|
|
33
|
+
"BUTTON_TITLE_REGISTER" = "Registrer";
|
|
34
|
+
"BUTTON_TITLE_CANCEL" = "Avbryt";
|
|
35
|
+
"BUTTON_TITLE_BACK" = "Endre";
|
|
36
|
+
"BUTTON_TITLE_DONE" = "Ferdig";
|
|
37
|
+
|
|
38
|
+
/// Text field label names
|
|
39
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Kortinnhaverens navn";
|
|
40
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Kortnummer";
|
|
41
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Utløpsdato";
|
|
42
|
+
"FIELD_LABEL_CVV" = "Sikkerhetskode";
|
|
43
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Mobilnummer";
|
|
44
|
+
"FIELD_LABEL_QRCODE" = "QR_kode";
|
|
45
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Kortholders navn";
|
|
46
|
+
"FIELD_LABEL_IBAN" = "IBAN (International Bank Account Number)";
|
|
47
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN eller kontonummer";
|
|
48
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC eller bankkode";
|
|
49
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Velg land:";
|
|
50
|
+
"FIELD_LABEL_SELECT_BANK" = "Velg bank:";
|
|
51
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Lagre betalingsopplysninger til neste gang";
|
|
52
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Velg korttype:";
|
|
53
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Antall delbetalinger";
|
|
54
|
+
"FIELD_LABEL_EMAIL" = "E-post";
|
|
55
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Landskode";
|
|
56
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Personnummer";
|
|
57
|
+
"FIELD_LABEL_ACCOUNT_NUMBER" = "Kontonummer";
|
|
58
|
+
"FIELD_LABEL_ACCOUNT_VERIFICATION" = "Kontoverifisering";
|
|
59
|
+
|
|
60
|
+
/// Text field placeholders
|
|
61
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Navn som står på kortet";
|
|
62
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "Det lange nummeret på forsiden av kortet";
|
|
63
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/ÅÅ eller MM/ÅÅÅÅ";
|
|
64
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "tresifret";
|
|
65
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "firesifret";
|
|
66
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Kortholders navn";
|
|
67
|
+
"FIELD_PLACEHOLDER_IBAN" = "International Bank Account Number (IBAN)";
|
|
68
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN eller kontonummer";
|
|
69
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC eller bankkode";
|
|
70
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
71
|
+
"FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
|
|
72
|
+
"FIELD_PLACEHOLDER_EMAIL" = "E-post";
|
|
73
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Personnummer";
|
|
74
|
+
"FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Kontonummer";
|
|
75
|
+
"FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Kontoverifisering";
|
|
76
|
+
|
|
77
|
+
/// Text field errors
|
|
78
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Kortinnhaverens navn er ikke gyldig";
|
|
79
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "Kortnummerets navn er ikke gyldig";
|
|
80
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Utløspdatoen stemmer ikke, bruk formatet MM/ÅÅ eller MM/ÅÅÅÅ";
|
|
81
|
+
"FIELD_ERROR_CARD_EXPIRED" = "Kortet er utgått";
|
|
82
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Sikkerhetskoden er de tre sifrene på kortets bakside.";
|
|
83
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Sikkerhetskoden er de fire sifrene på kortets forside.";
|
|
84
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Kontoinnhaverens navn er ugyldig";
|
|
85
|
+
"FIELD_ERROR_IBAN_INVALID" = "IBAN ikke gyldig";
|
|
86
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "IBAN eller kontonummer er ikke gyldig";
|
|
87
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "Clearingnummer eller BIC er ikke gyldig";
|
|
88
|
+
"FIELD_ERROR_EMAIL_INVALID" = "Ugyldig e-postadresse";
|
|
89
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Ugyldig mobilnummer";
|
|
90
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Feil personnummer";
|
|
91
|
+
"FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Ugyldig kortnummer";
|
|
92
|
+
"FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "Utløpsdato stemmer ikke, bruk formatet MM/ÅÅ eller MM/ÅÅÅÅ";
|
|
93
|
+
"FIELD_ERROR_ACCOUNT_EXPIRED" = "Kotoen er utgått";
|
|
94
|
+
|
|
95
|
+
/// Payment method groups are displayed if tokens are received
|
|
96
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Lagre betalingsalternativer";
|
|
97
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "Endre betalingsalternativer";
|
|
98
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Kredit-/bankkort";
|
|
99
|
+
"PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYLATER" = "Få først. Betal senere.";
|
|
100
|
+
|
|
101
|
+
/// Payment method names
|
|
102
|
+
"PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_SLICEIT" = "Del opp.";
|
|
103
|
+
"PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYNOW" = "Kort";
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Kies betaalwijze";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Betaalgegevens";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "Verwerken";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "Betaalinformatie";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "Totaalbedrag";
|
|
16
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "We sturen een pushbericht naar je mobiel toestel.";
|
|
17
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Accepteer de transactie alsjeblieft met je PIN MB WAY.";
|
|
18
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Algemene voorwaarden";
|
|
19
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Ik heb de algemene contractvoorwaarden gelezen en begrepen.";
|
|
20
|
+
"LABEL_SWEDISH" = "Zweedse";
|
|
21
|
+
"LABEL_FINNISH" = "Finse";
|
|
22
|
+
"LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Selecteer je gewenste betaalwijze:";
|
|
23
|
+
|
|
24
|
+
/// Messages
|
|
25
|
+
"MESSAGE_PLEASE_WAIT" = "Even geduld alsjeblieft";
|
|
26
|
+
|
|
27
|
+
/// Device owner authentication
|
|
28
|
+
"DEVICE_AUTH_REASON" = "Bevestig betaling";
|
|
29
|
+
|
|
30
|
+
/// Button titles
|
|
31
|
+
"BUTTON_TITLE_PAY" = "Betaal";
|
|
32
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Betaal %@";
|
|
33
|
+
"BUTTON_TITLE_REGISTER" = "Registreer";
|
|
34
|
+
"BUTTON_TITLE_CANCEL" = "Annuleer";
|
|
35
|
+
"BUTTON_TITLE_BACK" = "Pas aan";
|
|
36
|
+
"BUTTON_TITLE_DONE" = "Gereed";
|
|
37
|
+
|
|
38
|
+
/// Text field label names
|
|
39
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Naam kaarthouder";
|
|
40
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Kredietkaartnummer";
|
|
41
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Vervaldatum";
|
|
42
|
+
"FIELD_LABEL_CVV" = "Beveiligingscode of CVV";
|
|
43
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Mobiel telefoonnummer";
|
|
44
|
+
"FIELD_LABEL_QRCODE" = "QR-code";
|
|
45
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Rekeninghouder";
|
|
46
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
47
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN of bankrekeningnummer";
|
|
48
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC of bankcode";
|
|
49
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Selecteer land";
|
|
50
|
+
"FIELD_LABEL_SELECT_BANK" = "Selecteer bank";
|
|
51
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Sla betaalgegevens op voor toekomstig gebruik";
|
|
52
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Kies kaarttype";
|
|
53
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Aantal termijnen";
|
|
54
|
+
"FIELD_LABEL_EMAIL" = "E-mailadres";
|
|
55
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Landcode";
|
|
56
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Rijksregisternummer";
|
|
57
|
+
"FIELD_LABEL_ACCOUNT_NUMBER" = "Account nummer";
|
|
58
|
+
"FIELD_LABEL_ACCOUNT_VERIFICATION" = "Account verificatie";
|
|
59
|
+
|
|
60
|
+
/// Text field placeholders
|
|
61
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Naam zoals op de kaart staat";
|
|
62
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "Lange nummer op de voorkant van de kaart";
|
|
63
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/JJ of MM/JJJJ";
|
|
64
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3-cijferige code";
|
|
65
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4-cijferige code";
|
|
66
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Naam rekeninghouder";
|
|
67
|
+
"FIELD_PLACEHOLDER_IBAN" = "International Bank Account Number";
|
|
68
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN of bankrekeningnummer";
|
|
69
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC of bankcode";
|
|
70
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
71
|
+
"FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
|
|
72
|
+
"FIELD_PLACEHOLDER_EMAIL" = "E-mailadres";
|
|
73
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Rijksregisternummer";
|
|
74
|
+
"FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Account nummer";
|
|
75
|
+
"FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Account verificatie";
|
|
76
|
+
|
|
77
|
+
/// Text field errors
|
|
78
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Naam kaarthouder is niet geldig";
|
|
79
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "Kaartnummer is niet geldig";
|
|
80
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Vervaldatum is niet geldig, vul in als MM/JJ of MM/JJJJ";
|
|
81
|
+
"FIELD_ERROR_CARD_EXPIRED" = "Kaart is vervallen";
|
|
82
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Veiligheidscode moet de 3 laatste cijfers op de achterkant van je kaart bevatten";
|
|
83
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Veligheidscode moet het 4-cijferige nummer op de voorkant van je kaart bevatten";
|
|
84
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Naam rekeninghouder is ongeldig";
|
|
85
|
+
"FIELD_ERROR_IBAN_INVALID" = "IBAN is ongeldig";
|
|
86
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "IBAN of bankrekeningnummer is ongeldig";
|
|
87
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "BIC of bankcode is ongeldig";
|
|
88
|
+
"FIELD_ERROR_EMAIL_INVALID" = "Ongeldig e-mailadres";
|
|
89
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Ongeldig mobiel telefoonnummer";
|
|
90
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Ongeldig rijksregisternummer";
|
|
91
|
+
"FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Ongeldig account nummer";
|
|
92
|
+
"FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "Vervaldatum is niet geldig, gebruik formaat MM/JJ of MM/JJJJ";
|
|
93
|
+
"FIELD_ERROR_ACCOUNT_EXPIRED" = "Account is verlopen";
|
|
94
|
+
|
|
95
|
+
/// Payment method groups are displayed if tokens are received
|
|
96
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Opgeslagen betaalwijze";
|
|
97
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "Andere betaalwijze";
|
|
98
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Krediet-/debetkaart";
|
|
99
|
+
|
|
100
|
+
/// Payment method names
|
|
101
|
+
"PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "SEPA-domiciliëring";
|
|
102
|
+
"PAYMENT_METHOD_TYPE_SOFORTUEBERWEISUNG" = "SOFORT BANKING";
|
|
103
|
+
"PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYLATER" = "Betalen binnen 21 dagen";
|
|
104
|
+
"PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYNOW" = "Directe bankoverschrijving";
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Kies betaalmethode";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Betaalgegevens";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "Verwerken";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "Betaalinformatie";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "Totaalbedrag";
|
|
16
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "We sturen een pushbericht naar je mobiele apparaat.";
|
|
17
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Accepteer de transactie alsjeblieft met je pin.";
|
|
18
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Algemene voorwaarden";
|
|
19
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Ik heb de algemene voorwaarden gelezen en ga ermee akkoord";
|
|
20
|
+
"LABEL_SWEDISH" = "Zweedse";
|
|
21
|
+
"LABEL_FINNISH" = "Finse";
|
|
22
|
+
"LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Selecteer uw gewenste betaalmethode:";
|
|
23
|
+
|
|
24
|
+
/// Messages
|
|
25
|
+
"MESSAGE_PLEASE_WAIT" = "Even geduld alsjeblieft";
|
|
26
|
+
|
|
27
|
+
/// Device owner authentication
|
|
28
|
+
"DEVICE_AUTH_REASON" = "Bevestig betaling";
|
|
29
|
+
|
|
30
|
+
/// Button titles
|
|
31
|
+
"BUTTON_TITLE_PAY" = "Betaal";
|
|
32
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Betaal %@";
|
|
33
|
+
"BUTTON_TITLE_REGISTER" = "Registreer";
|
|
34
|
+
"BUTTON_TITLE_CANCEL" = "Annuleer";
|
|
35
|
+
"BUTTON_TITLE_BACK" = "Pas aan";
|
|
36
|
+
"BUTTON_TITLE_DONE" = "Gereed";
|
|
37
|
+
|
|
38
|
+
/// Text field label names
|
|
39
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Naam kaarthouder";
|
|
40
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Creditcardnummer";
|
|
41
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Vervaldatum";
|
|
42
|
+
"FIELD_LABEL_CVV" = "Veiligheidscode of CVV";
|
|
43
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Mobiel telefoonnummer";
|
|
44
|
+
"FIELD_LABEL_QRCODE" = "QR code";
|
|
45
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Rekeninghouder";
|
|
46
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
47
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN of bankrekeningnummer";
|
|
48
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC of bankcode";
|
|
49
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Selecteer land";
|
|
50
|
+
"FIELD_LABEL_SELECT_BANK" = "Selecteer bank";
|
|
51
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Sla betaalgegevens op voor toekomstig gebruik";
|
|
52
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Kies kaarttype";
|
|
53
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Aantal termijnen";
|
|
54
|
+
"FIELD_LABEL_EMAIL" = "E-mail";
|
|
55
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Landcode";
|
|
56
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Burgerservicenummer";
|
|
57
|
+
"FIELD_LABEL_ACCOUNT_NUMBER" = "Account nummer";
|
|
58
|
+
"FIELD_LABEL_ACCOUNT_VERIFICATION" = "Account verificatie";
|
|
59
|
+
|
|
60
|
+
/// Text field placeholders
|
|
61
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Naam zoals op de kaart staat";
|
|
62
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "Lange nummer op de voorkant van de kaart";
|
|
63
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/JJ of MM/JJJJ";
|
|
64
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3-cijferige code";
|
|
65
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4-cijferige code";
|
|
66
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Naam rekeninghouder";
|
|
67
|
+
"FIELD_PLACEHOLDER_IBAN" = "International Bank Account Number";
|
|
68
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN of bankrekeningnummer";
|
|
69
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC of bankcode";
|
|
70
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
71
|
+
"FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
|
|
72
|
+
"FIELD_PLACEHOLDER_EMAIL" = "E-mail";
|
|
73
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Burgerservicenummer";
|
|
74
|
+
"FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Account nummer";
|
|
75
|
+
"FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Account verificatie";
|
|
76
|
+
|
|
77
|
+
/// Text field errors
|
|
78
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Naam kaarthouder is niet geldig";
|
|
79
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "Kaartnummer is niet geldig";
|
|
80
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Vervaldatum is niet geldig, vul in als MM/JJ of MM/JJJJ";
|
|
81
|
+
"FIELD_ERROR_CARD_EXPIRED" = "Kaart is verlopen";
|
|
82
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Veiligheidscode moet de 3 laatste cijfers op de achterkant van je kaart bevatten";
|
|
83
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Veligheidscode moet het 4-cijferige nummer op de voorkant van je kaart bevatten";
|
|
84
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Naam rekeninghouder is ongeldig";
|
|
85
|
+
"FIELD_ERROR_IBAN_INVALID" = "IBAN is ongeldig";
|
|
86
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "IBAN of bankrekeningnummer is ongeldig";
|
|
87
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "BIC of bankcode is ongeldig";
|
|
88
|
+
"FIELD_ERROR_EMAIL_INVALID" = "Ongeldige e-mail";
|
|
89
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Ongeldig mobiel telefoonnummer";
|
|
90
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Ongeldig burgerservicenummer";
|
|
91
|
+
"FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Ongeldig account nummer";
|
|
92
|
+
"FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "Vervaldatum is niet geldig, gebruik formaat MM/JJ of MM/JJJJ";
|
|
93
|
+
"FIELD_ERROR_ACCOUNT_EXPIRED" = "Account is verlopen";
|
|
94
|
+
|
|
95
|
+
/// Payment method groups are displayed if tokens are received
|
|
96
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Opgeslagen betaalmethodes";
|
|
97
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "Andere betaalmethodes";
|
|
98
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Kredietkaarten";
|
|
99
|
+
|
|
100
|
+
/// Payment method names
|
|
101
|
+
"PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "SEPA automatische incasso";
|
|
102
|
+
"PAYMENT_METHOD_TYPE_SOFORTUEBERWEISUNG" = "SOFORT BANKING";
|
|
103
|
+
"PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYLATER" = "Betaal later in 14 dagen";
|
|
104
|
+
"PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYNOW" = "Betaal nu";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|