react-native-hyperpay-sdk 0.16.0 → 0.18.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/OPPWAMobile.xcframework/Info.plist +42 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +64 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +117 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccount.h +58 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +167 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +48 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddress.h +88 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +106 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBinInfo.h +63 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCard.h +68 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +164 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +77 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +156 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +189 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +239 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +62 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPErrors.h +211 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +74 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +124 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +48 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +41 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +66 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +56 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentButton.h +53 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentParams.h +91 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +212 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +60 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +68 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +108 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +27 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPToken.h +121 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +89 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTransaction.h +121 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +60 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +1100 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile.h +56 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +80 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +71 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7-apple-ios.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftinterface +116 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftinterface +116 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +116 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftinterface +116 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftinterface +116 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/module.modulemap +11 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +67 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +91 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +90 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +95 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +153 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +107 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +98 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +88 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +104 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +94 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +74 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +98 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +103 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +104 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +104 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +103 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +91 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +91 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +96 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +103 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +88 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +64 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +117 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccount.h +58 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +167 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +48 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddress.h +88 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +106 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBinInfo.h +63 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCard.h +68 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +164 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +77 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +156 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +189 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +239 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +62 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPErrors.h +211 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +74 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +124 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +48 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +41 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +66 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +56 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentButton.h +53 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentParams.h +91 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +212 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +60 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +68 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +108 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +27 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPToken.h +121 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +89 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTransaction.h +121 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +60 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +1649 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile.h +56 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +80 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +71 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386-apple-ios-simulator.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftinterface +116 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +116 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftinterface +116 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftinterface +116 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +116 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftinterface +116 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/module.modulemap +11 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +67 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeDirectory +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements-1 +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources +3479 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeSignature +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +91 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +90 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +95 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +153 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +107 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +98 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +88 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +104 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +94 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +74 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +98 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +103 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +104 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +104 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +103 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +91 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +91 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +96 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +103 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +88 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/_CodeSignature/CodeResources +4503 -0
- package/android/.DS_Store +0 -0
- package/android/libs/.DS_Store +0 -0
- package/ipworks3ds_sdk.xcframework/.DS_Store +0 -0
- package/ipworks3ds_sdk.xcframework/Info.plist +42 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/.DS_Store +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Assets.car +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +1242 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Info.plist +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftinterface +759 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftinterface +759 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +410 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +282 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/.DS_Store +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Assets.car +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +1862 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Info.plist +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftinterface +759 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftinterface +759 -0
- package/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/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/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +410 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +312 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
- package/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,98 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Sélectionnez le moyen de paiement ";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Détails du paiement";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "Traitement ";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "Informations de paiement";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "Montant total";
|
|
16
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "Une notification push sera envoyée à votre appareil.";
|
|
17
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Veuillez accepter la transaction avec votre code PIN MB WAY.";
|
|
18
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Termes et conditions";
|
|
19
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "J'ai lu et j'accepte les conditions d'utilisation.";
|
|
20
|
+
"LABEL_SWEDISH" = "Suédois";
|
|
21
|
+
"LABEL_FINNISH" = "Finnois";
|
|
22
|
+
"LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Veuillez sélectionner votre mode de paiement préféré:";
|
|
23
|
+
|
|
24
|
+
/// Messages
|
|
25
|
+
"MESSAGE_PLEASE_WAIT" = "Veuillez patienter";
|
|
26
|
+
|
|
27
|
+
/// Device owner authentication
|
|
28
|
+
"DEVICE_AUTH_REASON" = "Valider le paiement";
|
|
29
|
+
|
|
30
|
+
/// Button titles
|
|
31
|
+
"BUTTON_TITLE_PAY" = "Payez maintenant";
|
|
32
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Payer %@";
|
|
33
|
+
"BUTTON_TITLE_REGISTER" = "S'enregistrer";
|
|
34
|
+
"BUTTON_TITLE_CANCEL" = "Annuler";
|
|
35
|
+
"BUTTON_TITLE_BACK" = "Changer";
|
|
36
|
+
"BUTTON_TITLE_DONE" = "Terminé";
|
|
37
|
+
|
|
38
|
+
/// Text field label names
|
|
39
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Nom du titulaire de la carte";
|
|
40
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Numéro de carte de crédit";
|
|
41
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Date d'expiration";
|
|
42
|
+
"FIELD_LABEL_CVV" = "Code de sécurité / CVV";
|
|
43
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Numéro de téléphone mobile";
|
|
44
|
+
"FIELD_LABEL_QRCODE" = "Code QR";
|
|
45
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Titulaire du compte";
|
|
46
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
47
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ou numéro de compte ";
|
|
48
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC ou code banque";
|
|
49
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Sélectionnez le pays";
|
|
50
|
+
"FIELD_LABEL_SELECT_BANK" = "Sélectionnez la banque ";
|
|
51
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Memoriser vos coordonnées de paiement pour une utilisation ultérieure";
|
|
52
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Choisissez le type de carte";
|
|
53
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Nombre de versements";
|
|
54
|
+
"FIELD_LABEL_EMAIL" = "E-mail";
|
|
55
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Indicatif du pays";
|
|
56
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Numéro de registre national";
|
|
57
|
+
"FIELD_LABEL_ACCOUNT_NUMBER" = "Numéro de compte";
|
|
58
|
+
"FIELD_LABEL_ACCOUNT_VERIFICATION" = "Vérification de compte";
|
|
59
|
+
|
|
60
|
+
/// Text field placeholders
|
|
61
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Nom tel qu'il apparaît sur la carte";
|
|
62
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "Numéro sur le devant de la carte";
|
|
63
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/AA ou MM/AAAA";
|
|
64
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "Code de 3 chiffres";
|
|
65
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "Code de 4 chiffres";
|
|
66
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Nom du titulaire du compte";
|
|
67
|
+
"FIELD_PLACEHOLDER_IBAN" = "Identifiant international de compte bancaire";
|
|
68
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ou numéro de compte ";
|
|
69
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC ou code banque";
|
|
70
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
71
|
+
"FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
|
|
72
|
+
"FIELD_PLACEHOLDER_EMAIL" = "E-mail";
|
|
73
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Numéro de registre national";
|
|
74
|
+
"FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Numéro de compte";
|
|
75
|
+
"FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Vérification de compte";
|
|
76
|
+
|
|
77
|
+
/// Text field errors
|
|
78
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Le nom du titulaire n'est pas valable";
|
|
79
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "Le numéro de carte saisi n'est pas valable";
|
|
80
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "La date d'expiration de la carte n'est pas valable, utilisez le format MM/AA ou MM/AAAA";
|
|
81
|
+
"FIELD_ERROR_CARD_EXPIRED" = "La carte est expirée";
|
|
82
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Le code de sécurité doit contenir les 3 derniers chiffres situés au dos de votre carte";
|
|
83
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Le code de sécurité doit contenir les 4 chiffres sur le devant de votre carte";
|
|
84
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Le nom du titulaire du compte n'est pas valable";
|
|
85
|
+
"FIELD_ERROR_IBAN_INVALID" = "Le IBAN n'est pas valable";
|
|
86
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "Le IBAN ou le numéro de compte n'est pas valable";
|
|
87
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "Le BIC ou code banque n'est pas valable";
|
|
88
|
+
"FIELD_ERROR_EMAIL_INVALID" = "E-mail non valide";
|
|
89
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Numéro de téléphone mobile non valide";
|
|
90
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Numéro de registre national n'est pas valable";
|
|
91
|
+
"FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Numéro de compte n'est pas valable";
|
|
92
|
+
"FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "La date d'expiration n'est pas valide, utilisez le format MM/AA ou MM/AAAA";
|
|
93
|
+
"FIELD_ERROR_ACCOUNT_EXPIRED" = "Le compte a expiré";
|
|
94
|
+
|
|
95
|
+
/// Payment method groups are displayed if tokens are received
|
|
96
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Modes de paiement enregistrés";
|
|
97
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "D'autres modes de paiement";
|
|
98
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Сarte de crédit/débit";
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Sélectionner le mode de paiement";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Détails du paiement";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "Traitement";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "Informations de paiement";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "Montant total";
|
|
16
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "Une notification push sera envoyée à votre appareil.";
|
|
17
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Veuillez accepter la transaction avec votre code PIN MB WAY.";
|
|
18
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Conditions d'utilisation";
|
|
19
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "J'ai lu et j'accepte les conditions d'utilisation";
|
|
20
|
+
"LABEL_SWEDISH" = "Suédois";
|
|
21
|
+
"LABEL_FINNISH" = "Finnois";
|
|
22
|
+
|
|
23
|
+
/// Messages
|
|
24
|
+
"MESSAGE_PLEASE_WAIT" = "Veuillez patienter";
|
|
25
|
+
|
|
26
|
+
/// Device owner authentication
|
|
27
|
+
"DEVICE_AUTH_REASON" = "Valider le paiement";
|
|
28
|
+
|
|
29
|
+
/// Button titles
|
|
30
|
+
"BUTTON_TITLE_PAY" = "Payer maintenant";
|
|
31
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Payer %@";
|
|
32
|
+
"BUTTON_TITLE_REGISTER" = "S'enregistrer";
|
|
33
|
+
"BUTTON_TITLE_CANCEL" = "Annuler";
|
|
34
|
+
"BUTTON_TITLE_BACK" = "Changer";
|
|
35
|
+
"BUTTON_TITLE_DONE" = "Terminé";
|
|
36
|
+
|
|
37
|
+
/// Text field label names
|
|
38
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Nom du titulaire de la carte";
|
|
39
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Numéro de carte de crédit";
|
|
40
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Date d'expiration";
|
|
41
|
+
"FIELD_LABEL_CVV" = "Code de sécurité / CVV";
|
|
42
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Numéro de téléphone mobile";
|
|
43
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Titulaire du compte";
|
|
44
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
45
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ou numéro de compte";
|
|
46
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC ou code banque";
|
|
47
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Sélectionner le pays:";
|
|
48
|
+
"FIELD_LABEL_SELECT_BANK" = "Sélectionner l'institution bancaire:";
|
|
49
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Mémoriser les données de paiement pour utilisation ultérieure";
|
|
50
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Choisissez le type de carte:";
|
|
51
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Nombre de versements";
|
|
52
|
+
"FIELD_LABEL_EMAIL" = "Courriel";
|
|
53
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Indicatif du pays";
|
|
54
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Identifiant national";
|
|
55
|
+
|
|
56
|
+
/// Text field placeholders
|
|
57
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Nom tel qu'il apparaît sur la carte";
|
|
58
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "Numéro sur le devant de la carte";
|
|
59
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/AA ou MM/AAAA";
|
|
60
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "Code à 3 chiffres";
|
|
61
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "Code à 4 chiffres";
|
|
62
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Nom du titulaire du compte";
|
|
63
|
+
"FIELD_PLACEHOLDER_IBAN" = "Identifiant international de compte bancaire";
|
|
64
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ou numéro de compte";
|
|
65
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC ou code banque";
|
|
66
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xx";
|
|
67
|
+
"FIELD_PLACEHOLDER_EMAIL" = "Courriel";
|
|
68
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Identifiant national";
|
|
69
|
+
|
|
70
|
+
/// Text field errors
|
|
71
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Le nom du titulaire n'est pas valable";
|
|
72
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "Le numéro de carte saisi n'est pas valable";
|
|
73
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "La date d'expiration de la carte n'est pas valable, utilisez le format MM/AA ou MM/AAAA";
|
|
74
|
+
"FIELD_ERROR_CARD_EXPIRED" = "La carte est expirée";
|
|
75
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Le code de sécurité doit contenir les 3 derniers chiffres situés au dos de votre carte";
|
|
76
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Le code de sécurité doit contenir les 4 chiffres sur le devant de la carte";
|
|
77
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Le nom du titulaire du compte n'est pas valable";
|
|
78
|
+
"FIELD_ERROR_IBAN_INVALID" = "Le IBAN n'est pas valable";
|
|
79
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "Le IBAN ou le numéro de compte n'est pas valable";
|
|
80
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "Le BIC ou code banque n'est pas valable";
|
|
81
|
+
"FIELD_ERROR_EMAIL_INVALID" = "Adresse courriel non valable";
|
|
82
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Numéro de téléphone mobile non valable";
|
|
83
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Identifiant national non valable";
|
|
84
|
+
|
|
85
|
+
/// Payment method groups are displayed if tokens are received
|
|
86
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Modes de paiement enregistrés";
|
|
87
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "D'autres modes de paiement";
|
|
88
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Сarte de débit et de crédit";
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Sélectionne le moyen de paiement ";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Détails du paiement";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "Traitement";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "Informations de paiement";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "Montant total";
|
|
16
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "Une notification push sera envoyée à votre appareil.";
|
|
17
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Veuillez accepter la transaction avec votre code PIN MB WAY.";
|
|
18
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Termes et conditions";
|
|
19
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "J'ai lu et j'accepte les termes et conditions";
|
|
20
|
+
"LABEL_SWEDISH" = "Suédois";
|
|
21
|
+
"LABEL_FINNISH" = "Finnois";
|
|
22
|
+
"LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Veuillez sélectionner votre mode de paiement préféré:";
|
|
23
|
+
|
|
24
|
+
/// Messages
|
|
25
|
+
"MESSAGE_PLEASE_WAIT" = "Veuillez patienter";
|
|
26
|
+
|
|
27
|
+
/// Device owner authentication
|
|
28
|
+
"DEVICE_AUTH_REASON" = "Valider le paiement";
|
|
29
|
+
|
|
30
|
+
/// Button titles
|
|
31
|
+
"BUTTON_TITLE_PAY" = "Payez maintenant";
|
|
32
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Payer %@";
|
|
33
|
+
"BUTTON_TITLE_REGISTER" = "Registre";
|
|
34
|
+
"BUTTON_TITLE_CANCEL" = "Annuler";
|
|
35
|
+
"BUTTON_TITLE_BACK" = "Changer";
|
|
36
|
+
"BUTTON_TITLE_DONE" = "Terminé";
|
|
37
|
+
|
|
38
|
+
/// Text field label names
|
|
39
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Nom du titulaire de la carte";
|
|
40
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Numéro de carte de crédit";
|
|
41
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Date d'expiration";
|
|
42
|
+
"FIELD_LABEL_CVV" = "Code de sécurité / CVV";
|
|
43
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Numéro de téléphone mobile";
|
|
44
|
+
"FIELD_LABEL_QRCODE" = "QR Code";
|
|
45
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Titulaire du compte";
|
|
46
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
47
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ou numéro de compte";
|
|
48
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC ou code banque";
|
|
49
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Sélectionnez le pays";
|
|
50
|
+
"FIELD_LABEL_SELECT_BANK" = "Sélectionnez la Banque ";
|
|
51
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Memoriser vos coordonnées de paiement pour une utilisation ultérieure";
|
|
52
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Choisissez le type de carte";
|
|
53
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Nombre de versements";
|
|
54
|
+
"FIELD_LABEL_EMAIL" = "Email";
|
|
55
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Indicatif du pays";
|
|
56
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Identifiant national";
|
|
57
|
+
"FIELD_LABEL_ACCOUNT_NUMBER" = "Numéro de compte";
|
|
58
|
+
"FIELD_LABEL_ACCOUNT_VERIFICATION" = "Vérification de compte";
|
|
59
|
+
|
|
60
|
+
/// Text field placeholders
|
|
61
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Nom tel qu'il apparaît sur la carte";
|
|
62
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "Numéro sur le devant de la carte";
|
|
63
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/AA ou MM/AAAA";
|
|
64
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "Code de 3 chiffres";
|
|
65
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "Code de 4 chiffres";
|
|
66
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Nom du titulaire du compte";
|
|
67
|
+
"FIELD_PLACEHOLDER_IBAN" = "Identifiant international de compte bancaire";
|
|
68
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ou numéro de compte";
|
|
69
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC ou code banque";
|
|
70
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
71
|
+
"FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
|
|
72
|
+
"FIELD_PLACEHOLDER_EMAIL" = "Email";
|
|
73
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Identifiant national";
|
|
74
|
+
"FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Numéro de compte";
|
|
75
|
+
"FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Vérification de compte";
|
|
76
|
+
|
|
77
|
+
/// Text field errors
|
|
78
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Le nom du titulaire n'est pas valable";
|
|
79
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "Le numéro de carte saisi n'est pas valable";
|
|
80
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "La date d'expiration de la carte n'est pas valable, utilisez le format MM/AA ou MM/AAAA";
|
|
81
|
+
"FIELD_ERROR_CARD_EXPIRED" = "La carte est expirée";
|
|
82
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Le code de sécurité doit contenir les 3 derniers chiffres situés au dos de votre carte";
|
|
83
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Le code de sécurité doit contenir les 4 chiffres sur le devant de la carte";
|
|
84
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Le nom du titulaire du compte n'est pas valable";
|
|
85
|
+
"FIELD_ERROR_IBAN_INVALID" = "Le IBAN n'est pas valable";
|
|
86
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "Le IBAN ou le numéro de compte n'est pas valable";
|
|
87
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "Le BIC ou code banque n'est pas valable";
|
|
88
|
+
"FIELD_ERROR_EMAIL_INVALID" = "Email non valide";
|
|
89
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Numéro de téléphone mobile non valide";
|
|
90
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Identifiant national non valide";
|
|
91
|
+
"FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Numéro de compte invalide";
|
|
92
|
+
"FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "La date d'expiration n'est pas valide, utilisez le format MM/AA ou MM/AAAA";
|
|
93
|
+
"FIELD_ERROR_ACCOUNT_EXPIRED" = "Le compte a expiré";
|
|
94
|
+
|
|
95
|
+
/// Payment method groups are displayed if tokens are received
|
|
96
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Modes de paiement enregistrés";
|
|
97
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "D'autres modes de paiement";
|
|
98
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Сarte de débit et de crédit";
|
|
99
|
+
|
|
100
|
+
/// Payment method names
|
|
101
|
+
"PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "Prélèvement SEPA";
|
|
102
|
+
"PAYMENT_METHOD_TYPE_SOFORTUEBERWEISUNG" = "Banque SOFORT";
|
|
103
|
+
"PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYLATER" = "Paiement dans 21 jours";
|
|
104
|
+
"PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYNOW" = "Virement bancaire";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Seleccionar o método de pagamento";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Detalles do pagamento";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "Procesando";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "Información do pagamento";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "Importe total";
|
|
16
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "Enviarase unha notificación push ao teu dispositivo.";
|
|
17
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Acepta a transacción co teu PIN MB WAY.";
|
|
18
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Termos e condicións";
|
|
19
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Lin e acepto os Termos e condicións";
|
|
20
|
+
"LABEL_SWEDISH" = "Sueco";
|
|
21
|
+
"LABEL_FINNISH" = "Finés";
|
|
22
|
+
|
|
23
|
+
/// Messages
|
|
24
|
+
"MESSAGE_PLEASE_WAIT" = "Agarda";
|
|
25
|
+
|
|
26
|
+
/// Device owner authentication
|
|
27
|
+
"DEVICE_AUTH_REASON" = "Para confirmar o pagamento";
|
|
28
|
+
|
|
29
|
+
/// Button titles
|
|
30
|
+
"BUTTON_TITLE_PAY" = "PAGAR AGORA";
|
|
31
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Pagar %@";
|
|
32
|
+
"BUTTON_TITLE_REGISTER" = "Rexistrar";
|
|
33
|
+
"BUTTON_TITLE_CANCEL" = "Cancelar";
|
|
34
|
+
"BUTTON_TITLE_BACK" = "Cambiar";
|
|
35
|
+
"BUTTON_TITLE_DONE" = "Feito";
|
|
36
|
+
|
|
37
|
+
/// Text field label names
|
|
38
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Nome do titular da tarxeta";
|
|
39
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Número da tarxeta de crédito";
|
|
40
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Data de caducidade";
|
|
41
|
+
"FIELD_LABEL_CVV" = "Código de seguridade ou CVV";
|
|
42
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Número de teléfono móbil";
|
|
43
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Titular da conta";
|
|
44
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
45
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ou número de conta";
|
|
46
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC ou código do banco";
|
|
47
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Seleccionar país";
|
|
48
|
+
"FIELD_LABEL_SELECT_BANK" = "Seleccionar banco";
|
|
49
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Almacena os detalles do pagamento para uso futuro";
|
|
50
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Elixir tipo de tarxeta";
|
|
51
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Número de prazos";
|
|
52
|
+
"FIELD_LABEL_EMAIL" = "Correo electrónico";
|
|
53
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Prefixo do país";
|
|
54
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Identificador nacional";
|
|
55
|
+
|
|
56
|
+
/// Text field placeholders
|
|
57
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "O nome tal e como aparece na tarxeta";
|
|
58
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "O número longo que aparece na parte dianteira da tarxeta";
|
|
59
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/AA ou MM/AAAA";
|
|
60
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "Código de 3 díxitos";
|
|
61
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "Código de 4 díxitos";
|
|
62
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Nome do titular da conta";
|
|
63
|
+
"FIELD_PLACEHOLDER_IBAN" = "Número de conta bancaria internacional";
|
|
64
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ou número de conta";
|
|
65
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC ou código do banco";
|
|
66
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
67
|
+
"FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
|
|
68
|
+
"FIELD_PLACEHOLDER_EMAIL" = "Correo electrónico";
|
|
69
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Identificador nacional";
|
|
70
|
+
|
|
71
|
+
/// Text field errors
|
|
72
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "O nome do titular da tarxeta non é válido";
|
|
73
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "O número de tarxeta introducido non é válido";
|
|
74
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "A data de caducidade da tarxeta non é válida; emprega o formato MM/AA ou MM/AAAA";
|
|
75
|
+
"FIELD_ERROR_CARD_EXPIRED" = "A tarxeta caducou";
|
|
76
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "O código de seguridade debe conter polo menos 3 díxitos na parte traseira da tarxeta";
|
|
77
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "O código de seguridade debe conter polo menos 4 díxitos na parte dianteira da tarxeta";
|
|
78
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "O nome do titular da conta non é válido";
|
|
79
|
+
"FIELD_ERROR_IBAN_INVALID" = "O IBAN non é válido";
|
|
80
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "O IBAN ou o número de conta non son válidos";
|
|
81
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "O BIC ou o código do banco non son válidos";
|
|
82
|
+
"FIELD_ERROR_EMAIL_INVALID" = "Correo electrónico non válido";
|
|
83
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Número móbil non válido";
|
|
84
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Identificador nacional non válido";
|
|
85
|
+
|
|
86
|
+
/// Payment method groups are displayed if tokens are received
|
|
87
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Métodos de pagamento almacenados";
|
|
88
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "Outros métodos de pagamento almacenados";
|
|
89
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Tarxetas de crédito/débito";
|
|
90
|
+
|
|
91
|
+
/// Payment method names
|
|
92
|
+
"PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "Débito directo da SEPA";
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Odaberi način plaćanja";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Detalji plaćanja";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "Obrada";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "Informacije o plaćanju";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "Ukupan iznos";
|
|
16
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "Poslat ćemo „push“ obavijest na tvoj uređaj.";
|
|
17
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Molimo te, potvrdi transakciju koristeći svoj PIN MB WAY kȏd.";
|
|
18
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Uvjeti korištenja";
|
|
19
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Pročitao/la sam i prihvaćam Uvjete korištenja";
|
|
20
|
+
"LABEL_SWEDISH" = "Švedski";
|
|
21
|
+
"LABEL_FINNISH" = "Finski";
|
|
22
|
+
"LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Molimo te, odaberi željeni način plaćanja:";
|
|
23
|
+
|
|
24
|
+
/// Messages
|
|
25
|
+
"MESSAGE_PLEASE_WAIT" = "Molimo te, pričekaj";
|
|
26
|
+
|
|
27
|
+
/// Device owner authentication
|
|
28
|
+
"DEVICE_AUTH_REASON" = "Za potvrdu plaćanja";
|
|
29
|
+
|
|
30
|
+
/// Button titles
|
|
31
|
+
"BUTTON_TITLE_PAY" = "PLATI ODMAH";
|
|
32
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Plati %@";
|
|
33
|
+
"BUTTON_TITLE_REGISTER" = "Registriraj se";
|
|
34
|
+
"BUTTON_TITLE_CANCEL" = "Otkaži";
|
|
35
|
+
"BUTTON_TITLE_BACK" = "Izmijeni";
|
|
36
|
+
"BUTTON_TITLE_DONE" = "Gotovo";
|
|
37
|
+
|
|
38
|
+
/// Text field label names
|
|
39
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Ime vlasnika kartice";
|
|
40
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Broj kreditne kartice";
|
|
41
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Datum isteka";
|
|
42
|
+
"FIELD_LABEL_CVV" = "Sigurnosni kȏd ili CVV";
|
|
43
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Broj mobitela";
|
|
44
|
+
"FIELD_LABEL_QRCODE" = "QR kȏd";
|
|
45
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Vlasnik računa";
|
|
46
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
47
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ili broj računa";
|
|
48
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC ili bankovni kȏd";
|
|
49
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Odaberi zemlju";
|
|
50
|
+
"FIELD_LABEL_SELECT_BANK" = "Odaberi banku";
|
|
51
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Spremi detalje plaćanja za buduće potrebe";
|
|
52
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Odaberi vrstu kartice";
|
|
53
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Broj rata";
|
|
54
|
+
"FIELD_LABEL_EMAIL" = "Adresa e-pošte";
|
|
55
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Kȏd zemlje";
|
|
56
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Nacionalna identifikacijska oznaka";
|
|
57
|
+
"FIELD_LABEL_ACCOUNT_NUMBER" = "Broj računa";
|
|
58
|
+
"FIELD_LABEL_ACCOUNT_VERIFICATION" = "Potvrda računa";
|
|
59
|
+
|
|
60
|
+
/// Text field placeholders
|
|
61
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Ime kako glasi na kartici";
|
|
62
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "Dugački broj na prednjoj strani kartice";
|
|
63
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/GG ili MM/GGGG";
|
|
64
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3-znamenkasti broj";
|
|
65
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4-znamenkasti broj";
|
|
66
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Ime vlasnika računa";
|
|
67
|
+
"FIELD_PLACEHOLDER_IBAN" = "Međunarodni broj bankovnog računa";
|
|
68
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ili broj računa";
|
|
69
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC ili bankovni kȏd";
|
|
70
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
71
|
+
"FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
|
|
72
|
+
"FIELD_PLACEHOLDER_EMAIL" = "Adresa e-pošte";
|
|
73
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Nacionalna identifikacijska oznaka";
|
|
74
|
+
"FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Broj računa";
|
|
75
|
+
"FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Potvrda računa";
|
|
76
|
+
|
|
77
|
+
/// Text field errors
|
|
78
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Ime vlasnika kartice je nevažeće";
|
|
79
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "Uneseni broj kartice je nevažeći";
|
|
80
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Datum isteka je nevažeći, koristi MM/GG ili MM/GGGG format";
|
|
81
|
+
"FIELD_ERROR_CARD_EXPIRED" = "Kartica je istekla";
|
|
82
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Sigurnosni kȏd mora sadržavati zadnje tri znamenke s poleđine kartice";
|
|
83
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Sigurnosni kȏd mora sadržati 4-znamenkasti broj s prednje strane kartice";
|
|
84
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Ime vlasnika kartice je nevažeće";
|
|
85
|
+
"FIELD_ERROR_IBAN_INVALID" = "IBAN je nevažeći";
|
|
86
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "IBAN ili broj računa su nevažeći";
|
|
87
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "BIC ili bankovni kȏd su nevažeći";
|
|
88
|
+
"FIELD_ERROR_EMAIL_INVALID" = "Nevažeća adresa e-pošte";
|
|
89
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Nevažeći broj mobitela";
|
|
90
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Nevažeća nacionalna identifikacijska oznaka";
|
|
91
|
+
"FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Nevažeći broj računa";
|
|
92
|
+
"FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "Datum isteka je nevažeći, koristi MM/GG ili MM/GGGG format";
|
|
93
|
+
"FIELD_ERROR_ACCOUNT_EXPIRED" = "Račun je istekao";
|
|
94
|
+
|
|
95
|
+
/// Payment method groups are displayed if tokens are received
|
|
96
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Spremljeni načini plaćanja";
|
|
97
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "Drugi načini plaćanja";
|
|
98
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Kreditne/debitne kartice";
|
|
99
|
+
|
|
100
|
+
/// Payment method names
|
|
101
|
+
"PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "SEPA izravno terećenje";
|
|
102
|
+
"PAYMENT_METHOD_TYPE_SOFORTUEBERWEISUNG" = "SOFORT BANKARSTVO";
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Fizetési mód kiválasztása";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Fizetés részletei";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "Feldolgozás";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "Fizetési információ";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "Teljes összeg";
|
|
16
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "Leküldéses értesítést küldünk a készülékedre.";
|
|
17
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Kérjük, erősítsd meg a tranzakciót az MB WAY PIN kóddal.";
|
|
18
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Általános szerződési feltételek";
|
|
19
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Elolvastam és elfogadom az Általános Szerződési Feltételeket";
|
|
20
|
+
"LABEL_SWEDISH" = "Svéd";
|
|
21
|
+
"LABEL_FINNISH" = "Finn";
|
|
22
|
+
"LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Kérjük, válassz fizetési módot:";
|
|
23
|
+
|
|
24
|
+
/// Messages
|
|
25
|
+
"MESSAGE_PLEASE_WAIT" = "Kérjük, várj";
|
|
26
|
+
|
|
27
|
+
/// Device owner authentication
|
|
28
|
+
"DEVICE_AUTH_REASON" = "Fizetés megerősítése";
|
|
29
|
+
|
|
30
|
+
/// Button titles
|
|
31
|
+
"BUTTON_TITLE_PAY" = "FIZETÉS MOST";
|
|
32
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Fizetés %@";
|
|
33
|
+
"BUTTON_TITLE_REGISTER" = "Regisztráció";
|
|
34
|
+
"BUTTON_TITLE_CANCEL" = "Mégse";
|
|
35
|
+
"BUTTON_TITLE_BACK" = "Változtatás";
|
|
36
|
+
"BUTTON_TITLE_DONE" = "Kész";
|
|
37
|
+
|
|
38
|
+
/// Text field label names
|
|
39
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Kártyabirtokos neve";
|
|
40
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Bankkártya száma";
|
|
41
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Lejárati dátum";
|
|
42
|
+
"FIELD_LABEL_CVV" = "Biztonsági kód vagy CVV";
|
|
43
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Mobiltelefonszám";
|
|
44
|
+
"FIELD_LABEL_QRCODE" = "QR-kód";
|
|
45
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Számlatulajdonos";
|
|
46
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
47
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN vagy számlaszám";
|
|
48
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC vagy bank kód";
|
|
49
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Ország kiválasztása";
|
|
50
|
+
"FIELD_LABEL_SELECT_BANK" = "Bank kiválasztása";
|
|
51
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Áruházi fizetés részletei a későbbiekre";
|
|
52
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Válaszd ki a kártya típusát";
|
|
53
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Beszerelések száma";
|
|
54
|
+
"FIELD_LABEL_EMAIL" = "E-mail";
|
|
55
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Ország kódja";
|
|
56
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Országazonosító szám";
|
|
57
|
+
"FIELD_LABEL_ACCOUNT_NUMBER" = "Számlaszám";
|
|
58
|
+
"FIELD_LABEL_ACCOUNT_VERIFICATION" = "Fiókellenőrzés";
|
|
59
|
+
|
|
60
|
+
/// Text field placeholders
|
|
61
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "A kártyán szereplő név";
|
|
62
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "A kártya elején lévő hosszú szám";
|
|
63
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "HH/ÉÉ vagy HH/ÉÉÉÉ";
|
|
64
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3 jegyű kód";
|
|
65
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4 jegyű kód";
|
|
66
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Számlatulajdonos neve";
|
|
67
|
+
"FIELD_PLACEHOLDER_IBAN" = "nemzetközi bankszámlaszám";
|
|
68
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN vagy számlaszám";
|
|
69
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC vagy bankkód";
|
|
70
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
71
|
+
"FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
|
|
72
|
+
"FIELD_PLACEHOLDER_EMAIL" = "E-mail";
|
|
73
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Országazonosító szám";
|
|
74
|
+
"FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Számlaszám";
|
|
75
|
+
"FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Fiókellenőrzés";
|
|
76
|
+
|
|
77
|
+
/// Text field errors
|
|
78
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "A bankkártya tulajdonosának neve érvénytelen";
|
|
79
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "A megadott kártyaszám érvénytelen";
|
|
80
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "A kártya lejárati dátum érvénytelen, használd a HH/ÉÉ vagy HH/ÉÉÉÉ formátumot";
|
|
81
|
+
"FIELD_ERROR_CARD_EXPIRED" = "A kártya lejárt";
|
|
82
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "A biztonsági kódnak a bankkártya hátoldalán lévő 3 számjegyet kell tartalmaznia";
|
|
83
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "A biztonsági kódnak a bankkártya első oldalán lévő 4 számjegyet kell tartalmaznia";
|
|
84
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "A kártyatulajdonos neve érvénytelen";
|
|
85
|
+
"FIELD_ERROR_IBAN_INVALID" = "AZ IBAN érvénytelen";
|
|
86
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "Az IBAN vagy a bankszámlaszám érvénytelen";
|
|
87
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "A BIC vagy bank kód érvénytelen";
|
|
88
|
+
"FIELD_ERROR_EMAIL_INVALID" = "Érvénytelen e-mail cím";
|
|
89
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Érvénytelen mobiltelefonszám";
|
|
90
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Érvénytelen azonosító";
|
|
91
|
+
"FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Érvénytelen számlaszám";
|
|
92
|
+
"FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "A lejárati dátum érvénytelen, használd a HH/ÉÉ vagy HH/ÉÉÉÉ formátumot";
|
|
93
|
+
"FIELD_ERROR_ACCOUNT_EXPIRED" = "A fiók lejárt";
|
|
94
|
+
|
|
95
|
+
/// Payment method groups are displayed if tokens are received
|
|
96
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Mentett fizetési módok";
|
|
97
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "Egyéb fizetési módok";
|
|
98
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Hitel- / betéti kártyák";
|
|
99
|
+
|
|
100
|
+
/// Payment method names
|
|
101
|
+
"PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "SEPA megbízás ";
|
|
102
|
+
"PAYMENT_METHOD_TYPE_SOFORTUEBERWEISUNG" = "SOFORT Banking";
|
|
Binary file
|
|
Binary file
|