react-native-hyperpay-sdk 0.39.0 → 1.0.1
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 +6 -4
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/NSString+Security.h +13 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPAffirmProcessor.h +43 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPAfterpayUtil.h +19 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsComponent.h +23 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel+BrandDetection.h +16 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Validation.h +21 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Visibility.h +16 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel.h +47 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsProtocol.h +161 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+TextDelegate.h +19 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+Visibility.h +14 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel.h +48 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCashAppPayProcessor.h +35 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCheckoutApplePayContactType.h +12 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +164 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPConstants.h +33 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPErrors.h +302 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPFraudForceUtil.h +15 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPKlarnaPaymentViewWrapper.h +32 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +239 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSchemes.h +21 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSelectionComponent.h +15 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSelectionProtocol.h +27 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSelectionViewModel.h +20 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPTheme.h +24 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +22 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPViewController.h +17 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +6095 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPWAMobile.h +34 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.abi.json +135011 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.private.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/module.modulemap +11 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBlikDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanHeaderCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanVisaLogoCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstantPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPOrSeparatorTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSelectionViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPRatePayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +160 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +159 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/copyandpay.html +21 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +165 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en-JP.lproj/OPPCheckout.strings +144 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +162 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +178 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +164 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installmentPlans.json +70 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +163 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +164 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +143 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/javascript.html +53 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +167 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +177 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +160 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +157 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +165 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/style.html +22 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +173 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +157 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_MO.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_TW.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/PrivacyInfo.xcprivacy +17 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/NSString+Security.h +13 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPAffirmProcessor.h +43 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPAfterpayUtil.h +19 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsComponent.h +23 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel+BrandDetection.h +16 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Validation.h +21 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Visibility.h +16 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel.h +47 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsProtocol.h +161 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+TextDelegate.h +19 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+Visibility.h +14 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel.h +48 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCashAppPayProcessor.h +35 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutApplePayContactType.h +12 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +164 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPConstants.h +33 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPErrors.h +302 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPFraudForceUtil.h +15 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPKlarnaPaymentViewWrapper.h +32 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +239 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSchemes.h +21 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSelectionComponent.h +15 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSelectionProtocol.h +27 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSelectionViewModel.h +20 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTheme.h +24 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +22 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPViewController.h +17 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +12186 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile.h +34 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.abi.json +135011 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.abi.json +135011 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/module.modulemap +11 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBlikDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanHeaderCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanVisaLogoCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstantPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPOrSeparatorTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSelectionViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPRatePayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeDirectory +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources +2605 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +160 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +159 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/copyandpay.html +21 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +165 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en-JP.lproj/OPPCheckout.strings +144 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +162 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +178 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +164 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installmentPlans.json +70 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +163 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +164 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +143 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/javascript.html +53 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +167 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +177 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +160 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +157 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +165 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/style.html +22 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +173 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +157 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_MO.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_TW.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/PrivacyInfo.xcprivacy +17 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/_CodeSignature/CodeResources +3137 -0
- package/README.md +293 -40
- package/android/build.gradle +13 -28
- package/android/libs/ipworks3ds_sdk_9625.aar +0 -0
- package/android/libs/ipworks3ds_sdk_9625_deploy.aar +0 -0
- package/android/libs/oppwa.mobile-7.11.0-release.aar +0 -0
- package/android/src/main/java/com/reactnativehyperpay/HyperPayModule.java +10 -33
- package/ios/HyperPay.m +1 -1
- package/ipworks3ds_sdk.xcframework/Info.plist +6 -4
- package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeDirectory +0 -0
- package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeRequirements +0 -0
- package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeResources +623 -0
- package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeSignature +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Assets.car +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +699 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Info.plist +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.abi.json +23902 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.private.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/PrivacyInfo.xcprivacy +44 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +1111 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Assets.car +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +1394 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Info.plist +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.abi.json +23902 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.abi.json +23902 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/PrivacyInfo.xcprivacy +44 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +1111 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +387 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
- package/package.json +1 -1
- package/react-native-hyperpay-sdk.podspec +3 -2
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +0 -64
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +0 -117
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccount.h +0 -58
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +0 -167
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +0 -48
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddress.h +0 -88
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +0 -106
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBinInfo.h +0 -63
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCard.h +0 -68
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +0 -164
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +0 -77
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +0 -156
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +0 -189
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +0 -239
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +0 -62
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPErrors.h +0 -211
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +0 -74
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +0 -124
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +0 -48
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +0 -41
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +0 -66
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +0 -56
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentButton.h +0 -53
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentParams.h +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +0 -212
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +0 -60
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +0 -68
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +0 -108
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +0 -27
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPToken.h +0 -121
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +0 -89
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTransaction.h +0 -121
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +0 -60
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +0 -1100
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile.h +0 -56
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +0 -80
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +0 -71
- 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 +0 -116
- 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 +0 -116
- 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 +0 -116
- 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 +0 -116
- 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 +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/module.modulemap +0 -11
- 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/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/ar.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +0 -90
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +0 -95
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +0 -153
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +0 -107
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +0 -98
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +0 -88
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +0 -102
- 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 +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +0 -94
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +0 -74
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +0 -98
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +0 -96
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +0 -88
- 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/zh-Hans.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +0 -64
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +0 -117
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccount.h +0 -58
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +0 -167
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +0 -48
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddress.h +0 -88
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +0 -106
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBinInfo.h +0 -63
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCard.h +0 -68
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +0 -164
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +0 -77
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +0 -156
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +0 -189
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +0 -239
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +0 -62
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPErrors.h +0 -211
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +0 -74
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +0 -124
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +0 -48
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +0 -41
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +0 -66
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +0 -56
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentButton.h +0 -53
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentParams.h +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +0 -212
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +0 -60
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +0 -68
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +0 -108
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +0 -27
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPToken.h +0 -121
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +0 -89
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTransaction.h +0 -121
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +0 -60
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +0 -1649
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile.h +0 -56
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +0 -80
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +0 -71
- 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 +0 -116
- 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 +0 -116
- 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 +0 -116
- 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 +0 -116
- 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 +0 -116
- 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 +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/module.modulemap +0 -11
- 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/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-1 +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources +0 -3479
- 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/ar.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +0 -90
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +0 -95
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +0 -153
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +0 -107
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +0 -98
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +0 -88
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +0 -102
- 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 +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +0 -94
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +0 -74
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +0 -98
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +0 -96
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +0 -88
- 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/zh-Hans.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/_CodeSignature/CodeResources +0 -4503
- package/android/.gradle/7.4/checksums/checksums.lock +0 -0
- package/android/.gradle/7.4/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/7.4/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.4/fileHashes/resourceHashesCache.bin +0 -0
- package/android/.gradle/7.4/gc.properties +0 -0
- package/android/.gradle/7.4.2/checksums/checksums.lock +0 -0
- package/android/.gradle/7.4.2/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/7.4.2/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/7.4.2/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.4.2/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.4.2/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.4.2/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.4.2/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.4.2/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/android/.gradle/file-system.probe +0 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/.idea/compiler.xml +0 -6
- package/android/.idea/gradle.xml +0 -18
- package/android/.idea/misc.xml +0 -9
- package/android/.idea/vcs.xml +0 -6
- package/android/libs/ipworks3ds_sdk.aar +0 -0
- package/android/libs/ipworks3ds_sdk_deploy.aar +0 -0
- package/android/libs/oppwa.mobile-4.6.0-release.aar +0 -0
- package/android/local.properties +0 -8
- 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 +0 -1242
- 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 +0 -759
- 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 +0 -759
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/module.modulemap +0 -11
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +0 -410
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +0 -22
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +0 -282
- 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/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 +0 -1862
- 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 +0 -759
- 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 +0 -759
- 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 +0 -759
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/module.modulemap +0 -11
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +0 -410
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +0 -22
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +0 -312
- 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/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeSignature +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
|
@@ -0,0 +1,161 @@
|
|
|
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
|
+
"VIEW_CONTROLLER_TITLE_ADDRESS" = "enderezo de facturación";
|
|
11
|
+
|
|
12
|
+
/// Labels
|
|
13
|
+
"LABEL_TOTAL_AMOUNT" = "Importe total";
|
|
14
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "Enviarase unha notificación push ao teu dispositivo.";
|
|
15
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Acepta a transacción co teu PIN MB WAY.";
|
|
16
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Termos e condicións";
|
|
17
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Lin e acepto os Termos e condicións";
|
|
18
|
+
"LABEL_SWEDISH" = "Sueco";
|
|
19
|
+
"LABEL_FINNISH" = "Finés";
|
|
20
|
+
"LABEL_FULL_AMOUNT" = "CANTIDADE COMPLETA";
|
|
21
|
+
"LABEL_PROCESSING_FEE" = "Taxa de procesamento:";
|
|
22
|
+
"LABEL_MONTHLY_RATE" = "Tarifa mensual:";
|
|
23
|
+
"LABEL_WEEKLY_RATE" = "Tarifa semanal:";
|
|
24
|
+
"LABEL_MONTHS" = "MESES";
|
|
25
|
+
"LABEL_WEEKS" = "SEMANAS";
|
|
26
|
+
"LABEL_MONTH" = "mes";
|
|
27
|
+
"LABEL_WEEK" = "semana";
|
|
28
|
+
|
|
29
|
+
/// Messages
|
|
30
|
+
"MESSAGE_PLEASE_WAIT" = "Agarda";
|
|
31
|
+
|
|
32
|
+
/// Device owner authentication
|
|
33
|
+
"DEVICE_AUTH_REASON" = "Para confirmar o pagamento";
|
|
34
|
+
|
|
35
|
+
/// Button titles
|
|
36
|
+
"BUTTON_TITLE_PAY" = "PAGAR AGORA";
|
|
37
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Pagar %@";
|
|
38
|
+
"BUTTON_TITLE_REGISTER" = "Rexistrar";
|
|
39
|
+
"BUTTON_TITLE_CANCEL" = "Cancelar";
|
|
40
|
+
"BUTTON_TITLE_BACK" = "Cambiar";
|
|
41
|
+
"BUTTON_TITLE_DONE" = "Feito";
|
|
42
|
+
"BUTTON_TITLE_CONFIRM" = "Confirmar";
|
|
43
|
+
|
|
44
|
+
/// Text field label names
|
|
45
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Nome do titular da tarxeta";
|
|
46
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Número da tarxeta de crédito";
|
|
47
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Data de caducidade";
|
|
48
|
+
"FIELD_LABEL_CVV" = "Código de seguridade ou CVV";
|
|
49
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Número de teléfono móbil";
|
|
50
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Titular da conta";
|
|
51
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
52
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ou número de conta";
|
|
53
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC ou código do banco";
|
|
54
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Seleccionar país";
|
|
55
|
+
"FIELD_LABEL_SELECT_BANK" = "Seleccionar banco";
|
|
56
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Almacena os detalles do pagamento para uso futuro";
|
|
57
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Elixir tipo de tarxeta";
|
|
58
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Número de prazos";
|
|
59
|
+
"FIELD_LABEL_EMAIL" = "Correo electrónico";
|
|
60
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Prefixo do país";
|
|
61
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Identificador nacional";
|
|
62
|
+
"FIELD_LABEL_DATE_OF_BIRTH" = "Data de nacemento";
|
|
63
|
+
"FIELD_LABEL_ROUTING_NUMBER" = "Número de ruta";
|
|
64
|
+
"FIELD_LABEL_OTP" = "Sartu zure banku-aplikazioko kodea";
|
|
65
|
+
"FIELD_LABEL_BLIK_ACCESSIBILITY" = "Introduce o teu código Blik";
|
|
66
|
+
"FIELD_LABEL_CARD_NUMBER" = "Número de tarxeta";
|
|
67
|
+
"FIELD_LABEL_DEBIT_CARD_NUMBER" = "Número de tarxeta de débito";
|
|
68
|
+
|
|
69
|
+
/// Text field placeholders
|
|
70
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "O nome tal e como aparece na tarxeta";
|
|
71
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "O número longo que aparece na parte dianteira da tarxeta";
|
|
72
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/AA ou MM/AAAA";
|
|
73
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "Código de 3 díxitos";
|
|
74
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "Código de 4 díxitos";
|
|
75
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Nome do titular da conta";
|
|
76
|
+
"FIELD_PLACEHOLDER_IBAN" = "Número de conta bancaria internacional";
|
|
77
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ou número de conta";
|
|
78
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC ou código do banco";
|
|
79
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
80
|
+
"FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
|
|
81
|
+
"FIELD_PLACEHOLDER_EMAIL" = "Correo electrónico";
|
|
82
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Identificador nacional";
|
|
83
|
+
"FIELD_PLACEHOLDER_DATE_OF_BIRTH" = "DD.MM.AAAA";
|
|
84
|
+
"FIELD_PLACEHOLDER_OPTIONAL" = "(Opcional)";
|
|
85
|
+
"FIELD_PLACEHOLDER_COUNTRY" = "País";
|
|
86
|
+
"FIELD_PLACEHOLDER_STATE" = "Estado";
|
|
87
|
+
"FIELD_PLACEHOLDER_CITY" = "Cidade";
|
|
88
|
+
"FIELD_PLACEHOLDER_POSTCODE" = "CP/Código Postal";
|
|
89
|
+
"FIELD_PLACEHOLDER_STREET1" = "Enderezo Liña 1";
|
|
90
|
+
"FIELD_PLACEHOLDER_STREET2" = "Enderezo Liña 2";
|
|
91
|
+
"FIELD_PLACEHOLDER_ROUTING_NUMBER" = "Número de ruta";
|
|
92
|
+
|
|
93
|
+
/// Text field errors
|
|
94
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "O nome do titular da tarxeta non é válido";
|
|
95
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "O número de tarxeta introducido non é válido";
|
|
96
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "A data de caducidade da tarxeta non é válida; emprega o formato MM/AA ou MM/AAAA";
|
|
97
|
+
"FIELD_ERROR_CARD_EXPIRED" = "A tarxeta caducou";
|
|
98
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "O código de seguridade debe conter polo menos 3 díxitos na parte traseira da tarxeta";
|
|
99
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "O código de seguridade debe conter polo menos 4 díxitos na parte dianteira da tarxeta";
|
|
100
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "O nome do titular da conta non é válido";
|
|
101
|
+
"FIELD_ERROR_IBAN_INVALID" = "O IBAN non é válido";
|
|
102
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "O IBAN ou o número de conta non son válidos";
|
|
103
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "O BIC ou o código do banco non son válidos";
|
|
104
|
+
"FIELD_ERROR_EMAIL_INVALID" = "Correo electrónico non válido";
|
|
105
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Número móbil non válido";
|
|
106
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Identificador nacional non válido";
|
|
107
|
+
"FIELD_ERROR_DATE_OF_BIRTH_INVALID" = "Data de nacemento non válida. DD.MM.AAAA esperado";
|
|
108
|
+
"FIELD_ERROR_ADDRESS_INVALID" = "Fai clic aquí para ver o enderezo de facturación";
|
|
109
|
+
"FIELD_ERROR_COUNTY_CODE_INVALID" = "O código de país non é válido";
|
|
110
|
+
"FIELD_ERROR_ROUTING_NUMBER_INVALID" = "El número de ruta no es válido";
|
|
111
|
+
"FIELD_ERROR_BANK_CODE_INVALID" = "Sartu 6 digituko baliozko kodea";
|
|
112
|
+
|
|
113
|
+
/// Payment method groups are displayed if tokens are received
|
|
114
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Métodos de pagamento almacenados";
|
|
115
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "Outros métodos de pagamento almacenados";
|
|
116
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Tarxetas de crédito/débito";
|
|
117
|
+
|
|
118
|
+
/// Payment method names
|
|
119
|
+
"PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "Débito directo da SEPA";
|
|
120
|
+
|
|
121
|
+
/// Copy and Pay WebView
|
|
122
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE_WEB" = "Usa o formato MM/AA";
|
|
123
|
+
"FIELD_PLACEHOLDER_CVV_WEB" = "Use un código de 3 ou 4 díxitos";
|
|
124
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID_WEB" = "A data de caducidade da tarxeta non é válida, utiliza o formato MM/AA";
|
|
125
|
+
"FIELD_ERROR_CARD_CVV_INVALID_WEB" = "O código de seguridade debe conter 3 ou 4 díxitos";
|
|
126
|
+
|
|
127
|
+
/// Accessibility
|
|
128
|
+
"ACCESSIBILITY_SCAN_CARD" = "Escanear unha tarxeta";
|
|
129
|
+
"ACCESSIBILITY_CANCEL_CHECKOUT" = "Cancelar a compra";
|
|
130
|
+
"ACCESSIBILITY_PAY_WITH_STORED_PAYMENT_METHOD" = "Pague co método de pago almacenado";
|
|
131
|
+
"ACCESSIBILITY_PAY_WITH" = "Paga con";
|
|
132
|
+
"ACCESSIBILITY_INSTALLMENT_PLAN" = "Plan de fraccionamento";
|
|
133
|
+
"ACCESSIBILITY_INSTALLMENT_ENABLED_BY_VISA" = "Pago a prazos habilitado por Visa";
|
|
134
|
+
|
|
135
|
+
/// Card Scanning
|
|
136
|
+
"ALERT_TITLE_CARD_SCANNING_FAILED" = "Fallou a dixitalización da tarxeta";
|
|
137
|
+
"LABEL_CARD_SCAN_HOLD_HERE" = "Manteña aquí a tarxeta.\e escanearase automaticamente";
|
|
138
|
+
"BUTTON_TITLE_OK" = "Ok";
|
|
139
|
+
|
|
140
|
+
/// PayTo Payment Method
|
|
141
|
+
"FIELD_LABEL_BSB_CODE" = "BSB";
|
|
142
|
+
"FIELD_PLACEHOLDER_BSB_CODE" = "BSB";
|
|
143
|
+
"FIELD_ERROR_BSB_CODE_INVALID" = "BSB non válido";
|
|
144
|
+
"LABEL_PAYTO_SELECT_PAYID" = "Seleccione o PayID entre as seguintes opcións:";
|
|
145
|
+
"ACCESSIBILITY_SELECT_PAYID_HINT" = "Ao tocar este botón, abrirase un panel deslizante para seleccionar o identificador de pagamento";
|
|
146
|
+
|
|
147
|
+
/// Identification Payment Method
|
|
148
|
+
"LABEL_SELECT_DOCTYPE" = "Seleccione o tipo de documento de identificación das seguintes opcións:";
|
|
149
|
+
"FIELD_LABEL_IDCARD_NUMBER" = "Número do documento de identidade";
|
|
150
|
+
"FIELD_LABEL_PASSPORT_NUMBER" = "Número de pasaporte";
|
|
151
|
+
"FIELD_LABEL_TAXSTATEMENT_NUMBER" = "Número da declaración de impostos";
|
|
152
|
+
"FIELD_PLACEHOLDER_IDCARD_NUMBER" = "Número do documento de identidade";
|
|
153
|
+
"FIELD_PLACEHOLDER_PASSPORT_NUMBER" = "Número de pasaporte";
|
|
154
|
+
"FIELD_PLACEHOLDER_TAXSTATEMENT_NUMBER" = "Número da declaración de impostos";
|
|
155
|
+
"FIELD_ERROR_IDCARD_NUMBER_INVALID" = "Número do documento de identidade non válido";
|
|
156
|
+
"FIELD_ERROR_PASSPORT_NUMBER_INVALID" = "Número de pasaporte non válido";
|
|
157
|
+
"FIELD_ERROR_TAXSTATEMENT_NUMBER_INVALID" = "Número da declaración de impostos non válido";
|
|
158
|
+
"FIELD_LABEL_IDCARD" = "Documento de identidade";
|
|
159
|
+
"FIELD_LABEL_PASSPORT" = "Pasaporte";
|
|
160
|
+
"FIELD_LABEL_TAXSTATEMENT" = "Declaración de impostos";
|
|
161
|
+
"ACCESSIBILITY_SELECT_DOCTYPE_HINT" = "Ao tocar este botón, abrirase un panel deslizante para seleccionar o tipo de documento";
|
|
@@ -0,0 +1,171 @@
|
|
|
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
|
+
"VIEW_CONTROLLER_TITLE_ADDRESS" = "Adresa za naplatu";
|
|
11
|
+
|
|
12
|
+
/// Labels
|
|
13
|
+
"LABEL_TOTAL_AMOUNT" = "Ukupan iznos";
|
|
14
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "Poslat ćemo „push“ obavijest na tvoj uređaj.";
|
|
15
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Molimo te, potvrdi transakciju koristeći svoj PIN MB WAY kȏd.";
|
|
16
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Uvjeti korištenja";
|
|
17
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Pročitao/la sam i prihvaćam Uvjete korištenja";
|
|
18
|
+
"LABEL_SWEDISH" = "Švedski";
|
|
19
|
+
"LABEL_FINNISH" = "Finski";
|
|
20
|
+
"LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Molimo te, odaberi željeni način plaćanja:";
|
|
21
|
+
"LABEL_FULL_AMOUNT" = "PUNI IZNOS";
|
|
22
|
+
"LABEL_PROCESSING_FEE" = "Naknada za obradu:";
|
|
23
|
+
"LABEL_MONTHLY_RATE" = "Mjesečna stopa:";
|
|
24
|
+
"LABEL_WEEKLY_RATE" = "Tjedna cijena:";
|
|
25
|
+
"LABEL_MONTHS" = "MJESECI";
|
|
26
|
+
"LABEL_WEEKS" = "TJEDNA";
|
|
27
|
+
"LABEL_MONTH" = "mjesec";
|
|
28
|
+
"LABEL_WEEK" = "tjedan";
|
|
29
|
+
|
|
30
|
+
/// Messages
|
|
31
|
+
"MESSAGE_PLEASE_WAIT" = "Molimo te, pričekaj";
|
|
32
|
+
|
|
33
|
+
/// Device owner authentication
|
|
34
|
+
"DEVICE_AUTH_REASON" = "Za potvrdu plaćanja";
|
|
35
|
+
|
|
36
|
+
/// Button titles
|
|
37
|
+
"BUTTON_TITLE_PAY" = "PLATI ODMAH";
|
|
38
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Plati %@";
|
|
39
|
+
"BUTTON_TITLE_REGISTER" = "Registriraj se";
|
|
40
|
+
"BUTTON_TITLE_CANCEL" = "Otkaži";
|
|
41
|
+
"BUTTON_TITLE_BACK" = "Izmijeni";
|
|
42
|
+
"BUTTON_TITLE_DONE" = "Gotovo";
|
|
43
|
+
"BUTTON_TITLE_CONFIRM" = "Potvrdi";
|
|
44
|
+
|
|
45
|
+
/// Text field label names
|
|
46
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Ime vlasnika kartice";
|
|
47
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Broj kreditne kartice";
|
|
48
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Datum isteka";
|
|
49
|
+
"FIELD_LABEL_CVV" = "Sigurnosni kȏd ili CVV";
|
|
50
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Broj mobitela";
|
|
51
|
+
"FIELD_LABEL_QRCODE" = "QR kȏd";
|
|
52
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Vlasnik računa";
|
|
53
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
54
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ili broj računa";
|
|
55
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC ili bankovni kȏd";
|
|
56
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Odaberi zemlju";
|
|
57
|
+
"FIELD_LABEL_SELECT_BANK" = "Odaberi banku";
|
|
58
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Spremi detalje plaćanja za buduće potrebe";
|
|
59
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Odaberi vrstu kartice";
|
|
60
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Broj rata";
|
|
61
|
+
"FIELD_LABEL_EMAIL" = "Adresa e-pošte";
|
|
62
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Kȏd zemlje";
|
|
63
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Nacionalna identifikacijska oznaka";
|
|
64
|
+
"FIELD_LABEL_ACCOUNT_NUMBER" = "Broj računa";
|
|
65
|
+
"FIELD_LABEL_ROUTING_NUMBER" = "Broj usmjeravanja";
|
|
66
|
+
"FIELD_LABEL_ACCOUNT_VERIFICATION" = "Potvrda računa";
|
|
67
|
+
"FIELD_LABEL_DATE_OF_BIRTH" = "Datum rođenja";
|
|
68
|
+
"FIELD_LABEL_OTP" = "Unesite kod iz svoje bankovne aplikacije";
|
|
69
|
+
"FIELD_LABEL_BLIK_ACCESSIBILITY" = "Unesite svoj Blik kod";
|
|
70
|
+
"FIELD_LABEL_CARD_NUMBER" = "Broj kartice";
|
|
71
|
+
"FIELD_LABEL_DEBIT_CARD_NUMBER" = "Broj debitne kartice";
|
|
72
|
+
|
|
73
|
+
/// Text field placeholders
|
|
74
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Ime kako glasi na kartici";
|
|
75
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "Dugački broj na prednjoj strani kartice";
|
|
76
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/GG ili MM/GGGG";
|
|
77
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3-znamenkasti broj";
|
|
78
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4-znamenkasti broj";
|
|
79
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Ime vlasnika računa";
|
|
80
|
+
"FIELD_PLACEHOLDER_IBAN" = "Međunarodni broj bankovnog računa";
|
|
81
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ili broj računa";
|
|
82
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC ili bankovni kȏd";
|
|
83
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
84
|
+
"FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
|
|
85
|
+
"FIELD_PLACEHOLDER_EMAIL" = "Adresa e-pošte";
|
|
86
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Nacionalna identifikacijska oznaka";
|
|
87
|
+
"FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Broj računa";
|
|
88
|
+
"FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Potvrda računa";
|
|
89
|
+
"FIELD_PLACEHOLDER_DATE_OF_BIRTH" = "DD.MM.GGGG";
|
|
90
|
+
"FIELD_PLACEHOLDER_OPTIONAL" = "(nije obavezno)";
|
|
91
|
+
"FIELD_PLACEHOLDER_COUNTRY" = "Zemlja";
|
|
92
|
+
"FIELD_PLACEHOLDER_STATE" = "država";
|
|
93
|
+
"FIELD_PLACEHOLDER_CITY" = "Grad";
|
|
94
|
+
"FIELD_PLACEHOLDER_POSTCODE" = "Poštanski broj";
|
|
95
|
+
"FIELD_PLACEHOLDER_STREET1" = "Adresa, redak 1";
|
|
96
|
+
"FIELD_PLACEHOLDER_STREET2" = "Adresa, redak 2";
|
|
97
|
+
"FIELD_PLACEHOLDER_ROUTING_NUMBER" = "Broj usmjeravanja";
|
|
98
|
+
|
|
99
|
+
/// Text field errors
|
|
100
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Ime vlasnika kartice je nevažeće";
|
|
101
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "Uneseni broj kartice je nevažeći";
|
|
102
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Datum isteka je nevažeći, koristi MM/GG ili MM/GGGG format";
|
|
103
|
+
"FIELD_ERROR_CARD_EXPIRED" = "Kartica je istekla";
|
|
104
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Sigurnosni kȏd mora sadržavati zadnje tri znamenke s poleđine kartice";
|
|
105
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Sigurnosni kȏd mora sadržati 4-znamenkasti broj s prednje strane kartice";
|
|
106
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Ime vlasnika kartice je nevažeće";
|
|
107
|
+
"FIELD_ERROR_IBAN_INVALID" = "IBAN je nevažeći";
|
|
108
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "IBAN ili broj računa su nevažeći";
|
|
109
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "BIC ili bankovni kȏd su nevažeći";
|
|
110
|
+
"FIELD_ERROR_EMAIL_INVALID" = "Nevažeća adresa e-pošte";
|
|
111
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Nevažeći broj mobitela";
|
|
112
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Nevažeća nacionalna identifikacijska oznaka";
|
|
113
|
+
"FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Nevažeći broj računa";
|
|
114
|
+
"FIELD_ERROR_ROUTING_NUMBER_INVALID" = "Broj za usmjeravanje nije važeći";
|
|
115
|
+
"FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "Datum isteka je nevažeći, koristi MM/GG ili MM/GGGG format";
|
|
116
|
+
"FIELD_ERROR_ACCOUNT_EXPIRED" = "Račun je istekao";
|
|
117
|
+
"FIELD_ERROR_DATE_OF_BIRTH_INVALID" = "Nevažeći datum rođenja. Očekuje se DD.MM.GGGG";
|
|
118
|
+
"FIELD_ERROR_ADDRESS_INVALID" = "Kliknite ovdje za adresu za naplatu";
|
|
119
|
+
"FIELD_ERROR_COUNTY_CODE_INVALID" = "Nevažeći kod države";
|
|
120
|
+
"FIELD_ERROR_BANK_CODE_INVALID" = "Unesite valjani 6-znamenkasti kod";
|
|
121
|
+
|
|
122
|
+
/// Payment method groups are displayed if tokens are received
|
|
123
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Spremljeni načini plaćanja";
|
|
124
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "Drugi načini plaćanja";
|
|
125
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Kreditne/debitne kartice";
|
|
126
|
+
|
|
127
|
+
/// Payment method names
|
|
128
|
+
"PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "SEPA izravno terećenje";
|
|
129
|
+
"PAYMENT_METHOD_TYPE_SOFORTUEBERWEISUNG" = "SOFORT BANKARSTVO";
|
|
130
|
+
|
|
131
|
+
/// Copy and Pay WebView
|
|
132
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE_WEB" = "Koristite format MM/GG";
|
|
133
|
+
"FIELD_PLACEHOLDER_CVV_WEB" = "Upotrijebite 3 ili 4 znamenke";
|
|
134
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID_WEB" = "Datum isteka kartice nije važeći, koristite format MM/GG";
|
|
135
|
+
"FIELD_ERROR_CARD_CVV_INVALID_WEB" = "Sigurnosni kod mora sadržavati 3 ili 4 znamenke";
|
|
136
|
+
|
|
137
|
+
/// Accessibility
|
|
138
|
+
"ACCESSIBILITY_SCAN_CARD" = "Skenirajte karticu";
|
|
139
|
+
"ACCESSIBILITY_CANCEL_CHECKOUT" = "Otkaži naplatu";
|
|
140
|
+
"ACCESSIBILITY_PAY_WITH_STORED_PAYMENT_METHOD" = "Platite pohranjenim načinom plaćanja";
|
|
141
|
+
"ACCESSIBILITY_PAY_WITH" = "Plati sa";
|
|
142
|
+
"ACCESSIBILITY_INSTALLMENT_PLAN" = "Plan na rate";
|
|
143
|
+
"ACCESSIBILITY_INSTALLMENT_ENABLED_BY_VISA" = "Obročno plaćanje omogućeno Visom";
|
|
144
|
+
|
|
145
|
+
/// Card Scanning
|
|
146
|
+
"ALERT_TITLE_CARD_SCANNING_FAILED" = "Skeniranje kartice nije uspjelo";
|
|
147
|
+
"LABEL_CARD_SCAN_HOLD_HERE" = "Držite karticu ovdje.\i ona će automatski skenirati";
|
|
148
|
+
"BUTTON_TITLE_OK" = "u redu";
|
|
149
|
+
|
|
150
|
+
/// PayTo Payment Method
|
|
151
|
+
"FIELD_LABEL_BSB_CODE" = "BSB";
|
|
152
|
+
"FIELD_PLACEHOLDER_BSB_CODE" = "BSB";
|
|
153
|
+
"FIELD_ERROR_BSB_CODE_INVALID" = "Nevažeći BSB";
|
|
154
|
+
"LABEL_PAYTO_SELECT_PAYID" = "Molimo odaberite PayID iz sljedećih opcija:";
|
|
155
|
+
"ACCESSIBILITY_SELECT_PAYID_HINT" = "Dodirom ove tipke otvorit će se klizna ploča za odabir identifikatora plaćanja";
|
|
156
|
+
|
|
157
|
+
/// Identification Payment Method
|
|
158
|
+
"LABEL_SELECT_DOCTYPE" = "Molimo odaberite vrstu identifikacijskog dokumenta iz sljedećih opcija:";
|
|
159
|
+
"FIELD_LABEL_IDCARD_NUMBER" = "Broj osobne iskaznice";
|
|
160
|
+
"FIELD_LABEL_PASSPORT_NUMBER" = "Broj putovnice";
|
|
161
|
+
"FIELD_LABEL_TAXSTATEMENT_NUMBER" = "Broj porezne prijave";
|
|
162
|
+
"FIELD_PLACEHOLDER_IDCARD_NUMBER" = "Broj osobne iskaznice";
|
|
163
|
+
"FIELD_PLACEHOLDER_PASSPORT_NUMBER" = "Broj putovnice";
|
|
164
|
+
"FIELD_PLACEHOLDER_TAXSTATEMENT_NUMBER" = "Broj porezne prijave";
|
|
165
|
+
"FIELD_ERROR_IDCARD_NUMBER_INVALID" = "Nevažeći broj osobne iskaznice";
|
|
166
|
+
"FIELD_ERROR_PASSPORT_NUMBER_INVALID" = "Nevažeći broj putovnice";
|
|
167
|
+
"FIELD_ERROR_TAXSTATEMENT_NUMBER_INVALID" = "Nevažeći broj porezne prijave";
|
|
168
|
+
"FIELD_LABEL_IDCARD" = "Osobna iskaznica";
|
|
169
|
+
"FIELD_LABEL_PASSPORT" = "Putovnica";
|
|
170
|
+
"FIELD_LABEL_TAXSTATEMENT" = "Porezna prijava";
|
|
171
|
+
"ACCESSIBILITY_SELECT_DOCTYPE_HINT" = "Dodirom ove tipke otvorit će se klizna ploča za odabir vrste dokumenta";
|
|
@@ -0,0 +1,171 @@
|
|
|
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
|
+
"VIEW_CONTROLLER_TITLE_ADDRESS" = "számlázási cím";
|
|
11
|
+
|
|
12
|
+
/// Labels
|
|
13
|
+
"LABEL_TOTAL_AMOUNT" = "Teljes összeg";
|
|
14
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "Leküldéses értesítést küldünk a készülékedre.";
|
|
15
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Kérjük, erősítsd meg a tranzakciót az MB WAY PIN kóddal.";
|
|
16
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Általános szerződési feltételek";
|
|
17
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Elolvastam és elfogadom az Általános Szerződési Feltételeket";
|
|
18
|
+
"LABEL_SWEDISH" = "Svéd";
|
|
19
|
+
"LABEL_FINNISH" = "Finn";
|
|
20
|
+
"LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Kérjük, válassz fizetési módot:";
|
|
21
|
+
"LABEL_FULL_AMOUNT" = "TELJES ÖSSZEG";
|
|
22
|
+
"LABEL_PROCESSING_FEE" = "Feldolgozási díj:";
|
|
23
|
+
"LABEL_MONTHLY_RATE" = "Havi díj:";
|
|
24
|
+
"LABEL_WEEKLY_RATE" = "Heti díj:";
|
|
25
|
+
"LABEL_MONTHS" = "HÓNAPOK";
|
|
26
|
+
"LABEL_WEEKS" = "HETEK";
|
|
27
|
+
"LABEL_MONTH" = "hónap";
|
|
28
|
+
"LABEL_WEEK" = "hét";
|
|
29
|
+
|
|
30
|
+
/// Messages
|
|
31
|
+
"MESSAGE_PLEASE_WAIT" = "Kérjük, várj";
|
|
32
|
+
|
|
33
|
+
/// Device owner authentication
|
|
34
|
+
"DEVICE_AUTH_REASON" = "Fizetés megerősítése";
|
|
35
|
+
|
|
36
|
+
/// Button titles
|
|
37
|
+
"BUTTON_TITLE_PAY" = "FIZETÉS MOST";
|
|
38
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Fizetés %@";
|
|
39
|
+
"BUTTON_TITLE_REGISTER" = "Regisztráció";
|
|
40
|
+
"BUTTON_TITLE_CANCEL" = "Mégse";
|
|
41
|
+
"BUTTON_TITLE_BACK" = "Változtatás";
|
|
42
|
+
"BUTTON_TITLE_DONE" = "Kész";
|
|
43
|
+
"BUTTON_TITLE_CONFIRM" = "Erősítse meg";
|
|
44
|
+
|
|
45
|
+
/// Text field label names
|
|
46
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Kártyabirtokos neve";
|
|
47
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Bankkártya száma";
|
|
48
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Lejárati dátum";
|
|
49
|
+
"FIELD_LABEL_CVV" = "Biztonsági kód vagy CVV";
|
|
50
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Mobiltelefonszám";
|
|
51
|
+
"FIELD_LABEL_QRCODE" = "QR-kód";
|
|
52
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Számlatulajdonos";
|
|
53
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
54
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN vagy számlaszám";
|
|
55
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC vagy bank kód";
|
|
56
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Ország kiválasztása";
|
|
57
|
+
"FIELD_LABEL_SELECT_BANK" = "Bank kiválasztása";
|
|
58
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Áruházi fizetés részletei a későbbiekre";
|
|
59
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Válaszd ki a kártya típusát";
|
|
60
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Beszerelések száma";
|
|
61
|
+
"FIELD_LABEL_EMAIL" = "E-mail";
|
|
62
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Ország kódja";
|
|
63
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Országazonosító szám";
|
|
64
|
+
"FIELD_LABEL_ACCOUNT_NUMBER" = "Számlaszám";
|
|
65
|
+
"FIELD_LABEL_ROUTING_NUMBER" = "Számok feltérképezése";
|
|
66
|
+
"FIELD_LABEL_ACCOUNT_VERIFICATION" = "Fiókellenőrzés";
|
|
67
|
+
"FIELD_LABEL_DATE_OF_BIRTH" = "Születési dátum";
|
|
68
|
+
"FIELD_LABEL_OTP" = "Írja be a kódot a banki alkalmazásból";
|
|
69
|
+
"FIELD_LABEL_BLIK_ACCESSIBILITY" = "Kérjük, adja meg Blik kódját";
|
|
70
|
+
"FIELD_LABEL_CARD_NUMBER" = "Kártyaszám";
|
|
71
|
+
"FIELD_LABEL_DEBIT_CARD_NUMBER" = "Betéti kártya száma";
|
|
72
|
+
|
|
73
|
+
/// Text field placeholders
|
|
74
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "A kártyán szereplő név";
|
|
75
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "A kártya elején lévő hosszú szám";
|
|
76
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "HH/ÉÉ vagy HH/ÉÉÉÉ";
|
|
77
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3 jegyű kód";
|
|
78
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4 jegyű kód";
|
|
79
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Számlatulajdonos neve";
|
|
80
|
+
"FIELD_PLACEHOLDER_IBAN" = "nemzetközi bankszámlaszám";
|
|
81
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN vagy számlaszám";
|
|
82
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC vagy bankkód";
|
|
83
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
84
|
+
"FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
|
|
85
|
+
"FIELD_PLACEHOLDER_EMAIL" = "E-mail";
|
|
86
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Országazonosító szám";
|
|
87
|
+
"FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Számlaszám";
|
|
88
|
+
"FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Fiókellenőrzés";
|
|
89
|
+
"FIELD_PLACEHOLDER_DATE_OF_BIRTH" = "NN.HH.YYYY";
|
|
90
|
+
"FIELD_PLACEHOLDER_OPTIONAL" = "(opcionális)";
|
|
91
|
+
"FIELD_PLACEHOLDER_COUNTRY" = "Ország";
|
|
92
|
+
"FIELD_PLACEHOLDER_STATE" = "Állapot";
|
|
93
|
+
"FIELD_PLACEHOLDER_CITY" = "Város";
|
|
94
|
+
"FIELD_PLACEHOLDER_POSTCODE" = "Irányítószám";
|
|
95
|
+
"FIELD_PLACEHOLDER_STREET1" = "Cím 1. sor";
|
|
96
|
+
"FIELD_PLACEHOLDER_STREET2" = "Cím 2. sor";
|
|
97
|
+
"FIELD_PLACEHOLDER_ROUTING_NUMBER" = "Számok feltérképezése";
|
|
98
|
+
|
|
99
|
+
/// Text field errors
|
|
100
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "A bankkártya tulajdonosának neve érvénytelen";
|
|
101
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "A megadott kártyaszám érvénytelen";
|
|
102
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "A kártya lejárati dátum érvénytelen, használd a HH/ÉÉ vagy HH/ÉÉÉÉ formátumot";
|
|
103
|
+
"FIELD_ERROR_CARD_EXPIRED" = "A kártya lejárt";
|
|
104
|
+
"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";
|
|
105
|
+
"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";
|
|
106
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "A kártyatulajdonos neve érvénytelen";
|
|
107
|
+
"FIELD_ERROR_IBAN_INVALID" = "AZ IBAN érvénytelen";
|
|
108
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "Az IBAN vagy a bankszámlaszám érvénytelen";
|
|
109
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "A BIC vagy bank kód érvénytelen";
|
|
110
|
+
"FIELD_ERROR_EMAIL_INVALID" = "Érvénytelen e-mail cím";
|
|
111
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Érvénytelen mobiltelefonszám";
|
|
112
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Érvénytelen azonosító";
|
|
113
|
+
"FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Érvénytelen számlaszám";
|
|
114
|
+
"FIELD_ERROR_ROUTING_NUMBER_INVALID" = "Az útválasztási szám nem érvényes";
|
|
115
|
+
"FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "A lejárati dátum érvénytelen, használd a HH/ÉÉ vagy HH/ÉÉÉÉ formátumot";
|
|
116
|
+
"FIELD_ERROR_ACCOUNT_EXPIRED" = "A fiók lejárt";
|
|
117
|
+
"FIELD_ERROR_DATE_OF_BIRTH_INVALID" = "Érvénytelen születési dátum. DD.MM.YYYY várható";
|
|
118
|
+
"FIELD_ERROR_ADDRESS_INVALID" = "Kattintson ide a számlázási címért";
|
|
119
|
+
"FIELD_ERROR_COUNTY_CODE_INVALID" = "Érvénytelen országkód";
|
|
120
|
+
"FIELD_ERROR_BANK_CODE_INVALID" = "Írjon be egy 6 számjegyű érvényes kódot";
|
|
121
|
+
|
|
122
|
+
/// Payment method groups are displayed if tokens are received
|
|
123
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Mentett fizetési módok";
|
|
124
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "Egyéb fizetési módok";
|
|
125
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Hitel- / betéti kártyák";
|
|
126
|
+
|
|
127
|
+
/// Payment method names
|
|
128
|
+
"PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "SEPA megbízás ";
|
|
129
|
+
"PAYMENT_METHOD_TYPE_SOFORTUEBERWEISUNG" = "SOFORT Banking";
|
|
130
|
+
|
|
131
|
+
/// Copy and Pay WebView
|
|
132
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE_WEB" = "Használjon HH/ÉÉ formátumot";
|
|
133
|
+
"FIELD_PLACEHOLDER_CVV_WEB" = "Használjon 3 vagy 4 számjegyű kódot";
|
|
134
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID_WEB" = "A kártya lejárati dátuma nem érvényes, használjon HH/ÉÉ formátumot";
|
|
135
|
+
"FIELD_ERROR_CARD_CVV_INVALID_WEB" = "A biztonsági kódnak 3 vagy 4 számjegyből kell állnia";
|
|
136
|
+
|
|
137
|
+
/// Accessibility
|
|
138
|
+
"ACCESSIBILITY_SCAN_CARD" = "Olvass be egy kártyát";
|
|
139
|
+
"ACCESSIBILITY_CANCEL_CHECKOUT" = "A fizetés megszakítása";
|
|
140
|
+
"ACCESSIBILITY_PAY_WITH_STORED_PAYMENT_METHOD" = "Fizessen a tárolt fizetési móddal:";
|
|
141
|
+
"ACCESSIBILITY_PAY_WITH" = "Fizessen ezzel";
|
|
142
|
+
"ACCESSIBILITY_INSTALLMENT_PLAN" = "Részletfizetési terv";
|
|
143
|
+
"ACCESSIBILITY_INSTALLMENT_ENABLED_BY_VISA" = "Visa által támogatott részletfizetés";
|
|
144
|
+
|
|
145
|
+
/// Card Scanning
|
|
146
|
+
"ALERT_TITLE_CARD_SCANNING_FAILED" = "A kártya beolvasása nem sikerült";
|
|
147
|
+
"LABEL_CARD_SCAN_HOLD_HERE" = "Tartsa itt a kártyát.\és automatikusan beolvassa";
|
|
148
|
+
"BUTTON_TITLE_OK" = "rendben";
|
|
149
|
+
|
|
150
|
+
/// PayTo Payment Method
|
|
151
|
+
"FIELD_LABEL_BSB_CODE" = "BSB";
|
|
152
|
+
"FIELD_PLACEHOLDER_BSB_CODE" = "BSB";
|
|
153
|
+
"FIELD_ERROR_BSB_CODE_INVALID" = "Érvénytelen BSB";
|
|
154
|
+
"LABEL_PAYTO_SELECT_PAYID" = "Kérjük, válassza ki a PayID-t az alábbi lehetőségek közül:";
|
|
155
|
+
"ACCESSIBILITY_SELECT_PAYID_HINT" = "A gomb megérintésekor egy csúsztatható panel nyílik meg a fizetési azonosító kiválasztásához";
|
|
156
|
+
|
|
157
|
+
/// Identification Payment Method
|
|
158
|
+
"LABEL_SELECT_DOCTYPE" = "Kérjük, válassza ki az azonosító okmány típusát az alábbi lehetőségek közül:";
|
|
159
|
+
"FIELD_LABEL_IDCARD_NUMBER" = "Személyi igazolvány száma";
|
|
160
|
+
"FIELD_LABEL_PASSPORT_NUMBER" = "Útlevélszám";
|
|
161
|
+
"FIELD_LABEL_TAXSTATEMENT_NUMBER" = "Adóbevallás száma";
|
|
162
|
+
"FIELD_PLACEHOLDER_IDCARD_NUMBER" = "Személyi igazolvány száma";
|
|
163
|
+
"FIELD_PLACEHOLDER_PASSPORT_NUMBER" = "Útlevélszám";
|
|
164
|
+
"FIELD_PLACEHOLDER_TAXSTATEMENT_NUMBER" = "Adóbevallás száma";
|
|
165
|
+
"FIELD_ERROR_IDCARD_NUMBER_INVALID" = "Érvénytelen személyi igazolvány szám";
|
|
166
|
+
"FIELD_ERROR_PASSPORT_NUMBER_INVALID" = "Érvénytelen útlevélszám";
|
|
167
|
+
"FIELD_ERROR_TAXSTATEMENT_NUMBER_INVALID" = "Érvénytelen adóbevallás szám";
|
|
168
|
+
"FIELD_LABEL_IDCARD" = "Személyi igazolvány";
|
|
169
|
+
"FIELD_LABEL_PASSPORT" = "Útlevél";
|
|
170
|
+
"FIELD_LABEL_TAXSTATEMENT" = "Adóbevallás";
|
|
171
|
+
"ACCESSIBILITY_SELECT_DOCTYPE_HINT" = "A gomb megérintésekor egy csúsztatható panel nyílik meg a dokumentumtípus kiválasztásához";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"result":{
|
|
3
|
+
"code":"000.000.000",
|
|
4
|
+
"description":"Transaction succeeded"
|
|
5
|
+
},
|
|
6
|
+
"buildNumber":"096b1f93729846d036c10a2a916cf98d04aced6e@2025-09-09 00:42:29 +0000",
|
|
7
|
+
"timestamp":"2025-09-09 06:51:57+0000",
|
|
8
|
+
"ndc":"5A527E8781790054E2212E17DC3154D7.uat01-vm-tx03",
|
|
9
|
+
"installmentOffers":[
|
|
10
|
+
{
|
|
11
|
+
"vPlanID":"c85ee4d1-fe9f-e267-b693-1f4dae82ae01",
|
|
12
|
+
"vPlanIDRef":"00000000CK",
|
|
13
|
+
"name":"VISTest6MonthSAR",
|
|
14
|
+
"type":"ISSUER_DEFAULT",
|
|
15
|
+
"numberOfInstallments":6,
|
|
16
|
+
"installmentFrequency":"MONTHLY",
|
|
17
|
+
"termsAndConditions":[
|
|
18
|
+
{
|
|
19
|
+
"url":"https://www.visa.com",
|
|
20
|
+
"version":1,
|
|
21
|
+
"text":"هذا نص نموذجي لوصف الشروط والأحكام التي تحكم خدمات أقساط التأشيرة.",
|
|
22
|
+
"languageCode":"ara"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"url":"https://www.visa.com",
|
|
26
|
+
"version":1,
|
|
27
|
+
"text":"This is a sample text to describe the terms and conditions that govern the Visa Installment services.",
|
|
28
|
+
"languageCode":"eng"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"fundedBy":[
|
|
32
|
+
"CONSUMER"
|
|
33
|
+
],
|
|
34
|
+
"costInfo":{
|
|
35
|
+
"annualPercentageRate":"0",
|
|
36
|
+
"feeInfo":[
|
|
37
|
+
{
|
|
38
|
+
"type":"CONSUMER",
|
|
39
|
+
"ratePercentage":0,
|
|
40
|
+
"monthlyRatePercentage":0,
|
|
41
|
+
"flatFee":1000
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"type":"MERCHANT_FUNDING",
|
|
45
|
+
"ratePercentage":0,
|
|
46
|
+
"flatFee":0
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"totalPlanCost":12000,
|
|
50
|
+
"totalFees":1000,
|
|
51
|
+
"totalUpfrontFees":"0",
|
|
52
|
+
"totalRecurringFees":1000,
|
|
53
|
+
"firstInstallment":{
|
|
54
|
+
"installmentFee":166,
|
|
55
|
+
"totalAmountExcludingUpfrontFee":"2000",
|
|
56
|
+
"amount":1834,
|
|
57
|
+
"upfrontFee":0,
|
|
58
|
+
"totalAmount":2000
|
|
59
|
+
},
|
|
60
|
+
"lastInstallment":{
|
|
61
|
+
"installmentFee":170,
|
|
62
|
+
"amount":1830,
|
|
63
|
+
"totalAmount":2000
|
|
64
|
+
},
|
|
65
|
+
"currency":"SAR"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
"id":"8ac7a4a1992b555c01992d3ed36450d2"
|
|
70
|
+
}
|
|
Binary file
|
|
Binary file
|