react-native-hyperpay-sdk 0.15.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (588) hide show
  1. package/android/.DS_Store +0 -0
  2. package/android/build.gradle +1 -1
  3. package/android/{oppwa.mobile-2.44.0 → libs}/.DS_Store +0 -0
  4. package/android/libs/ipworks3ds_sdk.aar +0 -0
  5. package/android/libs/ipworks3ds_sdk_deploy.aar +0 -0
  6. package/android/{oppwa.mobile-2.44.0/oppwa.mobile-3.14.0-release.aar → libs/oppwa.mobile-4.6.0-release.aar} +0 -0
  7. package/ios/OPPWAMobile.xcframework/Info.plist +42 -0
  8. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +64 -0
  9. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +117 -0
  10. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccount.h +58 -0
  11. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +167 -0
  12. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +48 -0
  13. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddress.h +88 -0
  14. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +106 -0
  15. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBinInfo.h +63 -0
  16. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCard.h +68 -0
  17. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +164 -0
  18. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +77 -0
  19. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +156 -0
  20. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +189 -0
  21. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +239 -0
  22. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +62 -0
  23. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPErrors.h +211 -0
  24. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +74 -0
  25. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +124 -0
  26. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +48 -0
  27. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +41 -0
  28. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +66 -0
  29. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +56 -0
  30. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentButton.h +53 -0
  31. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentParams.h +91 -0
  32. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +212 -0
  33. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +60 -0
  34. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +68 -0
  35. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +108 -0
  36. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +27 -0
  37. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPToken.h +121 -0
  38. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +89 -0
  39. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTransaction.h +121 -0
  40. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +60 -0
  41. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +1100 -0
  42. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile.h +56 -0
  43. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +80 -0
  44. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +71 -0
  45. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Info.plist +0 -0
  46. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm.swiftsourceinfo +0 -0
  47. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  48. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
  49. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7-apple-ios.swiftsourceinfo +0 -0
  50. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7.swiftsourceinfo +0 -0
  51. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftdoc +0 -0
  52. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftinterface +116 -0
  53. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  54. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftinterface +116 -0
  55. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
  56. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +116 -0
  57. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
  58. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftinterface +116 -0
  59. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftdoc +0 -0
  60. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftinterface +116 -0
  61. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/module.modulemap +11 -0
  62. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile +0 -0
  63. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
  64. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +67 -0
  65. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
  66. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
  67. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
  68. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
  69. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
  70. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
  71. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
  72. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
  73. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
  74. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
  75. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
  76. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
  77. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
  78. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
  79. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
  80. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
  81. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
  82. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
  83. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
  84. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
  85. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
  86. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
  87. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
  88. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
  89. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
  90. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
  91. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
  92. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
  93. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
  94. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
  95. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
  96. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
  97. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
  98. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
  99. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
  100. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
  101. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
  102. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
  103. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
  104. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
  105. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
  106. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
  107. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
  108. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
  109. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
  110. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
  111. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
  112. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
  113. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
  114. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
  115. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
  116. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
  117. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
  118. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
  119. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
  120. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
  121. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
  122. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
  123. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
  124. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
  125. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
  126. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
  127. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +91 -0
  128. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
  129. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
  130. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
  131. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
  132. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
  133. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +90 -0
  134. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
  135. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
  136. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
  137. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
  138. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
  139. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
  140. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
  141. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
  142. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
  143. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +102 -0
  144. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +102 -0
  145. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
  146. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
  147. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
  148. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +102 -0
  149. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +95 -0
  150. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
  151. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
  152. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
  153. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
  154. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
  155. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
  156. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
  157. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
  158. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
  159. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +153 -0
  160. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +92 -0
  161. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +92 -0
  162. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +107 -0
  163. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +98 -0
  164. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +88 -0
  165. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +104 -0
  166. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
  167. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
  168. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
  169. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +92 -0
  170. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +102 -0
  171. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +102 -0
  172. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
  173. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
  174. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
  175. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +92 -0
  176. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +94 -0
  177. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +74 -0
  178. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
  179. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
  180. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
  181. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
  182. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
  183. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
  184. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
  185. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
  186. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
  187. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
  188. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
  189. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
  190. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
  191. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
  192. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
  193. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
  194. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
  195. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
  196. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
  197. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
  198. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
  199. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +98 -0
  200. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
  201. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
  202. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
  203. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
  204. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
  205. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
  206. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
  207. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
  208. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
  209. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
  210. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
  211. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
  212. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
  213. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
  214. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
  215. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +103 -0
  216. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +104 -0
  217. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +104 -0
  218. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
  219. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
  220. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
  221. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
  222. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
  223. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
  224. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
  225. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
  226. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
  227. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
  228. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
  229. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
  230. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
  231. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
  232. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
  233. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +103 -0
  234. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
  235. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
  236. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
  237. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +91 -0
  238. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
  239. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
  240. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
  241. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +102 -0
  242. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +91 -0
  243. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
  244. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
  245. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
  246. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +102 -0
  247. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +102 -0
  248. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
  249. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
  250. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
  251. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +96 -0
  252. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +103 -0
  253. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +88 -0
  254. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
  255. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
  256. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
  257. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
  258. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
  259. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
  260. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
  261. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
  262. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
  263. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
  264. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
  265. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
  266. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
  267. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
  268. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
  269. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
  270. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
  271. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
  272. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
  273. package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +92 -0
  274. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +64 -0
  275. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +117 -0
  276. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccount.h +58 -0
  277. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +167 -0
  278. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +48 -0
  279. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddress.h +88 -0
  280. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +106 -0
  281. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBinInfo.h +63 -0
  282. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCard.h +68 -0
  283. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +164 -0
  284. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +77 -0
  285. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +156 -0
  286. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +189 -0
  287. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +239 -0
  288. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +62 -0
  289. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPErrors.h +211 -0
  290. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +74 -0
  291. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +124 -0
  292. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +48 -0
  293. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +41 -0
  294. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +66 -0
  295. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +56 -0
  296. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentButton.h +53 -0
  297. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentParams.h +91 -0
  298. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +212 -0
  299. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +60 -0
  300. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +68 -0
  301. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +108 -0
  302. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +27 -0
  303. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPToken.h +121 -0
  304. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +89 -0
  305. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTransaction.h +121 -0
  306. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +60 -0
  307. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +1649 -0
  308. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile.h +56 -0
  309. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +80 -0
  310. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +71 -0
  311. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Info.plist +0 -0
  312. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
  313. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
  314. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386-apple-ios-simulator.swiftsourceinfo +0 -0
  315. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386.swiftsourceinfo +0 -0
  316. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
  317. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64.swiftsourceinfo +0 -0
  318. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  319. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftinterface +116 -0
  320. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
  321. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +116 -0
  322. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
  323. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftinterface +116 -0
  324. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftdoc +0 -0
  325. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftinterface +116 -0
  326. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  327. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +116 -0
  328. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftdoc +0 -0
  329. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftinterface +116 -0
  330. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/module.modulemap +11 -0
  331. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile +0 -0
  332. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
  333. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +67 -0
  334. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
  335. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
  336. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
  337. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
  338. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
  339. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
  340. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
  341. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
  342. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
  343. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
  344. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
  345. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
  346. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
  347. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
  348. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
  349. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
  350. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
  351. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
  352. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
  353. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
  354. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
  355. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
  356. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
  357. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
  358. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
  359. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
  360. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
  361. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
  362. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
  363. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
  364. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
  365. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
  366. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
  367. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
  368. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
  369. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
  370. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
  371. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
  372. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
  373. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
  374. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
  375. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
  376. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
  377. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
  378. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
  379. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
  380. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
  381. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
  382. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
  383. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
  384. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
  385. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
  386. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
  387. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeDirectory +0 -0
  388. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements +0 -0
  389. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements-1 +0 -0
  390. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources +3479 -0
  391. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeSignature +0 -0
  392. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
  393. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
  394. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
  395. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
  396. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
  397. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
  398. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
  399. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
  400. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
  401. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +91 -0
  402. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
  403. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
  404. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
  405. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
  406. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
  407. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +90 -0
  408. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
  409. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
  410. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
  411. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
  412. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
  413. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
  414. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
  415. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
  416. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
  417. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +102 -0
  418. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +102 -0
  419. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
  420. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
  421. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
  422. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +102 -0
  423. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +95 -0
  424. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
  425. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
  426. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
  427. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
  428. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
  429. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
  430. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
  431. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
  432. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
  433. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +153 -0
  434. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +92 -0
  435. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +92 -0
  436. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +107 -0
  437. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +98 -0
  438. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +88 -0
  439. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +104 -0
  440. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
  441. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
  442. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
  443. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +92 -0
  444. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +102 -0
  445. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +102 -0
  446. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
  447. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
  448. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
  449. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +92 -0
  450. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +94 -0
  451. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +74 -0
  452. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
  453. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
  454. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
  455. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
  456. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
  457. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
  458. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
  459. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
  460. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
  461. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
  462. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
  463. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
  464. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
  465. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
  466. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
  467. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
  468. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
  469. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
  470. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
  471. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
  472. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
  473. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +98 -0
  474. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
  475. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
  476. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
  477. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
  478. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
  479. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
  480. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
  481. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
  482. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
  483. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
  484. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
  485. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
  486. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
  487. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
  488. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
  489. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +103 -0
  490. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +104 -0
  491. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +104 -0
  492. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
  493. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
  494. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
  495. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
  496. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
  497. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
  498. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
  499. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
  500. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
  501. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
  502. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
  503. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
  504. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
  505. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
  506. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
  507. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +103 -0
  508. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
  509. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
  510. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
  511. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +91 -0
  512. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
  513. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
  514. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
  515. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +102 -0
  516. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +91 -0
  517. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
  518. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
  519. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
  520. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +102 -0
  521. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +102 -0
  522. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
  523. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
  524. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
  525. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +96 -0
  526. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +103 -0
  527. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +88 -0
  528. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
  529. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
  530. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
  531. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
  532. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
  533. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
  534. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
  535. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
  536. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
  537. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
  538. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
  539. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
  540. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
  541. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
  542. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
  543. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
  544. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
  545. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
  546. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
  547. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +92 -0
  548. package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/_CodeSignature/CodeResources +4503 -0
  549. package/ios/ipworks3ds_sdk.xcframework/.DS_Store +0 -0
  550. package/ios/ipworks3ds_sdk.xcframework/Info.plist +42 -0
  551. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/.DS_Store +0 -0
  552. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Assets.car +0 -0
  553. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +1242 -0
  554. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Info.plist +0 -0
  555. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  556. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftinterface +759 -0
  557. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
  558. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftinterface +759 -0
  559. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
  560. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +410 -0
  561. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
  562. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +282 -0
  563. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
  564. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
  565. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
  566. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
  567. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/.DS_Store +0 -0
  568. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Assets.car +0 -0
  569. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +1862 -0
  570. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Info.plist +0 -0
  571. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  572. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftinterface +759 -0
  573. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
  574. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftinterface +759 -0
  575. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  576. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +759 -0
  577. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
  578. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +410 -0
  579. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
  580. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +312 -0
  581. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
  582. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
  583. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
  584. package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
  585. package/package.json +3 -2
  586. package/react-native-hyperpay-sdk.podspec +1 -3
  587. package/android/oppwa.mobile-2.44.0/.project +0 -17
  588. package/android/oppwa.mobile-2.44.0/.settings/org.eclipse.buildship.core.prefs +0 -2
@@ -0,0 +1,153 @@
1
+ //
2
+ // Checkout.strings
3
+ // $$frameworkname$$
4
+ //
5
+
6
+ /// View controller titles
7
+ "VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Select Payment Method";
8
+ "VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Payment Details";
9
+ "VIEW_CONTROLLER_TITLE_PROCESSING" = "Processing";
10
+ "VIEW_CONTROLLER_TITLE_ADDRESS" = "Billing Address";
11
+
12
+ /// Form titles
13
+ "FORM_TITLE_PAYMENT_INFO" = "Payment Info";
14
+
15
+ /// Labels
16
+ "LABEL_TOTAL_AMOUNT" = "Total Amount";
17
+ "LABEL_MBWAY_PUSH_NOTIFICATION" = "A push notification will be sent to your device.";
18
+ "LABEL_MBWAY_ACCEPT_PIN" = "Please accept the transaction with your PIN MB WAY.";
19
+ "LABEL_TERMS_AND_CONDITIONS" = "Terms and Conditions";
20
+ "LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "I have read and agree the Terms and Conditions";
21
+ "LABEL_SWEDISH" = "Swedish";
22
+ "LABEL_FINNISH" = "Finnish";
23
+ "LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Please select your preferred payment method:";
24
+
25
+ /// Messages
26
+ "MESSAGE_PLEASE_WAIT" = "Please wait";
27
+
28
+ /// Device owner authentication
29
+ "DEVICE_AUTH_REASON" = "To confirm payment";
30
+
31
+ /// Button titles
32
+ "BUTTON_TITLE_PAY" = "Pay now";
33
+ "BUTTON_TITLE_PAY_AMOUNT" = "Pay %@";
34
+ "BUTTON_TITLE_REGISTER" = "Register";
35
+ "BUTTON_TITLE_CANCEL" = "Cancel";
36
+ "BUTTON_TITLE_BACK" = "Change";
37
+ "BUTTON_TITLE_DONE" = "Done";
38
+
39
+ /// Text field label names
40
+ "FIELD_LABEL_CARD_HOLDER_NAME" = "Name of Card Holder";
41
+ "FIELD_LABEL_CREDIT_CARD_NUMBER" = "Credit Card Number";
42
+ "FIELD_LABEL_EXPIRY_DATE" = "Expiration Date";
43
+ "FIELD_LABEL_CVV" = "Security Code or CVV";
44
+ "FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Mobile Phone Number";
45
+ "FIELD_LABEL_QRCODE" = "QR-Code";
46
+ "FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Account Holder";
47
+ "FIELD_LABEL_IBAN" = "IBAN";
48
+ "FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN or Account Number";
49
+ "FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC or Bank Code";
50
+ "FIELD_LABEL_SELECT_COUNTRY" = "Select Country:";
51
+ "FIELD_LABEL_SELECT_BANK" = "Select Bank:";
52
+ "FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Store payment details for future use";
53
+ "FIELD_LABEL_STORE_CARD_TYPE" = "Choose card type:";
54
+ "FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Number of installments";
55
+ "FIELD_LABEL_EMAIL" = "Email";
56
+ "FIELD_LABEL_COUNTRY_CODE" = "Country code";
57
+ "FIELD_LABEL_NATIONAL_IDENTIFIER" = "National Identifier";
58
+ "FIELD_LABEL_ACCOUNT_NUMBER" = "Account Number";
59
+ "FIELD_LABEL_ACCOUNT_VERIFICATION" = "Account Verification";
60
+
61
+ /// Text field placeholders
62
+ "FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Name as it appears on card";
63
+ "FIELD_PLACEHOLDER_CARD_NUMBER" = "Long number on the front of your card";
64
+ "FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/YY or MM/YYYY";
65
+ "FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3-digit code";
66
+ "FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4-digit code";
67
+ "FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Account Holder Name";
68
+ "FIELD_PLACEHOLDER_IBAN" = "International Bank Account Number";
69
+ "FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN or Account Number";
70
+ "FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC or Bank Code";
71
+ "FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
72
+ "FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
73
+ "FIELD_PLACEHOLDER_EMAIL" = "Email";
74
+ "FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "National Identifier";
75
+ "FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Account Number";
76
+ "FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Account Verification";
77
+ "FIELD_PLACEHOLDER_STREET1" = "Street";
78
+ "FIELD_PLACEHOLDER_STREET2" = "Address Line 2";
79
+ "FIELD_PLACEHOLDER_CITY" = "City";
80
+ "FIELD_PLACEHOLDER_STATE" = "State";
81
+ "FIELD_PLACEHOLDER_COUNTRY" = "Country";
82
+ "FIELD_PLACEHOLDER_POSTCODE" = "Post Code";
83
+ "FIELD_PLACEHOLDER_OPTIONAL" = "(Optional)";
84
+
85
+ /// Text field errors
86
+ "FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Card holder name is not valid";
87
+ "FIELD_ERROR_CARD_NUMBER_INVALID" = "Card number entered is not valid";
88
+ "FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Card expiration date is not valid, use MM/YY or MM/YYYY format";
89
+ "FIELD_ERROR_CARD_EXPIRED" = "Card is expired";
90
+ "FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Security code must contain last 3 digits on the back of your card";
91
+ "FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Security code must contain 4-digit number on the front of your card";
92
+ "FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Account holder name is not valid";
93
+ "FIELD_ERROR_IBAN_INVALID" = "IBAN is not valid";
94
+ "FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "IBAN or account number is not valid";
95
+ "FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "BIC or bank code is not valid";
96
+ "FIELD_ERROR_EMAIL_INVALID" = "Invalid email";
97
+ "FIELD_ERROR_MOBILE_PHONE_INVALID" = "Invalid mobile number";
98
+ "FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Invalid national identifier";
99
+ "FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Invalid account number";
100
+ "FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "Expiration date is not valid, use MM/YY or MM/YYYY format";
101
+ "FIELD_ERROR_ACCOUNT_EXPIRED" = "Account is expired";
102
+ "FIELD_ERROR_ADDRESS_INVALID" = "Click here for Billing Address";
103
+
104
+ /// Payment method groups are displayed if tokens are received
105
+ "PAYMENT_METHOD_GROUP_STORED" = "Stored Payment Methods";
106
+ "PAYMENT_METHOD_GROUP_OTHER" = "Other Payment Methods";
107
+ "PAYMENT_METHOD_GROUP_CARDS" = "Credit / Debit Cards";
108
+
109
+ /// Payment method names
110
+ "PAYMENT_METHOD_TYPE_MASTER" = "MasterCard";
111
+ "PAYMENT_METHOD_TYPE_MAESTRO" = "Maestro";
112
+ "PAYMENT_METHOD_TYPE_VISA" = "VISA";
113
+ "PAYMENT_METHOD_TYPE_AMEX" = "American Express";
114
+ "PAYMENT_METHOD_TYPE_DINERS" = "Diners Club";
115
+ "PAYMENT_METHOD_TYPE_DISCOVER" = "Discover";
116
+ "PAYMENT_METHOD_TYPE_UNIONPAY" = "UnionPay Card";
117
+ "PAYMENT_METHOD_TYPE_UNIONPAY_SMS" = "UnionPay SMS";
118
+ "PAYMENT_METHOD_TYPE_JCB" = "JCB";
119
+ "PAYMENT_METHOD_TYPE_APPLEPAY" = "Apple Pay";
120
+ "PAYMENT_METHOD_TYPE_SOFORTUEBERWEISUNG" = "SOFORT BANKING";
121
+ "PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "SEPA Direct Debit";
122
+ "PAYMENT_METHOD_TYPE_IDEAL" = "IDEAL";
123
+ "PAYMENT_METHOD_TYPE_PAYPAL" = "PayPal";
124
+ "PAYMENT_METHOD_TYPE_BOLETO" = "BOLETO Bancário";
125
+ "PAYMENT_METHOD_TYPE_ALIPAY" = "Alipay";
126
+ "PAYMENT_METHOD_TYPE_CHINAUNIONPAY" = "UnionPay Online Payment";
127
+ "PAYMENT_METHOD_TYPE_PAYSAFECARD" = "Paysafecard";
128
+ "PAYMENT_METHOD_TYPE_YANDEX" = "Yandex";
129
+ "PAYMENT_METHOD_TYPE_DANKORT" = "Dankort";
130
+ "PAYMENT_METHOD_TYPE_TRUSTLY" = "Trustly";
131
+ "PAYMENT_METHOD_TYPE_RATENKAUF" = "Ratenkauf";
132
+ "PAYMENT_METHOD_TYPE_GIROPAY" = "Giropay";
133
+ "PAYMENT_METHOD_TYPE_MASTERPASS" = "Masterpass";
134
+ "PAYMENT_METHOD_TYPE_KLARNA_INVOICE" = "Klarna Invoice";
135
+ "PAYMENT_METHOD_TYPE_KLARNA_INSTALLMENTS" = "Klarna Installments";
136
+ "PAYMENT_METHOD_TYPE_PAYDIREKT" = "Paydirekt";
137
+ "PAYMENT_METHOD_TYPE_SIBS_MULTIBANCO" = "Multibanco";
138
+ "PAYMENT_METHOD_TYPE_MASTERDEBIT" = "MasterCard Debit";
139
+ "PAYMENT_METHOD_TYPE_VISADEBIT" = "Visa Debit";
140
+ "PAYMENT_METHOD_TYPE_VISAELECTRON" = "Visa Electron";
141
+ "PAYMENT_METHOD_TYPE_CARTEBLEUE" = "Carte Bleue";
142
+ "PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYLATER" = "Pay later";
143
+ "PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_SLICEIT" = "Financing";
144
+ "PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYNOW" = "Pay now";
145
+ "PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_BILLPAY" = "BillPay";
146
+ "PAYMENT_METHOD_TYPE_PAYTRAIL" = "Paytrail";
147
+ "PAYMENT_METHOD_TYPE_PRZELEWY" = "Przelewy24";
148
+ "PAYMENT_METHOD_TYPE_PF_KARTE_DIRECT" = "PostFinance Card";
149
+ "PAYMENT_METHOD_TYPE_MADA" = "Mada";
150
+ "PAYMENT_METHOD_TYPE_MBWAY" = "MB WAY";
151
+ "PAYMENT_METHOD_TYPE_IKANOOI_FI" = "Ikano Lasku FI";
152
+ "PAYMENT_METHOD_TYPE_IKANOOI_NO" = "Ikano Faktura NO";
153
+ "PAYMENT_METHOD_TYPE_IKANOOI_SE" = "Ikano Faktura SE";
@@ -0,0 +1,92 @@
1
+ //
2
+ // Checkout.strings
3
+ // $$frameworkname$$
4
+ //
5
+
6
+ /// View controller titles
7
+ "VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Seleccione el método de pago";
8
+ "VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Detalles del pago";
9
+ "VIEW_CONTROLLER_TITLE_PROCESSING" = "Procesando";
10
+
11
+ /// Form titles
12
+ "FORM_TITLE_PAYMENT_INFO" = "Informacion de pago";
13
+
14
+ /// Labels
15
+ "LABEL_TOTAL_AMOUNT" = "Monto total";
16
+ "LABEL_MBWAY_PUSH_NOTIFICATION" = "Se enviará una notificación automática a su dispositivo.";
17
+ "LABEL_MBWAY_ACCEPT_PIN" = "Por favor, acepte la transacción con su PIN MB WAY.";
18
+ "LABEL_TERMS_AND_CONDITIONS" = "Términos y condiciones";
19
+ "LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "He leído y acepto los términos y condiciones";
20
+ "LABEL_SWEDISH" = "Sueco";
21
+ "LABEL_FINNISH" = "Finés";
22
+
23
+ /// Messages
24
+ "MESSAGE_PLEASE_WAIT" = "Espere por favor";
25
+
26
+ /// Button titles
27
+ "BUTTON_TITLE_PAY" = "PAGUE AHORA";
28
+ "BUTTON_TITLE_PAY_AMOUNT" = "Pagar %@";
29
+ "BUTTON_TITLE_REGISTER" = "Registro";
30
+ "BUTTON_TITLE_CANCEL" = "Cancelar";
31
+ "BUTTON_TITLE_BACK" = "Cambiar";
32
+ "BUTTON_TITLE_DONE" = "Finalizar";
33
+
34
+ /// Device owner authentication
35
+ "DEVICE_AUTH_REASON" = "Para confirmar el pago";
36
+
37
+ /// Text field label names
38
+ "FIELD_LABEL_CARD_HOLDER_NAME" = "Nombre del titular de la tarjeta";
39
+ "FIELD_LABEL_CREDIT_CARD_NUMBER" = "Número de tarjeta de crédito";
40
+ "FIELD_LABEL_EXPIRY_DATE" = "Fecha de caducidad";
41
+ "FIELD_LABEL_CVV" = "Código de seguridad o CVV";
42
+ "FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Número de teléfono móvil";
43
+ "FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Titular de la cuenta";
44
+ "FIELD_LABEL_IBAN" = "IBAN";
45
+ "FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN o número de cuenta";
46
+ "FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC o Código de Banco";
47
+ "FIELD_LABEL_SELECT_BANK" = "Seleccionar Banco";
48
+ "FIELD_LABEL_SELECT_COUNTRY" = "Seleccionar país";
49
+ "FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Guardar detalles de pago para uso futuro";
50
+ "FIELD_LABEL_STORE_CARD_TYPE" = "Seleccionar tarjeta";
51
+ "FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Número de plazos";
52
+ "FIELD_LABEL_EMAIL" = "Correo electrónico";
53
+ "FIELD_LABEL_COUNTRY_CODE" = "Prefijo telefónico internacional";
54
+ "FIELD_LABEL_NATIONAL_IDENTIFIER" = "Identificador nacional";
55
+
56
+ /// Text field placeholders
57
+ "FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Nombre como aparece en la tarjeta";
58
+ "FIELD_PLACEHOLDER_CARD_NUMBER" = "Número largo en el frente de tu tarjeta";
59
+ "FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/AA o MM/AAAA";
60
+ "FIELD_PLACEHOLDER_CVV_3_DIGITS" = "Código de 3 dígitos";
61
+ "FIELD_PLACEHOLDER_CVV_4_DIGITS" = "Código de 4 dígitos";
62
+ "FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "nombre del titular de la cuenta";
63
+ "FIELD_PLACEHOLDER_IBAN" = "Numero de cuenta de Banco Internacional";
64
+ "FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN o número de cuenta";
65
+ "FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC o Código de Banco";
66
+ "FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xx";
67
+ "FIELD_PLACEHOLDER_EMAIL" = "Correo electrónico";
68
+ "FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Identificador nacional";
69
+
70
+ /// Text field errors
71
+ "FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Nombre del titular de la tarjeta no es válido";
72
+ "FIELD_ERROR_CARD_NUMBER_INVALID" = "Número de tarjeta introducido no es válido";
73
+ "FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Fecha de caducidad de la tarjeta no es válida, utilice el formato MM/AA o MM/AAAA";
74
+ "FIELD_ERROR_CARD_EXPIRED" = "La tarjeta ha caducado";
75
+ "FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "El código de seguridad debe contener los últimos 3 dígitos en la parte posterior de su tarjeta";
76
+ "FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "El código de seguridad debe contener un número de 4 dígitos en la parte frontal de la tarjeta";
77
+ "FIELD_ERROR_MOBILE_PHONE_INVALID" = "Número de teléfono móvil inválido";
78
+ "FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "El nombre del titular de la cuenta no es válido";
79
+ "FIELD_ERROR_IBAN_INVALID" = "IBAN no es válido";
80
+ "FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "IBAN o número de cuenta no es válido";
81
+ "FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "BIC o código bancario no es válido";
82
+ "FIELD_ERROR_EMAIL_INVALID" = "Correo electrónico inválido";
83
+ "FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Identificador nacional inválido";
84
+
85
+ /// Payment method groups are displayed if tokens are received
86
+ "PAYMENT_METHOD_GROUP_STORED" = "Métodos de pago almacenados";
87
+ "PAYMENT_METHOD_GROUP_OTHER" = "Otros métodos de pago";
88
+ "PAYMENT_METHOD_GROUP_CARDS" = "Tarjeta de débito / crédito";
89
+
90
+ /// Payment method names
91
+ "PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "Débito directo SEPA";
92
+ "PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYNOW" = "Transferencia";
@@ -0,0 +1,92 @@
1
+ //
2
+ // Checkout.strings
3
+ // $$frameworkname$$
4
+ //
5
+
6
+ /// View controller titles
7
+ "VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Aukeratu ordaintzeko modua";
8
+ "VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Ordainketaren xehetasunak";
9
+ "VIEW_CONTROLLER_TITLE_PROCESSING" = "Tramitazioa";
10
+
11
+ /// Form titles
12
+ "FORM_TITLE_PAYMENT_INFO" = "Ordainketaren informazioa";
13
+
14
+ /// Labels
15
+ "LABEL_TOTAL_AMOUNT" = "Guztira";
16
+ "LABEL_MBWAY_PUSH_NOTIFICATION" = "Jakinarazpen automatiko bat bidaliko da zure gailura.";
17
+ "LABEL_MBWAY_ACCEPT_PIN" = "Mesedez, onartu transakzioa PIN MB WAY erabiliz.";
18
+ "LABEL_TERMS_AND_CONDITIONS" = "Baldintzak eta betebeharrak";
19
+ "LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Baldintzak eta betebeharrak irakurri eta onartzen ditut";
20
+ "LABEL_SWEDISH" = "Suediera";
21
+ "LABEL_FINNISH" = "Finlandiera";
22
+
23
+ /// Messages
24
+ "MESSAGE_PLEASE_WAIT" = "Itxaron, mesedez";
25
+
26
+ /// Device owner authentication
27
+ "DEVICE_AUTH_REASON" = "Ordainketa baieztatzeko";
28
+
29
+ /// Button titles
30
+ "BUTTON_TITLE_PAY" = "ORDAINDU ORAIN";
31
+ "BUTTON_TITLE_PAY_AMOUNT" = "Ordaindu %@";
32
+ "BUTTON_TITLE_REGISTER" = "Erregistratu";
33
+ "BUTTON_TITLE_CANCEL" = "Utzi";
34
+ "BUTTON_TITLE_BACK" = "Aldatu";
35
+ "BUTTON_TITLE_DONE" = "Done";
36
+
37
+ /// Text field label names
38
+ "FIELD_LABEL_CARD_HOLDER_NAME" = "Txartela-titularraren izena";
39
+ "FIELD_LABEL_CREDIT_CARD_NUMBER" = "Kreditu-txartelaren zenbakia";
40
+ "FIELD_LABEL_EXPIRY_DATE" = "Iraungitze-data";
41
+ "FIELD_LABEL_CVV" = "Segurtasun-kodea edo CVV-a";
42
+ "FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Telefono mugikorraren";
43
+ "FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Kontuaren titularra";
44
+ "FIELD_LABEL_IBAN" = "IBAN";
45
+ "FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN-a edo kontu-zenbakia";
46
+ "FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC-a edo banku-kodea";
47
+ "FIELD_LABEL_SELECT_COUNTRY" = "Aukeratu herrialdea";
48
+ "FIELD_LABEL_SELECT_BANK" = "Aukeratu bankua";
49
+ "FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Gorde ordainketaren xehetasunak etorkizunean erabiltzeko";
50
+ "FIELD_LABEL_STORE_CARD_TYPE" = "Aukeratu txartela-mota";
51
+ "FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Epeak";
52
+ "FIELD_LABEL_EMAIL" = "Helbide elektronikoa";
53
+ "FIELD_LABEL_COUNTRY_CODE" = "Herrialde-kodea";
54
+ "FIELD_LABEL_NATIONAL_IDENTIFIER" = "Identifikatzaile nazionala";
55
+
56
+ /// Text field placeholders
57
+ "FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Txartelean agertzen den izena";
58
+ "FIELD_PLACEHOLDER_CARD_NUMBER" = "Txartelaren aurrealdeko zenbaki luzea";
59
+ "FIELD_PLACEHOLDER_EXPIRY_DATE" = "HH/UU edo HH/UUUU";
60
+ "FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3 digituko kodea";
61
+ "FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4 digituko kodea";
62
+ "FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Kontu-titularraren izena";
63
+ "FIELD_PLACEHOLDER_IBAN" = "Banku-kontuaren kode internazionala";
64
+ "FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN-a edo kontu-zenbakia";
65
+ "FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC-a edo banku-kodea";
66
+ "FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
67
+ "FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
68
+ "FIELD_PLACEHOLDER_EMAIL" = "Helbide elektronikoa";
69
+ "FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Identifikatzaile nazionala";
70
+
71
+ /// Text field errors
72
+ "FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Txartela-titularraren izenak ez du balio";
73
+ "FIELD_ERROR_CARD_NUMBER_INVALID" = "Txartela-zenbakiak ez du balio";
74
+ "FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Txartelaren iraungitze-datak ez du balio, erabili HH/UU edo HH/UUUU formatua";
75
+ "FIELD_ERROR_CARD_EXPIRED" = "Txartela iraungi da";
76
+ "FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Segurtasun-kodea txartelaren atzealdeko azken 3 digituak izan behar ditu";
77
+ "FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Segurtasun-kodea txartelaren aurrealdeko 4 digituak izan behar ditu";
78
+ "FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Kontu-titularraren izenak ez du balio";
79
+ "FIELD_ERROR_IBAN_INVALID" = "IBAN-ak ez du balio";
80
+ "FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "IBAN-ak edo kontu-zenbakiak ez du balio";
81
+ "FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "BIC-ak edo banku-kodeak ez du balio";
82
+ "FIELD_ERROR_EMAIL_INVALID" = "Helbide elektronikoak ez du balio";
83
+ "FIELD_ERROR_MOBILE_PHONE_INVALID" = "Telefono zenbakiak ez du balio";
84
+ "FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Identifikatzaile nazionalak ez du balio";
85
+
86
+ /// Payment method groups are displayed if tokens are received
87
+ "PAYMENT_METHOD_GROUP_STORED" = "Gordetako ordaintzeko moduak";
88
+ "PAYMENT_METHOD_GROUP_OTHER" = "Beste ordaintzeko moduak";
89
+ "PAYMENT_METHOD_GROUP_CARDS" = "Kreditu/zordunketa-txartelak";
90
+
91
+ /// Payment method names
92
+ "PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "SEPA zordunketa zuzena";
@@ -0,0 +1,107 @@
1
+ //
2
+ // Checkout.strings
3
+ // $$frameworkname$$
4
+ //
5
+
6
+ /// View controller titles
7
+ "VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Valitse maksutapa";
8
+ "VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Maksutiedot";
9
+ "VIEW_CONTROLLER_TITLE_PROCESSING" = "Maksua käsitellään";
10
+
11
+ /// Form titles
12
+ "FORM_TITLE_PAYMENT_INFO" = "Maksun tiedot";
13
+
14
+ /// Labels
15
+ "LABEL_TOTAL_AMOUNT" = "Kokonaissumma";
16
+ "LABEL_MBWAY_PUSH_NOTIFICATION" = "Laitteeseesi lähetetään push-ilmoitus.";
17
+ "LABEL_MBWAY_ACCEPT_PIN" = "Hyväksy maksu MB WAY PIN-koodilla.";
18
+ "LABEL_TERMS_AND_CONDITIONS" = "Käyttöehdot";
19
+ "LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Olen lukenut ja hyväksynyt käyttöehdot";
20
+ "LABEL_SWEDISH" = "Ruotsi";
21
+ "LABEL_FINNISH" = "Suomi";
22
+ "LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Valitse haluamasi maksutapa:";
23
+
24
+ /// Messages
25
+ "MESSAGE_PLEASE_WAIT" = "Odota hetki";
26
+
27
+ /// Device owner authentication
28
+ "DEVICE_AUTH_REASON" = "Maksun vahvistaminen";
29
+
30
+ /// Button titles
31
+ "BUTTON_TITLE_PAY" = "MAKSA NYT";
32
+ "BUTTON_TITLE_PAY_AMOUNT" = "Maksa %@";
33
+ "BUTTON_TITLE_REGISTER" = "Rekisteröidy";
34
+ "BUTTON_TITLE_CANCEL" = "Peruuta";
35
+ "BUTTON_TITLE_BACK" = "Muuta";
36
+ "BUTTON_TITLE_DONE" = "Valmis";
37
+
38
+ /// Text field label names
39
+ "FIELD_LABEL_CARD_HOLDER_NAME" = "Kortinhaltijan nimi";
40
+ "FIELD_LABEL_CREDIT_CARD_NUMBER" = "Luottokortin numero";
41
+ "FIELD_LABEL_EXPIRY_DATE" = "Viimeinen voimassaolopäivä";
42
+ "FIELD_LABEL_CVV" = "Turvakoodi tai CVV";
43
+ "FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Matkapuhelinnumero";
44
+ "FIELD_LABEL_QRCODE" = "QR-koodi";
45
+ "FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Tilinhaltija";
46
+ "FIELD_LABEL_IBAN" = "IBAN";
47
+ "FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN tai tilinumero";
48
+ "FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC tai pankin tunnus";
49
+ "FIELD_LABEL_SELECT_COUNTRY" = "Valitse maa:";
50
+ "FIELD_LABEL_SELECT_BANK" = "Valitse pankki:";
51
+ "FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Tallenna maksutiedot myöhempää käyttöä varten";
52
+ "FIELD_LABEL_STORE_CARD_TYPE" = "Valitse kortin tyyppi:";
53
+ "FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Maksuerien määrä";
54
+ "FIELD_LABEL_EMAIL" = "Sähköposti";
55
+ "FIELD_LABEL_COUNTRY_CODE" = "Maatunnus";
56
+ "FIELD_LABEL_NATIONAL_IDENTIFIER" = "Henkilötunnus";
57
+ "FIELD_LABEL_ACCOUNT_NUMBER" = "Tilinumero";
58
+ "FIELD_LABEL_ACCOUNT_VERIFICATION" = "Tilin vahvistus";
59
+
60
+ /// Text field placeholders
61
+ "FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Nimi samassa muodossa kuin kortissa";
62
+ "FIELD_PLACEHOLDER_CARD_NUMBER" = "Pitkä numero kortin etupuolella";
63
+ "FIELD_PLACEHOLDER_EXPIRY_DATE" = "KK/VV tai KK/VVVV";
64
+ "FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3-numeroinen tunnus";
65
+ "FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4-numeroinen tunnus";
66
+ "FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Tilinhaltijan nimi";
67
+ "FIELD_PLACEHOLDER_IBAN" = "Kansainvälinen tilinumero";
68
+ "FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN tai tilinumero";
69
+ "FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC tai pankin tunnus";
70
+ "FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
71
+ "FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
72
+ "FIELD_PLACEHOLDER_EMAIL" = "Sähköposti";
73
+ "FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Henkilötunnus";
74
+ "FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Tilinumero";
75
+ "FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Tilin vahvistus";
76
+
77
+ /// Text field errors
78
+ "FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Kortinhaltijan nimi ei kelpaa";
79
+ "FIELD_ERROR_CARD_NUMBER_INVALID" = "Annettu kortin numero ei kelpaa";
80
+ "FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Kortin viimeinen voimassaolopäivä ei kelpaa, käytä muotoa KK/VV tai KK/VVVV";
81
+ "FIELD_ERROR_CARD_EXPIRED" = "Kortti on vanhentunut";
82
+ "FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Turvakoodissa on oltava kortin taustapuolella olevat 3 viimeistä numeroa";
83
+ "FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Turvakoodi on kortin etupuolella oleva 4-numeroinen tunnus";
84
+ "FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Tilinhaltijan nimi ei kelpaa";
85
+ "FIELD_ERROR_IBAN_INVALID" = "IBAN ei kelpaa";
86
+ "FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "IBAN tai tilinumero ei kelpaa";
87
+ "FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "BIC tai pankin tunnus ei kelpaa";
88
+ "FIELD_ERROR_EMAIL_INVALID" = "Sähköpostiosoite on virheellinen";
89
+ "FIELD_ERROR_MOBILE_PHONE_INVALID" = "Matkapuhelinnumero on virheellinen";
90
+ "FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Henkilötunnus on virheellinen";
91
+ "FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Tilinumero on virheellinen";
92
+ "FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "Viimeinen voimassaolopäivä ei kelpaa, käytä muotoa KK/VV tai KK/VVVV";
93
+ "FIELD_ERROR_ACCOUNT_EXPIRED" = "Tili on vanhentunut";
94
+
95
+ /// Payment method groups are displayed if tokens are received
96
+ "PAYMENT_METHOD_GROUP_STORED" = "Tallennetut maksutavat";
97
+ "PAYMENT_METHOD_GROUP_OTHER" = "Muut maksutavat";
98
+ "PAYMENT_METHOD_GROUP_CARDS" = "Luotto-/pankkikortit";
99
+
100
+ /// Payment method names
101
+ "PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "SEPA-suoraveloitus";
102
+ "PAYMENT_METHOD_TYPE_IKANOOI_FI" = "IKEA-lasku";
103
+ "PAYMENT_METHOD_TYPE_IK_PRIVATE_LABEL" = "Hei-kortti / Hei-laina";
104
+ "PAYMENT_METHOD_TYPE_PAYTRAIL" = "Verkkopankki ja MobilePay";
105
+ "PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYLATER" = "Maksa myöhemmin";
106
+ "PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_SLICEIT" = "Pilko maksut";
107
+ "PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYNOW" = "Verkkopankkimaksu";
@@ -0,0 +1,98 @@
1
+ //
2
+ // Checkout.strings
3
+ // $$frameworkname$$
4
+ //
5
+
6
+ /// View controller titles
7
+ "VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Sélectionnez le moyen de paiement ";
8
+ "VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Détails du paiement";
9
+ "VIEW_CONTROLLER_TITLE_PROCESSING" = "Traitement ";
10
+
11
+ /// Form titles
12
+ "FORM_TITLE_PAYMENT_INFO" = "Informations de paiement";
13
+
14
+ /// Labels
15
+ "LABEL_TOTAL_AMOUNT" = "Montant total";
16
+ "LABEL_MBWAY_PUSH_NOTIFICATION" = "Une notification push sera envoyée à votre appareil.";
17
+ "LABEL_MBWAY_ACCEPT_PIN" = "Veuillez accepter la transaction avec votre code PIN MB WAY.";
18
+ "LABEL_TERMS_AND_CONDITIONS" = "Termes et conditions";
19
+ "LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "J'ai lu et j'accepte les conditions d'utilisation.";
20
+ "LABEL_SWEDISH" = "Suédois";
21
+ "LABEL_FINNISH" = "Finnois";
22
+ "LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Veuillez sélectionner votre mode de paiement préféré:";
23
+
24
+ /// Messages
25
+ "MESSAGE_PLEASE_WAIT" = "Veuillez patienter";
26
+
27
+ /// Device owner authentication
28
+ "DEVICE_AUTH_REASON" = "Valider le paiement";
29
+
30
+ /// Button titles
31
+ "BUTTON_TITLE_PAY" = "Payez maintenant";
32
+ "BUTTON_TITLE_PAY_AMOUNT" = "Payer %@";
33
+ "BUTTON_TITLE_REGISTER" = "S'enregistrer";
34
+ "BUTTON_TITLE_CANCEL" = "Annuler";
35
+ "BUTTON_TITLE_BACK" = "Changer";
36
+ "BUTTON_TITLE_DONE" = "Terminé";
37
+
38
+ /// Text field label names
39
+ "FIELD_LABEL_CARD_HOLDER_NAME" = "Nom du titulaire de la carte";
40
+ "FIELD_LABEL_CREDIT_CARD_NUMBER" = "Numéro de carte de crédit";
41
+ "FIELD_LABEL_EXPIRY_DATE" = "Date d'expiration";
42
+ "FIELD_LABEL_CVV" = "Code de sécurité / CVV";
43
+ "FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Numéro de téléphone mobile";
44
+ "FIELD_LABEL_QRCODE" = "Code QR";
45
+ "FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Titulaire du compte";
46
+ "FIELD_LABEL_IBAN" = "IBAN";
47
+ "FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ou numéro de compte ";
48
+ "FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC ou code banque";
49
+ "FIELD_LABEL_SELECT_COUNTRY" = "Sélectionnez le pays";
50
+ "FIELD_LABEL_SELECT_BANK" = "Sélectionnez la banque ";
51
+ "FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Memoriser vos coordonnées de paiement pour une utilisation ultérieure";
52
+ "FIELD_LABEL_STORE_CARD_TYPE" = "Choisissez le type de carte";
53
+ "FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Nombre de versements";
54
+ "FIELD_LABEL_EMAIL" = "E-mail";
55
+ "FIELD_LABEL_COUNTRY_CODE" = "Indicatif du pays";
56
+ "FIELD_LABEL_NATIONAL_IDENTIFIER" = "Numéro de registre national";
57
+ "FIELD_LABEL_ACCOUNT_NUMBER" = "Numéro de compte";
58
+ "FIELD_LABEL_ACCOUNT_VERIFICATION" = "Vérification de compte";
59
+
60
+ /// Text field placeholders
61
+ "FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Nom tel qu'il apparaît sur la carte";
62
+ "FIELD_PLACEHOLDER_CARD_NUMBER" = "Numéro sur le devant de la carte";
63
+ "FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/AA ou MM/AAAA";
64
+ "FIELD_PLACEHOLDER_CVV_3_DIGITS" = "Code de 3 chiffres";
65
+ "FIELD_PLACEHOLDER_CVV_4_DIGITS" = "Code de 4 chiffres";
66
+ "FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Nom du titulaire du compte";
67
+ "FIELD_PLACEHOLDER_IBAN" = "Identifiant international de compte bancaire";
68
+ "FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ou numéro de compte ";
69
+ "FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC ou code banque";
70
+ "FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
71
+ "FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
72
+ "FIELD_PLACEHOLDER_EMAIL" = "E-mail";
73
+ "FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Numéro de registre national";
74
+ "FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Numéro de compte";
75
+ "FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Vérification de compte";
76
+
77
+ /// Text field errors
78
+ "FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Le nom du titulaire n'est pas valable";
79
+ "FIELD_ERROR_CARD_NUMBER_INVALID" = "Le numéro de carte saisi n'est pas valable";
80
+ "FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "La date d'expiration de la carte n'est pas valable, utilisez le format MM/AA ou MM/AAAA";
81
+ "FIELD_ERROR_CARD_EXPIRED" = "La carte est expirée";
82
+ "FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Le code de sécurité doit contenir les 3 derniers chiffres situés au dos de votre carte";
83
+ "FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Le code de sécurité doit contenir les 4 chiffres sur le devant de votre carte";
84
+ "FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Le nom du titulaire du compte n'est pas valable";
85
+ "FIELD_ERROR_IBAN_INVALID" = "Le IBAN n'est pas valable";
86
+ "FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "Le IBAN ou le numéro de compte n'est pas valable";
87
+ "FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "Le BIC ou code banque n'est pas valable";
88
+ "FIELD_ERROR_EMAIL_INVALID" = "E-mail non valide";
89
+ "FIELD_ERROR_MOBILE_PHONE_INVALID" = "Numéro de téléphone mobile non valide";
90
+ "FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Numéro de registre national n'est pas valable";
91
+ "FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Numéro de compte n'est pas valable";
92
+ "FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "La date d'expiration n'est pas valide, utilisez le format MM/AA ou MM/AAAA";
93
+ "FIELD_ERROR_ACCOUNT_EXPIRED" = "Le compte a expiré";
94
+
95
+ /// Payment method groups are displayed if tokens are received
96
+ "PAYMENT_METHOD_GROUP_STORED" = "Modes de paiement enregistrés";
97
+ "PAYMENT_METHOD_GROUP_OTHER" = "D'autres modes de paiement";
98
+ "PAYMENT_METHOD_GROUP_CARDS" = "Сarte de crédit/débit";
@@ -0,0 +1,88 @@
1
+ //
2
+ // Checkout.strings
3
+ // $$frameworkname$$
4
+ //
5
+
6
+ /// View controller titles
7
+ "VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Sélectionner le mode de paiement";
8
+ "VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Détails du paiement";
9
+ "VIEW_CONTROLLER_TITLE_PROCESSING" = "Traitement";
10
+
11
+ /// Form titles
12
+ "FORM_TITLE_PAYMENT_INFO" = "Informations de paiement";
13
+
14
+ /// Labels
15
+ "LABEL_TOTAL_AMOUNT" = "Montant total";
16
+ "LABEL_MBWAY_PUSH_NOTIFICATION" = "Une notification push sera envoyée à votre appareil.";
17
+ "LABEL_MBWAY_ACCEPT_PIN" = "Veuillez accepter la transaction avec votre code PIN MB WAY.";
18
+ "LABEL_TERMS_AND_CONDITIONS" = "Conditions d'utilisation";
19
+ "LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "J'ai lu et j'accepte les conditions d'utilisation";
20
+ "LABEL_SWEDISH" = "Suédois";
21
+ "LABEL_FINNISH" = "Finnois";
22
+
23
+ /// Messages
24
+ "MESSAGE_PLEASE_WAIT" = "Veuillez patienter";
25
+
26
+ /// Device owner authentication
27
+ "DEVICE_AUTH_REASON" = "Valider le paiement";
28
+
29
+ /// Button titles
30
+ "BUTTON_TITLE_PAY" = "Payer maintenant";
31
+ "BUTTON_TITLE_PAY_AMOUNT" = "Payer %@";
32
+ "BUTTON_TITLE_REGISTER" = "S'enregistrer";
33
+ "BUTTON_TITLE_CANCEL" = "Annuler";
34
+ "BUTTON_TITLE_BACK" = "Changer";
35
+ "BUTTON_TITLE_DONE" = "Terminé";
36
+
37
+ /// Text field label names
38
+ "FIELD_LABEL_CARD_HOLDER_NAME" = "Nom du titulaire de la carte";
39
+ "FIELD_LABEL_CREDIT_CARD_NUMBER" = "Numéro de carte de crédit";
40
+ "FIELD_LABEL_EXPIRY_DATE" = "Date d'expiration";
41
+ "FIELD_LABEL_CVV" = "Code de sécurité / CVV";
42
+ "FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Numéro de téléphone mobile";
43
+ "FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Titulaire du compte";
44
+ "FIELD_LABEL_IBAN" = "IBAN";
45
+ "FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ou numéro de compte";
46
+ "FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC ou code banque";
47
+ "FIELD_LABEL_SELECT_COUNTRY" = "Sélectionner le pays:";
48
+ "FIELD_LABEL_SELECT_BANK" = "Sélectionner l'institution bancaire:";
49
+ "FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Mémoriser les données de paiement pour utilisation ultérieure";
50
+ "FIELD_LABEL_STORE_CARD_TYPE" = "Choisissez le type de carte:";
51
+ "FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Nombre de versements";
52
+ "FIELD_LABEL_EMAIL" = "Courriel";
53
+ "FIELD_LABEL_COUNTRY_CODE" = "Indicatif du pays";
54
+ "FIELD_LABEL_NATIONAL_IDENTIFIER" = "Identifiant national";
55
+
56
+ /// Text field placeholders
57
+ "FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Nom tel qu'il apparaît sur la carte";
58
+ "FIELD_PLACEHOLDER_CARD_NUMBER" = "Numéro sur le devant de la carte";
59
+ "FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/AA ou MM/AAAA";
60
+ "FIELD_PLACEHOLDER_CVV_3_DIGITS" = "Code à 3 chiffres";
61
+ "FIELD_PLACEHOLDER_CVV_4_DIGITS" = "Code à 4 chiffres";
62
+ "FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Nom du titulaire du compte";
63
+ "FIELD_PLACEHOLDER_IBAN" = "Identifiant international de compte bancaire";
64
+ "FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ou numéro de compte";
65
+ "FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC ou code banque";
66
+ "FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xx";
67
+ "FIELD_PLACEHOLDER_EMAIL" = "Courriel";
68
+ "FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Identifiant national";
69
+
70
+ /// Text field errors
71
+ "FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Le nom du titulaire n'est pas valable";
72
+ "FIELD_ERROR_CARD_NUMBER_INVALID" = "Le numéro de carte saisi n'est pas valable";
73
+ "FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "La date d'expiration de la carte n'est pas valable, utilisez le format MM/AA ou MM/AAAA";
74
+ "FIELD_ERROR_CARD_EXPIRED" = "La carte est expirée";
75
+ "FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Le code de sécurité doit contenir les 3 derniers chiffres situés au dos de votre carte";
76
+ "FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Le code de sécurité doit contenir les 4 chiffres sur le devant de la carte";
77
+ "FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Le nom du titulaire du compte n'est pas valable";
78
+ "FIELD_ERROR_IBAN_INVALID" = "Le IBAN n'est pas valable";
79
+ "FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "Le IBAN ou le numéro de compte n'est pas valable";
80
+ "FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "Le BIC ou code banque n'est pas valable";
81
+ "FIELD_ERROR_EMAIL_INVALID" = "Adresse courriel non valable";
82
+ "FIELD_ERROR_MOBILE_PHONE_INVALID" = "Numéro de téléphone mobile non valable";
83
+ "FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Identifiant national non valable";
84
+
85
+ /// Payment method groups are displayed if tokens are received
86
+ "PAYMENT_METHOD_GROUP_STORED" = "Modes de paiement enregistrés";
87
+ "PAYMENT_METHOD_GROUP_OTHER" = "D'autres modes de paiement";
88
+ "PAYMENT_METHOD_GROUP_CARDS" = "Сarte de débit et de crédit";