react-native-hyperpay-sdk 0.39.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (920) hide show
  1. package/OPPWAMobile.xcframework/Info.plist +6 -4
  2. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/NSString+Security.h +13 -0
  3. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPAffirmProcessor.h +43 -0
  4. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPAfterpayUtil.h +19 -0
  5. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsComponent.h +23 -0
  6. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel+BrandDetection.h +16 -0
  7. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Validation.h +21 -0
  8. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Visibility.h +16 -0
  9. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel.h +47 -0
  10. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsProtocol.h +161 -0
  11. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+TextDelegate.h +19 -0
  12. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+Visibility.h +14 -0
  13. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel.h +48 -0
  14. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCashAppPayProcessor.h +35 -0
  15. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCheckoutApplePayContactType.h +12 -0
  16. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +164 -0
  17. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPConstants.h +33 -0
  18. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPErrors.h +302 -0
  19. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPFraudForceUtil.h +15 -0
  20. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPKlarnaPaymentViewWrapper.h +32 -0
  21. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +239 -0
  22. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSchemes.h +21 -0
  23. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSelectionComponent.h +15 -0
  24. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSelectionProtocol.h +27 -0
  25. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSelectionViewModel.h +20 -0
  26. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPTheme.h +24 -0
  27. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +22 -0
  28. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPViewController.h +17 -0
  29. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +6095 -0
  30. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPWAMobile.h +34 -0
  31. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Info.plist +0 -0
  32. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  33. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.abi.json +135011 -0
  34. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.private.swiftinterface +4335 -0
  35. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  36. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftinterface +4335 -0
  37. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/module.modulemap +11 -0
  38. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile +0 -0
  39. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
  40. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib +0 -0
  41. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib +0 -0
  42. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
  43. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBlikDetailsViewController.nib +0 -0
  44. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib +0 -0
  45. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib +0 -0
  46. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
  47. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardViewController.nib +0 -0
  48. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
  49. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
  50. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib +0 -0
  51. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
  52. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib +0 -0
  53. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
  54. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib +0 -0
  55. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib +0 -0
  56. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib +0 -0
  57. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib +0 -0
  58. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanHeaderCell.nib +0 -0
  59. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanTableViewCell.nib +0 -0
  60. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanView.nib +0 -0
  61. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanVisaLogoCell.nib +0 -0
  62. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstantPayDetailsViewController.nib +0 -0
  63. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib +0 -0
  64. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib +0 -0
  65. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
  66. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib +0 -0
  67. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib +0 -0
  68. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPOrSeparatorTableViewCell.nib +0 -0
  69. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
  70. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
  71. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib +0 -0
  72. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
  73. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib +0 -0
  74. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSelectionViewController.nib +0 -0
  75. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPRatePayDetailsViewController.nib +0 -0
  76. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib +0 -0
  77. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
  78. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib +0 -0
  79. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
  80. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib +0 -0
  81. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +160 -0
  82. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +159 -0
  83. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/copyandpay.html +21 -0
  84. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +171 -0
  85. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +172 -0
  86. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +172 -0
  87. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +165 -0
  88. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en-JP.lproj/OPPCheckout.strings +144 -0
  89. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +226 -0
  90. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +162 -0
  91. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +161 -0
  92. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +178 -0
  93. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +174 -0
  94. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +164 -0
  95. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +174 -0
  96. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +161 -0
  97. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +171 -0
  98. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +171 -0
  99. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
  100. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
  101. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
  102. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installmentPlans.json +70 -0
  103. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments.png +0 -0
  104. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@2x.png +0 -0
  105. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@3x.png +0 -0
  106. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +163 -0
  107. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +164 -0
  108. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +143 -0
  109. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/javascript.html +53 -0
  110. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +167 -0
  111. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +172 -0
  112. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +174 -0
  113. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +174 -0
  114. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +177 -0
  115. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +160 -0
  116. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +171 -0
  117. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +157 -0
  118. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +171 -0
  119. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +171 -0
  120. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +165 -0
  121. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/style.html +22 -0
  122. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +173 -0
  123. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +157 -0
  124. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
  125. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +161 -0
  126. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_MO.lproj/OPPCheckout.strings +226 -0
  127. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_TW.lproj/OPPCheckout.strings +226 -0
  128. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/PrivacyInfo.xcprivacy +17 -0
  129. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/NSString+Security.h +13 -0
  130. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPAffirmProcessor.h +43 -0
  131. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPAfterpayUtil.h +19 -0
  132. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsComponent.h +23 -0
  133. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel+BrandDetection.h +16 -0
  134. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Validation.h +21 -0
  135. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Visibility.h +16 -0
  136. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel.h +47 -0
  137. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsProtocol.h +161 -0
  138. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+TextDelegate.h +19 -0
  139. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+Visibility.h +14 -0
  140. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel.h +48 -0
  141. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCashAppPayProcessor.h +35 -0
  142. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutApplePayContactType.h +12 -0
  143. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +164 -0
  144. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPConstants.h +33 -0
  145. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPErrors.h +302 -0
  146. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPFraudForceUtil.h +15 -0
  147. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPKlarnaPaymentViewWrapper.h +32 -0
  148. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +239 -0
  149. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSchemes.h +21 -0
  150. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSelectionComponent.h +15 -0
  151. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSelectionProtocol.h +27 -0
  152. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSelectionViewModel.h +20 -0
  153. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTheme.h +24 -0
  154. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +22 -0
  155. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPViewController.h +17 -0
  156. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +12186 -0
  157. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile.h +34 -0
  158. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Info.plist +0 -0
  159. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
  160. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
  161. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.abi.json +135011 -0
  162. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +4335 -0
  163. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  164. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftinterface +4335 -0
  165. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.abi.json +135011 -0
  166. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +4335 -0
  167. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  168. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +4335 -0
  169. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/module.modulemap +11 -0
  170. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile +0 -0
  171. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
  172. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib +0 -0
  173. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib +0 -0
  174. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
  175. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBlikDetailsViewController.nib +0 -0
  176. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib +0 -0
  177. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib +0 -0
  178. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
  179. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardViewController.nib +0 -0
  180. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
  181. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
  182. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib +0 -0
  183. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
  184. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib +0 -0
  185. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
  186. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib +0 -0
  187. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib +0 -0
  188. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib +0 -0
  189. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib +0 -0
  190. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanHeaderCell.nib +0 -0
  191. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanTableViewCell.nib +0 -0
  192. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanView.nib +0 -0
  193. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanVisaLogoCell.nib +0 -0
  194. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstantPayDetailsViewController.nib +0 -0
  195. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib +0 -0
  196. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib +0 -0
  197. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
  198. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib +0 -0
  199. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib +0 -0
  200. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPOrSeparatorTableViewCell.nib +0 -0
  201. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
  202. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
  203. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib +0 -0
  204. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
  205. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib +0 -0
  206. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSelectionViewController.nib +0 -0
  207. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPRatePayDetailsViewController.nib +0 -0
  208. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib +0 -0
  209. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
  210. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib +0 -0
  211. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
  212. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib +0 -0
  213. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeDirectory +0 -0
  214. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources +2605 -0
  215. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +160 -0
  216. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +159 -0
  217. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/copyandpay.html +21 -0
  218. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +171 -0
  219. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +172 -0
  220. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +172 -0
  221. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +165 -0
  222. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en-JP.lproj/OPPCheckout.strings +144 -0
  223. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +226 -0
  224. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +162 -0
  225. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +161 -0
  226. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +178 -0
  227. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +174 -0
  228. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +164 -0
  229. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +174 -0
  230. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +161 -0
  231. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +171 -0
  232. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +171 -0
  233. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
  234. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
  235. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
  236. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installmentPlans.json +70 -0
  237. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments.png +0 -0
  238. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@2x.png +0 -0
  239. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@3x.png +0 -0
  240. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +163 -0
  241. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +164 -0
  242. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +143 -0
  243. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/javascript.html +53 -0
  244. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +167 -0
  245. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +172 -0
  246. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +174 -0
  247. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +174 -0
  248. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +177 -0
  249. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +160 -0
  250. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +171 -0
  251. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +157 -0
  252. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +171 -0
  253. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +171 -0
  254. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +165 -0
  255. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/style.html +22 -0
  256. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +173 -0
  257. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +157 -0
  258. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
  259. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +161 -0
  260. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_MO.lproj/OPPCheckout.strings +226 -0
  261. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_TW.lproj/OPPCheckout.strings +226 -0
  262. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/PrivacyInfo.xcprivacy +17 -0
  263. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/_CodeSignature/CodeResources +3137 -0
  264. package/README.md +293 -40
  265. package/android/build.gradle +13 -28
  266. package/android/libs/ipworks3ds_sdk_9625.aar +0 -0
  267. package/android/libs/ipworks3ds_sdk_9625_deploy.aar +0 -0
  268. package/android/libs/oppwa.mobile-7.11.0-release.aar +0 -0
  269. package/android/src/main/java/com/reactnativehyperpay/HyperPayModule.java +10 -33
  270. package/ios/HyperPay.m +1 -1
  271. package/ipworks3ds_sdk.xcframework/Info.plist +6 -4
  272. package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeDirectory +0 -0
  273. package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeRequirements +0 -0
  274. package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
  275. package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeResources +623 -0
  276. package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeSignature +0 -0
  277. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Assets.car +0 -0
  278. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +699 -0
  279. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Info.plist +0 -0
  280. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.abi.json +23902 -0
  281. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.private.swiftinterface +875 -0
  282. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  283. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftinterface +875 -0
  284. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
  285. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/PrivacyInfo.xcprivacy +44 -0
  286. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +1111 -0
  287. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
  288. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
  289. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
  290. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
  291. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
  292. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Assets.car +0 -0
  293. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +1394 -0
  294. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Info.plist +0 -0
  295. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.abi.json +23902 -0
  296. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +875 -0
  297. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  298. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftinterface +875 -0
  299. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.abi.json +23902 -0
  300. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +875 -0
  301. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  302. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +875 -0
  303. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
  304. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/PrivacyInfo.xcprivacy +44 -0
  305. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +1111 -0
  306. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
  307. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +387 -0
  308. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
  309. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
  310. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
  311. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
  312. package/package.json +1 -1
  313. package/react-native-hyperpay-sdk.podspec +3 -2
  314. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +0 -64
  315. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +0 -117
  316. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccount.h +0 -58
  317. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +0 -167
  318. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +0 -48
  319. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddress.h +0 -88
  320. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +0 -106
  321. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBinInfo.h +0 -63
  322. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCard.h +0 -68
  323. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +0 -164
  324. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +0 -77
  325. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +0 -156
  326. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +0 -189
  327. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +0 -239
  328. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +0 -62
  329. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPErrors.h +0 -211
  330. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +0 -74
  331. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +0 -124
  332. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +0 -48
  333. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +0 -41
  334. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +0 -66
  335. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +0 -56
  336. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentButton.h +0 -53
  337. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentParams.h +0 -91
  338. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +0 -212
  339. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +0 -60
  340. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +0 -68
  341. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +0 -108
  342. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +0 -27
  343. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPToken.h +0 -121
  344. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +0 -89
  345. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTransaction.h +0 -121
  346. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +0 -60
  347. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +0 -1100
  348. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile.h +0 -56
  349. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +0 -80
  350. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +0 -71
  351. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Info.plist +0 -0
  352. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm.swiftsourceinfo +0 -0
  353. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  354. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
  355. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7-apple-ios.swiftsourceinfo +0 -0
  356. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7.swiftsourceinfo +0 -0
  357. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftdoc +0 -0
  358. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftinterface +0 -116
  359. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  360. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftinterface +0 -116
  361. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
  362. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +0 -116
  363. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
  364. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftinterface +0 -116
  365. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftdoc +0 -0
  366. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftinterface +0 -116
  367. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/module.modulemap +0 -11
  368. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile +0 -0
  369. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
  370. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
  371. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
  372. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
  373. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
  374. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
  375. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
  376. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
  377. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
  378. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
  379. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
  380. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
  381. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
  382. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
  383. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
  384. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
  385. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
  386. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
  387. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
  388. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
  389. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
  390. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
  391. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
  392. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
  393. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
  394. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
  395. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
  396. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
  397. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
  398. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
  399. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
  400. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
  401. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
  402. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
  403. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
  404. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
  405. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
  406. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
  407. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
  408. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
  409. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
  410. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
  411. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
  412. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
  413. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
  414. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
  415. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
  416. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
  417. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
  418. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
  419. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
  420. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
  421. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
  422. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
  423. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
  424. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
  425. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
  426. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +0 -91
  427. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +0 -90
  428. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +0 -102
  429. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +0 -102
  430. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +0 -102
  431. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +0 -95
  432. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +0 -153
  433. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +0 -92
  434. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +0 -92
  435. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +0 -107
  436. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +0 -98
  437. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +0 -88
  438. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +0 -104
  439. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +0 -92
  440. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +0 -102
  441. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +0 -102
  442. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
  443. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
  444. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
  445. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +0 -92
  446. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +0 -94
  447. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +0 -74
  448. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +0 -98
  449. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +0 -103
  450. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +0 -104
  451. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +0 -104
  452. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +0 -103
  453. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +0 -91
  454. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +0 -102
  455. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +0 -91
  456. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +0 -102
  457. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +0 -102
  458. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +0 -96
  459. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +0 -103
  460. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +0 -88
  461. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
  462. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +0 -92
  463. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +0 -64
  464. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +0 -117
  465. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccount.h +0 -58
  466. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +0 -167
  467. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +0 -48
  468. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddress.h +0 -88
  469. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +0 -106
  470. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBinInfo.h +0 -63
  471. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCard.h +0 -68
  472. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +0 -164
  473. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +0 -77
  474. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +0 -156
  475. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +0 -189
  476. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +0 -239
  477. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +0 -62
  478. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPErrors.h +0 -211
  479. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +0 -74
  480. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +0 -124
  481. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +0 -48
  482. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +0 -41
  483. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +0 -66
  484. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +0 -56
  485. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentButton.h +0 -53
  486. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentParams.h +0 -91
  487. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +0 -212
  488. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +0 -60
  489. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +0 -68
  490. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +0 -108
  491. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +0 -27
  492. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPToken.h +0 -121
  493. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +0 -89
  494. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTransaction.h +0 -121
  495. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +0 -60
  496. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +0 -1649
  497. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile.h +0 -56
  498. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +0 -80
  499. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +0 -71
  500. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Info.plist +0 -0
  501. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
  502. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
  503. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386-apple-ios-simulator.swiftsourceinfo +0 -0
  504. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386.swiftsourceinfo +0 -0
  505. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
  506. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64.swiftsourceinfo +0 -0
  507. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  508. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -116
  509. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
  510. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +0 -116
  511. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
  512. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftinterface +0 -116
  513. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftdoc +0 -0
  514. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftinterface +0 -116
  515. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  516. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -116
  517. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftdoc +0 -0
  518. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftinterface +0 -116
  519. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/module.modulemap +0 -11
  520. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile +0 -0
  521. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
  522. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
  523. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
  524. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
  525. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
  526. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
  527. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
  528. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
  529. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
  530. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
  531. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
  532. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
  533. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
  534. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
  535. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
  536. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
  537. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
  538. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
  539. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
  540. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
  541. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
  542. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
  543. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
  544. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
  545. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
  546. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
  547. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
  548. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
  549. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
  550. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
  551. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
  552. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
  553. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
  554. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
  555. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
  556. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
  557. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
  558. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
  559. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
  560. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
  561. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
  562. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
  563. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
  564. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
  565. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
  566. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
  567. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
  568. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
  569. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
  570. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
  571. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
  572. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
  573. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
  574. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
  575. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeDirectory +0 -0
  576. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements-1 +0 -0
  577. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources +0 -3479
  578. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
  579. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
  580. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
  581. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +0 -91
  582. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +0 -90
  583. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +0 -102
  584. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +0 -102
  585. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +0 -102
  586. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +0 -95
  587. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +0 -153
  588. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +0 -92
  589. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +0 -92
  590. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +0 -107
  591. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +0 -98
  592. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +0 -88
  593. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +0 -104
  594. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +0 -92
  595. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +0 -102
  596. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +0 -102
  597. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
  598. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
  599. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
  600. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +0 -92
  601. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +0 -94
  602. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +0 -74
  603. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +0 -98
  604. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +0 -103
  605. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +0 -104
  606. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +0 -104
  607. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +0 -103
  608. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +0 -91
  609. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +0 -102
  610. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +0 -91
  611. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +0 -102
  612. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +0 -102
  613. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +0 -96
  614. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +0 -103
  615. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +0 -88
  616. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
  617. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +0 -92
  618. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/_CodeSignature/CodeResources +0 -4503
  619. package/android/.gradle/7.4/checksums/checksums.lock +0 -0
  620. package/android/.gradle/7.4/checksums/md5-checksums.bin +0 -0
  621. package/android/.gradle/7.4/checksums/sha1-checksums.bin +0 -0
  622. package/android/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
  623. package/android/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
  624. package/android/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
  625. package/android/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
  626. package/android/.gradle/7.4/fileChanges/last-build.bin +0 -0
  627. package/android/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
  628. package/android/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
  629. package/android/.gradle/7.4/fileHashes/resourceHashesCache.bin +0 -0
  630. package/android/.gradle/7.4/gc.properties +0 -0
  631. package/android/.gradle/7.4.2/checksums/checksums.lock +0 -0
  632. package/android/.gradle/7.4.2/checksums/md5-checksums.bin +0 -0
  633. package/android/.gradle/7.4.2/checksums/sha1-checksums.bin +0 -0
  634. package/android/.gradle/7.4.2/dependencies-accessors/dependencies-accessors.lock +0 -0
  635. package/android/.gradle/7.4.2/dependencies-accessors/gc.properties +0 -0
  636. package/android/.gradle/7.4.2/executionHistory/executionHistory.lock +0 -0
  637. package/android/.gradle/7.4.2/fileChanges/last-build.bin +0 -0
  638. package/android/.gradle/7.4.2/fileHashes/fileHashes.lock +0 -0
  639. package/android/.gradle/7.4.2/gc.properties +0 -0
  640. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  641. package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  642. package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  643. package/android/.gradle/file-system.probe +0 -0
  644. package/android/.gradle/vcs-1/gc.properties +0 -0
  645. package/android/.idea/compiler.xml +0 -6
  646. package/android/.idea/gradle.xml +0 -18
  647. package/android/.idea/misc.xml +0 -9
  648. package/android/.idea/vcs.xml +0 -6
  649. package/android/libs/ipworks3ds_sdk.aar +0 -0
  650. package/android/libs/ipworks3ds_sdk_deploy.aar +0 -0
  651. package/android/libs/oppwa.mobile-4.6.0-release.aar +0 -0
  652. package/android/local.properties +0 -8
  653. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Assets.car +0 -0
  654. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +0 -1242
  655. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Info.plist +0 -0
  656. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  657. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftinterface +0 -759
  658. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
  659. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftinterface +0 -759
  660. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/module.modulemap +0 -11
  661. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +0 -410
  662. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +0 -22
  663. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +0 -282
  664. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
  665. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
  666. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
  667. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
  668. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Assets.car +0 -0
  669. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +0 -1862
  670. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Info.plist +0 -0
  671. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  672. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -759
  673. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
  674. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftinterface +0 -759
  675. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  676. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -759
  677. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/module.modulemap +0 -11
  678. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +0 -410
  679. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +0 -22
  680. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +0 -312
  681. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
  682. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
  683. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
  684. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
  685. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +0 -0
  686. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
  687. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
  688. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
  689. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
  690. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
  691. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
  692. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
  693. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
  694. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
  695. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
  696. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
  697. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
  698. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
  699. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
  700. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
  701. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
  702. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
  703. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
  704. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
  705. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
  706. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
  707. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
  708. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
  709. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
  710. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
  711. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
  712. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
  713. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
  714. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
  715. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
  716. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
  717. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
  718. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
  719. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
  720. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
  721. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
  722. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
  723. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
  724. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
  725. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
  726. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
  727. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
  728. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
  729. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
  730. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
  731. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
  732. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
  733. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
  734. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
  735. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
  736. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
  737. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
  738. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
  739. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
  740. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
  741. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
  742. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
  743. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
  744. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
  745. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
  746. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
  747. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
  748. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
  749. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
  750. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
  751. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
  752. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
  753. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
  754. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
  755. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
  756. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
  757. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
  758. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
  759. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
  760. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
  761. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
  762. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
  763. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
  764. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
  765. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
  766. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
  767. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
  768. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
  769. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
  770. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
  771. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
  772. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
  773. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
  774. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
  775. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
  776. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
  777. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
  778. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
  779. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
  780. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
  781. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
  782. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
  783. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
  784. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
  785. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
  786. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
  787. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
  788. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
  789. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
  790. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
  791. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
  792. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
  793. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
  794. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
  795. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
  796. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
  797. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
  798. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
  799. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
  800. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
  801. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
  802. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +0 -0
  803. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements +0 -0
  804. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeSignature +0 -0
  805. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
  806. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
  807. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
  808. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
  809. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
  810. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
  811. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
  812. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
  813. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
  814. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
  815. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
  816. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
  817. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
  818. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
  819. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
  820. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
  821. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
  822. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
  823. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
  824. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
  825. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
  826. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
  827. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
  828. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
  829. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
  830. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
  831. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
  832. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
  833. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
  834. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
  835. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
  836. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
  837. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
  838. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
  839. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
  840. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
  841. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
  842. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
  843. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
  844. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
  845. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
  846. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
  847. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
  848. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
  849. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
  850. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
  851. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
  852. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
  853. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
  854. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
  855. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
  856. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
  857. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
  858. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
  859. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
  860. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
  861. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
  862. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
  863. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
  864. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
  865. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
  866. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
  867. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
  868. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
  869. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
  870. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
  871. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
  872. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
  873. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
  874. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
  875. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
  876. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
  877. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
  878. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
  879. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
  880. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
  881. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
  882. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
  883. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
  884. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
  885. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
  886. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
  887. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
  888. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
  889. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
  890. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
  891. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
  892. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
  893. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
  894. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
  895. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
  896. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
  897. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
  898. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
  899. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
  900. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
  901. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
  902. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
  903. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
  904. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
  905. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
  906. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
  907. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
  908. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
  909. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
  910. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
  911. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
  912. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
  913. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
  914. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
  915. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
  916. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
  917. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
  918. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
  919. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
  920. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
@@ -0,0 +1,162 @@
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
+ "VIEW_CONTROLLER_TITLE_ADDRESS" = "Dirección de Envio";
11
+
12
+ /// Labels
13
+ "LABEL_TOTAL_AMOUNT" = "Monto total";
14
+ "LABEL_MBWAY_PUSH_NOTIFICATION" = "Se enviará una notificación automática a su dispositivo.";
15
+ "LABEL_MBWAY_ACCEPT_PIN" = "Por favor, acepte la transacción con su PIN MB WAY.";
16
+ "LABEL_TERMS_AND_CONDITIONS" = "Términos y condiciones";
17
+ "LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "He leído y acepto los términos y condiciones";
18
+ "LABEL_SWEDISH" = "Sueco";
19
+ "LABEL_FINNISH" = "Finés";
20
+ "LABEL_FULL_AMOUNT" = "IMPORTE TOTAL";
21
+ "LABEL_PROCESSING_FEE" = "Tarifa de procesamiento:";
22
+ "LABEL_MONTHLY_RATE" = "Tarifa Mensual:";
23
+ "LABEL_WEEKLY_RATE" = "Tarifa Semanal:";
24
+ "LABEL_MONTHS" = "MESES";
25
+ "LABEL_WEEKS" = "SEMANAS";
26
+ "LABEL_MONTH" = "mes";
27
+ "LABEL_WEEK" = "semana";
28
+
29
+ /// Messages
30
+ "MESSAGE_PLEASE_WAIT" = "Espere por favor";
31
+
32
+ /// Button titles
33
+ "BUTTON_TITLE_PAY" = "PAGUE AHORA";
34
+ "BUTTON_TITLE_PAY_AMOUNT" = "Pagar %@";
35
+ "BUTTON_TITLE_REGISTER" = "Registro";
36
+ "BUTTON_TITLE_CANCEL" = "Cancelar";
37
+ "BUTTON_TITLE_BACK" = "Cambiar";
38
+ "BUTTON_TITLE_DONE" = "Finalizar";
39
+ "BUTTON_TITLE_CONFIRM" = "Confirmar";
40
+
41
+ /// Device owner authentication
42
+ "DEVICE_AUTH_REASON" = "Para confirmar el pago";
43
+
44
+ /// Text field label names
45
+ "FIELD_LABEL_CARD_HOLDER_NAME" = "Nombre del titular de la tarjeta";
46
+ "FIELD_LABEL_CREDIT_CARD_NUMBER" = "Número de tarjeta de crédito";
47
+ "FIELD_LABEL_EXPIRY_DATE" = "Fecha de caducidad";
48
+ "FIELD_LABEL_CVV" = "Código de seguridad o CVV";
49
+ "FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Número de teléfono móvil";
50
+ "FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Titular de la cuenta";
51
+ "FIELD_LABEL_IBAN" = "IBAN";
52
+ "FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN o número de cuenta";
53
+ "FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC o Código de Banco";
54
+ "FIELD_LABEL_SELECT_BANK" = "Seleccionar Banco";
55
+ "FIELD_LABEL_SELECT_COUNTRY" = "Seleccionar país";
56
+ "FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Guardar detalles de pago para uso futuro";
57
+ "FIELD_LABEL_STORE_CARD_TYPE" = "Seleccionar tarjeta";
58
+ "FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Número de plazos";
59
+ "FIELD_LABEL_EMAIL" = "Correo electrónico";
60
+ "FIELD_LABEL_COUNTRY_CODE" = "Prefijo telefónico internacional";
61
+ "FIELD_LABEL_NATIONAL_IDENTIFIER" = "Identificador nacional";
62
+ "FIELD_LABEL_DATE_OF_BIRTH" = "Fecha de nacimiento";
63
+ "FIELD_LABEL_ROUTING_NUMBER" = "Número de ruta";
64
+ "FIELD_LABEL_OTP" = "Introduce el código de tu aplicación bancaria";
65
+ "FIELD_LABEL_BLIK_ACCESSIBILITY" = "Por favor ingresa tu código Blik";
66
+ "FIELD_LABEL_CARD_NUMBER" = "Número de tarjeta";
67
+ "FIELD_LABEL_DEBIT_CARD_NUMBER" = "Número de tarjeta de débito";
68
+
69
+ /// Text field placeholders
70
+ "FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Nombre como aparece en la tarjeta";
71
+ "FIELD_PLACEHOLDER_CARD_NUMBER" = "Número largo en el frente de tu tarjeta";
72
+ "FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/AA o MM/AAAA";
73
+ "FIELD_PLACEHOLDER_CVV_3_DIGITS" = "Código de 3 dígitos";
74
+ "FIELD_PLACEHOLDER_CVV_4_DIGITS" = "Código de 4 dígitos";
75
+ "FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "nombre del titular de la cuenta";
76
+ "FIELD_PLACEHOLDER_IBAN" = "Numero de cuenta de Banco Internacional";
77
+ "FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN o número de cuenta";
78
+ "FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC o Código de Banco";
79
+ "FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xx";
80
+ "FIELD_PLACEHOLDER_EMAIL" = "Correo electrónico";
81
+ "FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Identificador nacional";
82
+ "FIELD_PLACEHOLDER_DATE_OF_BIRTH" = "DD.MM.AAAA";
83
+ "FIELD_PLACEHOLDER_OPTIONAL" = "(Opcional)";
84
+ "FIELD_PLACEHOLDER_COUNTRY" = "País";
85
+ "FIELD_PLACEHOLDER_STATE" = "Estado";
86
+ "FIELD_PLACEHOLDER_CITY" = "Ciudad";
87
+ "FIELD_PLACEHOLDER_POSTCODE" = "Código postal/ZIP";
88
+ "FIELD_PLACEHOLDER_STREET1" = "Dirección (Línea 1";
89
+ "FIELD_PLACEHOLDER_STREET2" = "Dirección de calle Linea 2";
90
+ "FIELD_PLACEHOLDER_ROUTING_NUMBER" = "Número de ruta";
91
+
92
+ /// Text field errors
93
+ "FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Nombre del titular de la tarjeta no es válido";
94
+ "FIELD_ERROR_CARD_NUMBER_INVALID" = "Número de tarjeta introducido no es válido";
95
+ "FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Fecha de caducidad de la tarjeta no es válida, utilice el formato MM/AA o MM/AAAA";
96
+ "FIELD_ERROR_CARD_EXPIRED" = "La tarjeta ha caducado";
97
+ "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";
98
+ "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";
99
+ "FIELD_ERROR_MOBILE_PHONE_INVALID" = "Número de teléfono móvil inválido";
100
+ "FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "El nombre del titular de la cuenta no es válido";
101
+ "FIELD_ERROR_IBAN_INVALID" = "IBAN no es válido";
102
+ "FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "IBAN o número de cuenta no es válido";
103
+ "FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "BIC o código bancario no es válido";
104
+ "FIELD_ERROR_EMAIL_INVALID" = "Correo electrónico inválido";
105
+ "FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Identificador nacional inválido";
106
+ "FIELD_ERROR_DATE_OF_BIRTH_INVALID" = "Fecha de nacimiento no es válida. DD.MM.AAAA esperado";
107
+ "FIELD_ERROR_ADDRESS_INVALID" = "Haga clic aquí para la dirección de facturación";
108
+ "FIELD_ERROR_COUNTY_CODE_INVALID" = "Código de país no válido";
109
+ "FIELD_ERROR_ROUTING_NUMBER_INVALID" = "El número de ruta no es válido";
110
+ "FIELD_ERROR_BANK_CODE_INVALID" = "Ingrese un código válido de 6 dígitos";
111
+
112
+ /// Payment method groups are displayed if tokens are received
113
+ "PAYMENT_METHOD_GROUP_STORED" = "Métodos de pago almacenados";
114
+ "PAYMENT_METHOD_GROUP_OTHER" = "Otros métodos de pago";
115
+ "PAYMENT_METHOD_GROUP_CARDS" = "Tarjeta de débito / crédito";
116
+
117
+ /// Payment method names
118
+ "PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "Débito directo SEPA";
119
+ "PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYNOW" = "Transferencia";
120
+ "PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_ONE" = "Paga con Klarna";
121
+
122
+ /// Copy and Pay WebView
123
+ "FIELD_PLACEHOLDER_EXPIRY_DATE_WEB" = "Usar formato MM/AA";
124
+ "FIELD_PLACEHOLDER_CVV_WEB" = "Utilice un código de 3 o 4 dígitos";
125
+ "FIELD_ERROR_CARD_EXPIRY_DATE_INVALID_WEB" = "La fecha de caducidad de la tarjeta no es válida, utilice el formato MM/AA";
126
+ "FIELD_ERROR_CARD_CVV_INVALID_WEB" = "El código de seguridad debe contener 3 o 4 dígitos";
127
+
128
+ /// Accessibility
129
+ "ACCESSIBILITY_SCAN_CARD" = "escanear una tarjeta";
130
+ "ACCESSIBILITY_CANCEL_CHECKOUT" = "Cancelar pago";
131
+ "ACCESSIBILITY_PAY_WITH_STORED_PAYMENT_METHOD" = "Pagar con el método de pago almacenado";
132
+ "ACCESSIBILITY_PAY_WITH" = "Pagar con";
133
+ "ACCESSIBILITY_INSTALLMENT_PLAN" = "Plan de pago a plazos";
134
+ "ACCESSIBILITY_INSTALLMENT_ENABLED_BY_VISA" = "Pago en cuotas habilitado por Visa";
135
+
136
+ /// Card Scanning
137
+ "ALERT_TITLE_CARD_SCANNING_FAILED" = "Error al escanear la tarjeta";
138
+ "LABEL_CARD_SCAN_HOLD_HERE" = "Mantenga la tarjeta aquí.\y se escaneará automáticamente";
139
+ "BUTTON_TITLE_OK" = "DE ACUERDO";
140
+
141
+ /// PayTo Payment Method
142
+ "FIELD_LABEL_BSB_CODE" = "BSB";
143
+ "FIELD_PLACEHOLDER_BSB_CODE" = "BSB";
144
+ "FIELD_ERROR_BSB_CODE_INVALID" = "BSB no válido";
145
+ "LABEL_PAYTO_SELECT_PAYID" = "Seleccione el PayID de las siguientes opciones:";
146
+ "ACCESSIBILITY_SELECT_PAYID_HINT" = "Al tocar este botón, se abrirá una hoja deslizante para seleccionar el identificador de pago";
147
+
148
+ /// Identification Payment Method
149
+ "LABEL_SELECT_DOCTYPE" = "Seleccione el tipo de documento de identificación de las siguientes opciones:";
150
+ "FIELD_LABEL_IDCARD_NUMBER" = "Número de documento de identidad";
151
+ "FIELD_LABEL_PASSPORT_NUMBER" = "Número de pasaporte";
152
+ "FIELD_LABEL_TAXSTATEMENT_NUMBER" = "Número de declaración de impuestos";
153
+ "FIELD_PLACEHOLDER_IDCARD_NUMBER" = "Número de documento de identidad";
154
+ "FIELD_PLACEHOLDER_PASSPORT_NUMBER" = "Número de pasaporte";
155
+ "FIELD_PLACEHOLDER_TAXSTATEMENT_NUMBER" = "Número de declaración de impuestos";
156
+ "FIELD_ERROR_IDCARD_NUMBER_INVALID" = "Número de documento de identidad no válido";
157
+ "FIELD_ERROR_PASSPORT_NUMBER_INVALID" = "Número de pasaporte no válido";
158
+ "FIELD_ERROR_TAXSTATEMENT_NUMBER_INVALID" = "Número de declaración de impuestos no válido";
159
+ "FIELD_LABEL_IDCARD" = "Documento de identidad";
160
+ "FIELD_LABEL_PASSPORT" = "Pasaporte";
161
+ "FIELD_LABEL_TAXSTATEMENT" = "Declaración de impuestos";
162
+ "ACCESSIBILITY_SELECT_DOCTYPE_HINT" = "Al tocar este botón, se abrirá una hoja deslizante para seleccionar el tipo de documento";
@@ -0,0 +1,161 @@
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
+ "VIEW_CONTROLLER_TITLE_ADDRESS" = "Faktura helbidea";
11
+
12
+ /// Labels
13
+ "LABEL_TOTAL_AMOUNT" = "Guztira";
14
+ "LABEL_MBWAY_PUSH_NOTIFICATION" = "Jakinarazpen automatiko bat bidaliko da zure gailura.";
15
+ "LABEL_MBWAY_ACCEPT_PIN" = "Mesedez, onartu transakzioa PIN MB WAY erabiliz.";
16
+ "LABEL_TERMS_AND_CONDITIONS" = "Baldintzak eta betebeharrak";
17
+ "LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Baldintzak eta betebeharrak irakurri eta onartzen ditut";
18
+ "LABEL_SWEDISH" = "Suediera";
19
+ "LABEL_FINNISH" = "Finlandiera";
20
+ "LABEL_FULL_AMOUNT" = "ZENBATEKO OSOA";
21
+ "LABEL_PROCESSING_FEE" = "Prozesatzeko kuota:";
22
+ "LABEL_MONTHLY_RATE" = "Hileko tarifa:";
23
+ "LABEL_WEEKLY_RATE" = "Asteko tarifa:";
24
+ "LABEL_MONTHS" = "HILABETEAK";
25
+ "LABEL_WEEKS" = "ASTEAK";
26
+ "LABEL_MONTH" = "hilabetea";
27
+ "LABEL_WEEK" = "astea";
28
+
29
+ /// Messages
30
+ "MESSAGE_PLEASE_WAIT" = "Itxaron, mesedez";
31
+
32
+ /// Device owner authentication
33
+ "DEVICE_AUTH_REASON" = "Ordainketa baieztatzeko";
34
+
35
+ /// Button titles
36
+ "BUTTON_TITLE_PAY" = "ORDAINDU ORAIN";
37
+ "BUTTON_TITLE_PAY_AMOUNT" = "Ordaindu %@";
38
+ "BUTTON_TITLE_REGISTER" = "Erregistratu";
39
+ "BUTTON_TITLE_CANCEL" = "Utzi";
40
+ "BUTTON_TITLE_BACK" = "Aldatu";
41
+ "BUTTON_TITLE_DONE" = "Done";
42
+ "BUTTON_TITLE_CONFIRM" = "Berretsi";
43
+
44
+ /// Text field label names
45
+ "FIELD_LABEL_CARD_HOLDER_NAME" = "Txartela-titularraren izena";
46
+ "FIELD_LABEL_CREDIT_CARD_NUMBER" = "Kreditu-txartelaren zenbakia";
47
+ "FIELD_LABEL_EXPIRY_DATE" = "Iraungitze-data";
48
+ "FIELD_LABEL_CVV" = "Segurtasun-kodea edo CVV-a";
49
+ "FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Telefono mugikorraren";
50
+ "FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Kontuaren titularra";
51
+ "FIELD_LABEL_IBAN" = "IBAN";
52
+ "FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN-a edo kontu-zenbakia";
53
+ "FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC-a edo banku-kodea";
54
+ "FIELD_LABEL_SELECT_COUNTRY" = "Aukeratu herrialdea";
55
+ "FIELD_LABEL_SELECT_BANK" = "Aukeratu bankua";
56
+ "FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Gorde ordainketaren xehetasunak etorkizunean erabiltzeko";
57
+ "FIELD_LABEL_STORE_CARD_TYPE" = "Aukeratu txartela-mota";
58
+ "FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Epeak";
59
+ "FIELD_LABEL_EMAIL" = "Helbide elektronikoa";
60
+ "FIELD_LABEL_COUNTRY_CODE" = "Herrialde-kodea";
61
+ "FIELD_LABEL_NATIONAL_IDENTIFIER" = "Identifikatzaile nazionala";
62
+ "FIELD_LABEL_DATE_OF_BIRTH" = "Jaioteguna";
63
+ "FIELD_LABEL_ROUTING_NUMBER" = "bideratze zenbakia";
64
+ "FIELD_LABEL_OTP" = "Sartu zure banku-aplikazioko kodea";
65
+ "FIELD_LABEL_BLIK_ACCESSIBILITY" = "Mesedez, sartu zure Blik kodea";
66
+ "FIELD_LABEL_CARD_NUMBER" = "Txartelaren zenbakia";
67
+ "FIELD_LABEL_DEBIT_CARD_NUMBER" = "Zordunketa-txartelaren zenbakia";
68
+
69
+ /// Text field placeholders
70
+ "FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Txartelean agertzen den izena";
71
+ "FIELD_PLACEHOLDER_CARD_NUMBER" = "Txartelaren aurrealdeko zenbaki luzea";
72
+ "FIELD_PLACEHOLDER_EXPIRY_DATE" = "HH/UU edo HH/UUUU";
73
+ "FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3 digituko kodea";
74
+ "FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4 digituko kodea";
75
+ "FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Kontu-titularraren izena";
76
+ "FIELD_PLACEHOLDER_IBAN" = "Banku-kontuaren kode internazionala";
77
+ "FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN-a edo kontu-zenbakia";
78
+ "FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC-a edo banku-kodea";
79
+ "FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
80
+ "FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
81
+ "FIELD_PLACEHOLDER_EMAIL" = "Helbide elektronikoa";
82
+ "FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Identifikatzaile nazionala";
83
+ "FIELD_PLACEHOLDER_DATE_OF_BIRTH" = "DD.MM.YYYY";
84
+ "FIELD_PLACEHOLDER_OPTIONAL" = "(aukerakoa)";
85
+ "FIELD_PLACEHOLDER_COUNTRY" = "Herrialdea";
86
+ "FIELD_PLACEHOLDER_STATE" = "Estatu";
87
+ "FIELD_PLACEHOLDER_CITY" = "Hiria";
88
+ "FIELD_PLACEHOLDER_POSTCODE" = "Zip / Posta Kodea";
89
+ "FIELD_PLACEHOLDER_STREET1" = "Helbidea 1. linea";
90
+ "FIELD_PLACEHOLDER_STREET2" = "Helbidea 2. linea";
91
+ "FIELD_PLACEHOLDER_ROUTING_NUMBER" = "bideratze zenbakia";
92
+
93
+ /// Text field errors
94
+ "FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Txartela-titularraren izenak ez du balio";
95
+ "FIELD_ERROR_CARD_NUMBER_INVALID" = "Txartela-zenbakiak ez du balio";
96
+ "FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Txartelaren iraungitze-datak ez du balio, erabili HH/UU edo HH/UUUU formatua";
97
+ "FIELD_ERROR_CARD_EXPIRED" = "Txartela iraungi da";
98
+ "FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Segurtasun-kodea txartelaren atzealdeko azken 3 digituak izan behar ditu";
99
+ "FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Segurtasun-kodea txartelaren aurrealdeko 4 digituak izan behar ditu";
100
+ "FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Kontu-titularraren izenak ez du balio";
101
+ "FIELD_ERROR_IBAN_INVALID" = "IBAN-ak ez du balio";
102
+ "FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "IBAN-ak edo kontu-zenbakiak ez du balio";
103
+ "FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "BIC-ak edo banku-kodeak ez du balio";
104
+ "FIELD_ERROR_EMAIL_INVALID" = "Helbide elektronikoak ez du balio";
105
+ "FIELD_ERROR_MOBILE_PHONE_INVALID" = "Telefono zenbakiak ez du balio";
106
+ "FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Identifikatzaile nazionalak ez du balio";
107
+ "FIELD_ERROR_DATE_OF_BIRTH_INVALID" = "Jaiotze data baliogabea. DD.MM.YYYY espero zen";
108
+ "FIELD_ERROR_ADDRESS_INVALID" = "Egin klik hemen Fakturazio helbidea ikusteko";
109
+ "FIELD_ERROR_COUNTY_CODE_INVALID" = "Herrialde-kode baliogabea";
110
+ "FIELD_ERROR_ROUTING_NUMBER_INVALID" = "Bideratze-zenbakia ez da baliozkoa";
111
+ "FIELD_ERROR_BANK_CODE_INVALID" = "Sartu 6 digituko baliozko kodea";
112
+
113
+ /// Payment method groups are displayed if tokens are received
114
+ "PAYMENT_METHOD_GROUP_STORED" = "Gordetako ordaintzeko moduak";
115
+ "PAYMENT_METHOD_GROUP_OTHER" = "Beste ordaintzeko moduak";
116
+ "PAYMENT_METHOD_GROUP_CARDS" = "Kreditu/zordunketa-txartelak";
117
+
118
+ /// Payment method names
119
+ "PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "SEPA zordunketa zuzena";
120
+
121
+ /// Copy and Pay WebView
122
+ "FIELD_PLACEHOLDER_EXPIRY_DATE_WEB" = "Erabili MM/YY formatua";
123
+ "FIELD_PLACEHOLDER_CVV_WEB" = "Erabili 3 edo 4 digituko kodea";
124
+ "FIELD_ERROR_CARD_EXPIRY_DATE_INVALID_WEB" = "Txartelaren iraungitze data ez da baliozkoa, erabili MM/YY formatua";
125
+ "FIELD_ERROR_CARD_CVV_INVALID_WEB" = "Segurtasun-kodeak 3 edo 4 zifra izan behar ditu";
126
+
127
+ /// Accessibility
128
+ "ACCESSIBILITY_SCAN_CARD" = "Eskaneatu txartel bat";
129
+ "ACCESSIBILITY_CANCEL_CHECKOUT" = "Utzi ordainketa egiteko";
130
+ "ACCESSIBILITY_PAY_WITH_STORED_PAYMENT_METHOD" = "Ordaindu gordetako ordainketa-metodoarekin";
131
+ "ACCESSIBILITY_PAY_WITH" = "Ordaindu";
132
+ "ACCESSIBILITY_INSTALLMENT_PLAN" = "Zatikako Plana";
133
+ "ACCESSIBILITY_INSTALLMENT_ENABLED_BY_VISA" = "Visak gaitutako zatikako ordainketa";
134
+
135
+ /// Card Scanning
136
+ "ALERT_TITLE_CARD_SCANNING_FAILED" = "Txartela eskaneatzea huts egin du";
137
+ "LABEL_CARD_SCAN_HOLD_HERE" = "Eutsi txartela hemen.\eta automatikoki eskaneatuko da";
138
+ "BUTTON_TITLE_OK" = "Ados";
139
+
140
+ /// PayTo Payment Method
141
+ "FIELD_LABEL_BSB_CODE" = "BSB";
142
+ "FIELD_PLACEHOLDER_BSB_CODE" = "BSB";
143
+ "FIELD_ERROR_BSB_CODE_INVALID" = "BSB baliogabea";
144
+ "LABEL_PAYTO_SELECT_PAYID" = "Aukeratu PayID hurrengo aukeren artean:";
145
+ "ACCESSIBILITY_SELECT_PAYID_HINT" = "Botoi hau sakatzean, irristatzeko panel bat irekiko da ordainketa‑IDa hautatzeko";
146
+
147
+ /// Identification Payment Method
148
+ "LABEL_SELECT_DOCTYPE" = "Mesedez, hautatu identifikazio-dokumentu mota aukera hauetatik:";
149
+ "FIELD_LABEL_IDCARD_NUMBER" = "Nortasun agiriaren zenbakia";
150
+ "FIELD_LABEL_PASSPORT_NUMBER" = "Pasaportearen zenbakia";
151
+ "FIELD_LABEL_TAXSTATEMENT_NUMBER" = "Zerga-adierazpenaren zenbakia";
152
+ "FIELD_PLACEHOLDER_IDCARD_NUMBER" = "Nortasun agiriaren zenbakia";
153
+ "FIELD_PLACEHOLDER_PASSPORT_NUMBER" = "Pasaportearen zenbakia";
154
+ "FIELD_PLACEHOLDER_TAXSTATEMENT_NUMBER" = "Zerga-adierazpenaren zenbakia";
155
+ "FIELD_ERROR_IDCARD_NUMBER_INVALID" = "Nortasun agiriaren zenbaki baliogabea";
156
+ "FIELD_ERROR_PASSPORT_NUMBER_INVALID" = "Pasaportearen zenbaki baliogabea";
157
+ "FIELD_ERROR_TAXSTATEMENT_NUMBER_INVALID" = "Zerga-adierazpenaren zenbaki baliogabea";
158
+ "FIELD_LABEL_IDCARD" = "Nortasun agiria";
159
+ "FIELD_LABEL_PASSPORT" = "Pasaportea";
160
+ "FIELD_LABEL_TAXSTATEMENT" = "Zerga‑aitorpena";
161
+ "ACCESSIBILITY_SELECT_DOCTYPE_HINT" = "Botoi hau sakatzean, irristatzeko panel bat irekiko da dokumentu mota hautatzeko";
@@ -0,0 +1,178 @@
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
+ "VIEW_CONTROLLER_TITLE_ADDRESS" = "Laskutusosoite";
11
+
12
+ /// Labels
13
+ "LABEL_TOTAL_AMOUNT" = "Kokonaissumma";
14
+ "LABEL_MBWAY_PUSH_NOTIFICATION" = "Laitteeseesi lähetetään push-ilmoitus.";
15
+ "LABEL_MBWAY_ACCEPT_PIN" = "Hyväksy maksu MB WAY PIN-koodilla.";
16
+ "LABEL_TERMS_AND_CONDITIONS" = "Käyttöehdot";
17
+ "LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Olen lukenut ja hyväksynyt käyttöehdot";
18
+ "LABEL_SWEDISH" = "Ruotsi";
19
+ "LABEL_FINNISH" = "Suomi";
20
+ "LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Valitse haluamasi maksutapa:";
21
+ "LABEL_FULL_AMOUNT" = "TÄYSI SUMMA";
22
+ "LABEL_PROCESSING_FEE" = "Käsittelymaksu:";
23
+ "LABEL_MONTHLY_RATE" = "Kuukausimaksu:";
24
+ "LABEL_WEEKLY_RATE" = "Viikkohinta:";
25
+ "LABEL_MONTHS" = "KUUKAUDIA";
26
+ "LABEL_WEEKS" = "VIIKKOJA";
27
+ "LABEL_MONTH" = "kuukausi";
28
+ "LABEL_WEEK" = "viikko";
29
+
30
+ /// Messages
31
+ "MESSAGE_PLEASE_WAIT" = "Odota hetki";
32
+
33
+ /// Device owner authentication
34
+ "DEVICE_AUTH_REASON" = "Maksun vahvistaminen";
35
+
36
+ /// Button titles
37
+ "BUTTON_TITLE_PAY" = "MAKSA NYT";
38
+ "BUTTON_TITLE_PAY_AMOUNT" = "Maksa %@";
39
+ "BUTTON_TITLE_REGISTER" = "Rekisteröidy";
40
+ "BUTTON_TITLE_CANCEL" = "Peruuta";
41
+ "BUTTON_TITLE_BACK" = "Muuta";
42
+ "BUTTON_TITLE_DONE" = "Valmis";
43
+ "BUTTON_TITLE_CONFIRM" = "Vahvistaa";
44
+
45
+ /// Text field label names
46
+ "FIELD_LABEL_CARD_HOLDER_NAME" = "Kortinhaltijan nimi";
47
+ "FIELD_LABEL_CREDIT_CARD_NUMBER" = "Luottokortin numero";
48
+ "FIELD_LABEL_EXPIRY_DATE" = "Viimeinen voimassaolopäivä";
49
+ "FIELD_LABEL_CVV" = "Turvakoodi tai CVV";
50
+ "FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Matkapuhelinnumero";
51
+ "FIELD_LABEL_QRCODE" = "QR-koodi";
52
+ "FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Tilinhaltija";
53
+ "FIELD_LABEL_IBAN" = "IBAN";
54
+ "FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN tai tilinumero";
55
+ "FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC tai pankin tunnus";
56
+ "FIELD_LABEL_SELECT_COUNTRY" = "Valitse maa:";
57
+ "FIELD_LABEL_SELECT_BANK" = "Valitse pankki:";
58
+ "FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Tallenna maksutiedot myöhempää käyttöä varten";
59
+ "FIELD_LABEL_STORE_CARD_TYPE" = "Valitse kortin tyyppi:";
60
+ "FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Maksuerien määrä";
61
+ "FIELD_LABEL_EMAIL" = "Sähköposti";
62
+ "FIELD_LABEL_COUNTRY_CODE" = "Maatunnus";
63
+ "FIELD_LABEL_NATIONAL_IDENTIFIER" = "Henkilötunnus";
64
+ "FIELD_LABEL_ACCOUNT_NUMBER" = "Tilinumero";
65
+ "FIELD_LABEL_ROUTING_NUMBER" = "Reititysnumero";
66
+ "FIELD_LABEL_ACCOUNT_VERIFICATION" = "Tilin vahvistus";
67
+ "FIELD_LABEL_DATE_OF_BIRTH" = "Syntymäaika";
68
+ "FIELD_LABEL_OTP" = "Syötä koodi pankkihakemuksestasi";
69
+ "FIELD_LABEL_BLIK_ACCESSIBILITY" = "Anna Blik-koodisi";
70
+ "FIELD_LABEL_CARD_NUMBER" = "Kortin numero";
71
+ "FIELD_LABEL_DEBIT_CARD_NUMBER" = "Pankkikortin numero";
72
+
73
+ /// Text field placeholders
74
+ "FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Nimi samassa muodossa kuin kortissa";
75
+ "FIELD_PLACEHOLDER_CARD_NUMBER" = "Pitkä numero kortin etupuolella";
76
+ "FIELD_PLACEHOLDER_EXPIRY_DATE" = "KK/VV tai KK/VVVV";
77
+ "FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3-numeroinen tunnus";
78
+ "FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4-numeroinen tunnus";
79
+ "FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Tilinhaltijan nimi";
80
+ "FIELD_PLACEHOLDER_IBAN" = "Kansainvälinen tilinumero";
81
+ "FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN tai tilinumero";
82
+ "FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC tai pankin tunnus";
83
+ "FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
84
+ "FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
85
+ "FIELD_PLACEHOLDER_EMAIL" = "Sähköposti";
86
+ "FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Henkilötunnus";
87
+ "FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Tilinumero";
88
+ "FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Tilin vahvistus";
89
+ "FIELD_PLACEHOLDER_DATE_OF_BIRTH" = "PP.KK.VVVV";
90
+ "FIELD_PLACEHOLDER_OPTIONAL" = "(valinnainen)";
91
+ "FIELD_PLACEHOLDER_COUNTRY" = "Maa";
92
+ "FIELD_PLACEHOLDER_STATE" = "Osavaltio";
93
+ "FIELD_PLACEHOLDER_CITY" = "Kaupunki";
94
+ "FIELD_PLACEHOLDER_POSTCODE" = "Postinumero";
95
+ "FIELD_PLACEHOLDER_STREET1" = "Straat Adresregel 1";
96
+ "FIELD_PLACEHOLDER_STREET2" = "Straat Adresregel 2";
97
+ "FIELD_PLACEHOLDER_ROUTING_NUMBER" = "Reititysnumero";
98
+
99
+ /// Text field errors
100
+ "FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Kortinhaltijan nimi ei kelpaa";
101
+ "FIELD_ERROR_CARD_NUMBER_INVALID" = "Annettu kortin numero ei kelpaa";
102
+ "FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Kortin viimeinen voimassaolopäivä ei kelpaa, käytä muotoa KK/VV tai KK/VVVV";
103
+ "FIELD_ERROR_CARD_EXPIRED" = "Kortti on vanhentunut";
104
+ "FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Turvakoodissa on oltava kortin taustapuolella olevat 3 viimeistä numeroa";
105
+ "FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Turvakoodi on kortin etupuolella oleva 4-numeroinen tunnus";
106
+ "FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Tilinhaltijan nimi ei kelpaa";
107
+ "FIELD_ERROR_IBAN_INVALID" = "IBAN ei kelpaa";
108
+ "FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "IBAN tai tilinumero ei kelpaa";
109
+ "FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "BIC tai pankin tunnus ei kelpaa";
110
+ "FIELD_ERROR_EMAIL_INVALID" = "Sähköpostiosoite on virheellinen";
111
+ "FIELD_ERROR_MOBILE_PHONE_INVALID" = "Matkapuhelinnumero on virheellinen";
112
+ "FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Henkilötunnus on virheellinen";
113
+ "FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Tilinumero on virheellinen";
114
+ "FIELD_ERROR_ROUTING_NUMBER_INVALID" = "Reititysnumero ei kelpaa";
115
+ "FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "Viimeinen voimassaolopäivä ei kelpaa, käytä muotoa KK/VV tai KK/VVVV";
116
+ "FIELD_ERROR_ACCOUNT_EXPIRED" = "Tili on vanhentunut";
117
+ "FIELD_ERROR_DATE_OF_BIRTH_INVALID" = "Virheellinen syntymäaika. PP.MM.YYYY odotettu";
118
+ "FIELD_ERROR_ADDRESS_INVALID" = "Napsauta tästä nähdäksesi laskutusosoitteen";
119
+ "FIELD_ERROR_COUNTY_CODE_INVALID" = "Virheellinen maakoodi";
120
+ "FIELD_ERROR_BANK_CODE_INVALID" = "Anna 6-numeroinen kelvollinen koodi";
121
+
122
+ /// Payment method groups are displayed if tokens are received
123
+ "PAYMENT_METHOD_GROUP_STORED" = "Tallennetut maksutavat";
124
+ "PAYMENT_METHOD_GROUP_OTHER" = "Muut maksutavat";
125
+ "PAYMENT_METHOD_GROUP_CARDS" = "Luotto-/pankkikortit";
126
+
127
+ /// Payment method names
128
+ "PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "SEPA-suoraveloitus";
129
+ "PAYMENT_METHOD_TYPE_IKANOOI_FI" = "IKEA-lasku";
130
+ "PAYMENT_METHOD_TYPE_IK_PRIVATE_LABEL" = "Hei-kortti / Hei-laina";
131
+ "PAYMENT_METHOD_TYPE_PAYTRAIL" = "Verkkopankki ja MobilePay";
132
+ "PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYLATER" = "Maksa myöhemmin";
133
+ "PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_SLICEIT" = "Pilko maksut";
134
+ "PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYNOW" = "Verkkopankkimaksu";
135
+ "PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_ONE" = "Maksa Klarnalla";
136
+
137
+ /// Copy and Pay WebView
138
+ "FIELD_PLACEHOLDER_EXPIRY_DATE_WEB" = "Käytä muotoa KK/VV";
139
+ "FIELD_PLACEHOLDER_CVV_WEB" = "Käytä 3- tai 4-numeroista koodia";
140
+ "FIELD_ERROR_CARD_EXPIRY_DATE_INVALID_WEB" = "Kortin viimeinen voimassaolopäivä ei kelpaa, käytä muotoa KK/VV";
141
+ "FIELD_ERROR_CARD_CVV_INVALID_WEB" = "Turvakoodin tulee sisältää 3 tai 4 numeroa";
142
+
143
+
144
+ /// Accessibility
145
+ "ACCESSIBILITY_SCAN_CARD" = "Skannaa kortti";
146
+ "ACCESSIBILITY_CANCEL_CHECKOUT" = "Peruuta kassa";
147
+ "ACCESSIBILITY_PAY_WITH_STORED_PAYMENT_METHOD" = "Maksa tallennetulla maksutavalla";
148
+ "ACCESSIBILITY_PAY_WITH" = "Maksaa";
149
+ "ACCESSIBILITY_INSTALLMENT_PLAN" = "Osamaksusuunnitelma";
150
+ "ACCESSIBILITY_INSTALLMENT_ENABLED_BY_VISA" = "Visa mahdollistaa osamaksun";
151
+
152
+ /// Card Scanning
153
+ "ALERT_TITLE_CARD_SCANNING_FAILED" = "Kortin skannaus epäonnistui";
154
+ "LABEL_CARD_SCAN_HOLD_HERE" = "Pidä korttia tässä.\ja se skannaa automaattisesti";
155
+ "BUTTON_TITLE_OK" = "OK";
156
+
157
+ /// PayTo Payment Method
158
+ "FIELD_LABEL_BSB_CODE" = "BSB";
159
+ "FIELD_PLACEHOLDER_BSB_CODE" = "BSB";
160
+ "FIELD_ERROR_BSB_CODE_INVALID" = "Virheellinen BSB";
161
+ "LABEL_PAYTO_SELECT_PAYID" = "Valitse PayID seuraavista vaihtoehdoista:";
162
+ "ACCESSIBILITY_SELECT_PAYID_HINT" = "Kun tätä painiketta napautetaan, avautuu liukupaneeli maksutunnuksen valitsemista varten";
163
+
164
+ /// Identification Payment Method
165
+ "LABEL_SELECT_DOCTYPE" = "Valitse henkilöllisyystodistuksen tyyppi seuraavista vaihtoehdoista:";
166
+ "FIELD_LABEL_IDCARD_NUMBER" = "Henkilökortin numero";
167
+ "FIELD_LABEL_PASSPORT_NUMBER" = "Passin numero";
168
+ "FIELD_LABEL_TAXSTATEMENT_NUMBER" = "Veroilmoituksen numero";
169
+ "FIELD_PLACEHOLDER_IDCARD_NUMBER" = "Henkilökortin numero";
170
+ "FIELD_PLACEHOLDER_PASSPORT_NUMBER" = "Passin numero";
171
+ "FIELD_PLACEHOLDER_TAXSTATEMENT_NUMBER" = "Veroilmoituksen numero";
172
+ "FIELD_ERROR_IDCARD_NUMBER_INVALID" = "Virheellinen henkilökortin numero";
173
+ "FIELD_ERROR_PASSPORT_NUMBER_INVALID" = "Virheellinen passin numero";
174
+ "FIELD_ERROR_TAXSTATEMENT_NUMBER_INVALID" = "Virheellinen veroilmoituksen numero";
175
+ "FIELD_LABEL_IDCARD" = "Henkilökortti";
176
+ "FIELD_LABEL_PASSPORT" = "Passi";
177
+ "FIELD_LABEL_TAXSTATEMENT" = "Veroilmoitus";
178
+ "ACCESSIBILITY_SELECT_DOCTYPE_HINT" = "Kun tätä painiketta napautetaan, avautuu liukupaneeli asiakirjatyypin valitsemista varten";