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,3137 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>files</key>
6
+ <dict>
7
+ <key>Headers/NSString+Security.h</key>
8
+ <data>
9
+ Z7vru97WUseAjyTsSNoem93rRN4=
10
+ </data>
11
+ <key>Headers/OPPAffirmProcessor.h</key>
12
+ <data>
13
+ wS9Qpxui9V+408fWL4mR1Bhno8g=
14
+ </data>
15
+ <key>Headers/OPPAfterpayUtil.h</key>
16
+ <data>
17
+ DSCk/Jq1Ju3Idjp6/WjyfP8YCuY=
18
+ </data>
19
+ <key>Headers/OPPCardDetailsComponent.h</key>
20
+ <data>
21
+ 0lBkHEpQqGwzjGKFlUKeu7WI6So=
22
+ </data>
23
+ <key>Headers/OPPCardDetailsModel+BrandDetection.h</key>
24
+ <data>
25
+ 7LTXS+GQCK8qi0gutlus4Q+mzcg=
26
+ </data>
27
+ <key>Headers/OPPCardDetailsModel+Validation.h</key>
28
+ <data>
29
+ tOWorFE3X7sKrkRnFdP+6sD1wWg=
30
+ </data>
31
+ <key>Headers/OPPCardDetailsModel+Visibility.h</key>
32
+ <data>
33
+ EZ4QApKzxWVWsuA3m/5lQdTLtVM=
34
+ </data>
35
+ <key>Headers/OPPCardDetailsModel.h</key>
36
+ <data>
37
+ d7FwzdBQMhmc2fNbhoUbOwBpQEk=
38
+ </data>
39
+ <key>Headers/OPPCardDetailsProtocol.h</key>
40
+ <data>
41
+ uWP9cNzkIGujEKYzTovhwHxF4og=
42
+ </data>
43
+ <key>Headers/OPPCardDetailsViewModel+TextDelegate.h</key>
44
+ <data>
45
+ cboG8+fgX13wXgYcLbojBIfwUkQ=
46
+ </data>
47
+ <key>Headers/OPPCardDetailsViewModel+Visibility.h</key>
48
+ <data>
49
+ lY5RmL9fsyS2iSLZSvZCp6IclJg=
50
+ </data>
51
+ <key>Headers/OPPCardDetailsViewModel.h</key>
52
+ <data>
53
+ W98jnVYNkI2acOtiufRciHLAtTo=
54
+ </data>
55
+ <key>Headers/OPPCashAppPayProcessor.h</key>
56
+ <data>
57
+ saX6aDr6FLGcB98HxYmliDquNQo=
58
+ </data>
59
+ <key>Headers/OPPCheckoutApplePayContactType.h</key>
60
+ <data>
61
+ AJzDMvV8bZR2ozk9lrcOmZMzzEg=
62
+ </data>
63
+ <key>Headers/OPPCheckoutProvider.h</key>
64
+ <data>
65
+ wsx3eeOXyoxEExtZ+/CIGn9gGpM=
66
+ </data>
67
+ <key>Headers/OPPConstants.h</key>
68
+ <data>
69
+ ls1WMQOA87HngDc7C8jC+UVfehE=
70
+ </data>
71
+ <key>Headers/OPPErrors.h</key>
72
+ <data>
73
+ LTyxiLATkGaJiNkchTWBTxh4Ctk=
74
+ </data>
75
+ <key>Headers/OPPFraudForceUtil.h</key>
76
+ <data>
77
+ B0KqOoroTK8W3kh8m5fdg5pGrM8=
78
+ </data>
79
+ <key>Headers/OPPKlarnaPaymentViewWrapper.h</key>
80
+ <data>
81
+ kH8/c46MotoYxUz0ZBMHK2M7rA8=
82
+ </data>
83
+ <key>Headers/OPPPaymentProvider.h</key>
84
+ <data>
85
+ 0UId0XtY88Wg8BJaSj1JS9oNO0Y=
86
+ </data>
87
+ <key>Headers/OPPPaymentSchemes.h</key>
88
+ <data>
89
+ OC8ytYj7+V3OUO+NA4lCcDTtD28=
90
+ </data>
91
+ <key>Headers/OPPPaymentSelectionComponent.h</key>
92
+ <data>
93
+ 8aUQldlvduJo/dTVJ/uy9isoRMs=
94
+ </data>
95
+ <key>Headers/OPPPaymentSelectionProtocol.h</key>
96
+ <data>
97
+ xmXdW2kpxHk/Vro6ywE3Ul8Z0Sc=
98
+ </data>
99
+ <key>Headers/OPPPaymentSelectionViewModel.h</key>
100
+ <data>
101
+ CnU32otutOQIcF39BT52ifkTjVo=
102
+ </data>
103
+ <key>Headers/OPPTheme.h</key>
104
+ <data>
105
+ uYjoU7eigDnJXrdOjgCyQ7SP7Pg=
106
+ </data>
107
+ <key>Headers/OPPThreeDSChallengeUiType.h</key>
108
+ <data>
109
+ m9y638gy28ep9nGhd/7PQt24ZtI=
110
+ </data>
111
+ <key>Headers/OPPViewController.h</key>
112
+ <data>
113
+ v+TNCpM3tCurty/I9i+M/lX3WW8=
114
+ </data>
115
+ <key>Headers/OPPWAMobile-Swift.h</key>
116
+ <data>
117
+ rE5Kuz5ZGQRzfPA5FOYGOTFbd6o=
118
+ </data>
119
+ <key>Headers/OPPWAMobile.h</key>
120
+ <data>
121
+ Ms0eWYKOg8wQhkM1a8tI3cF4Qjc=
122
+ </data>
123
+ <key>Info.plist</key>
124
+ <data>
125
+ 3ORJMbCgfN2U4EqaHaiMItdHxS4=
126
+ </data>
127
+ <key>Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
128
+ <data>
129
+ AYs2jsjuynF7wu9UpLadAr//q58=
130
+ </data>
131
+ <key>Modules/OPPWAMobile.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
132
+ <data>
133
+ IB5IhLrKlZNPAJT4MT5/Zx4/12A=
134
+ </data>
135
+ <key>Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
136
+ <data>
137
+ cbegkyE7BcsV4UUSrZQbvrEC/2w=
138
+ </data>
139
+ <key>Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
140
+ <data>
141
+ dZW8u0a9ToTvAbnVNy74j8MfHdo=
142
+ </data>
143
+ <key>Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
144
+ <data>
145
+ l7ArXaFaRXNvUU2CoXehPZdL/b0=
146
+ </data>
147
+ <key>Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
148
+ <data>
149
+ dZW8u0a9ToTvAbnVNy74j8MfHdo=
150
+ </data>
151
+ <key>Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
152
+ <data>
153
+ fKm9lmsspKVD63l66qOcxHzfvgs=
154
+ </data>
155
+ <key>Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
156
+ <data>
157
+ cbegkyE7BcsV4UUSrZQbvrEC/2w=
158
+ </data>
159
+ <key>Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
160
+ <data>
161
+ 9Rj9WbC5XInPIIGatuxw8UA0pwU=
162
+ </data>
163
+ <key>Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
164
+ <data>
165
+ 06z/zXuLn8YEuw2quSX916iF6+Q=
166
+ </data>
167
+ <key>Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
168
+ <data>
169
+ 9Rj9WbC5XInPIIGatuxw8UA0pwU=
170
+ </data>
171
+ <key>Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
172
+ <data>
173
+ 0JK2fGHQgqLXAWnqazVboAQf4eE=
174
+ </data>
175
+ <key>Modules/module.modulemap</key>
176
+ <data>
177
+ IcT0i+JRiVR29fMRk0hb/UqCFMk=
178
+ </data>
179
+ <key>OPPWAMobile-Resources.bundle/Info.plist</key>
180
+ <data>
181
+ dNLtgG66GXAyGE+BXEUvhSePl9w=
182
+ </data>
183
+ <key>OPPWAMobile-Resources.bundle/Klarna.json</key>
184
+ <data>
185
+ QHgf9V2VoXXjfBhBNnDaSJnIdDQ=
186
+ </data>
187
+ <key>OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib</key>
188
+ <data>
189
+ gwygIWO9Ut2ajFZohfeGcZOF5cg=
190
+ </data>
191
+ <key>OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib</key>
192
+ <data>
193
+ PBdKKVFuiUPvnbIEJUJo1tXJCDY=
194
+ </data>
195
+ <key>OPPWAMobile-Resources.bundle/OPPAddressView.nib</key>
196
+ <data>
197
+ wnojvTxQhTYsFQtylz6GJnC5tiU=
198
+ </data>
199
+ <key>OPPWAMobile-Resources.bundle/OPPBlikDetailsViewController.nib</key>
200
+ <data>
201
+ bigupKmpz5LM+kKrd/7uYmp3yZg=
202
+ </data>
203
+ <key>OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib</key>
204
+ <data>
205
+ Zjw2Xqfsp6KbJrw9tb5DPdlzVzY=
206
+ </data>
207
+ <key>OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib</key>
208
+ <data>
209
+ 6Bg8HKflm6b3jm2q1zowdZyxCYU=
210
+ </data>
211
+ <key>OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib</key>
212
+ <data>
213
+ 0TTp3oEb+TfGVTsJcfUrXBeANWg=
214
+ </data>
215
+ <key>OPPWAMobile-Resources.bundle/OPPCardViewController.nib</key>
216
+ <data>
217
+ pTZJWAszQbwre+01cUUNq7in62M=
218
+ </data>
219
+ <key>OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib</key>
220
+ <data>
221
+ OzN7uWQk9Ovm7LaOu9gvMfpPM8M=
222
+ </data>
223
+ <key>OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib</key>
224
+ <data>
225
+ SM1LQc6vHOiKKDZgu+2EjpSpTDc=
226
+ </data>
227
+ <key>OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib</key>
228
+ <data>
229
+ 3FT85USk2l4YLYQBg8b1SE1vy0k=
230
+ </data>
231
+ <key>OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib</key>
232
+ <data>
233
+ nFsHeMdDn1pne+fCk7I1i5BruOU=
234
+ </data>
235
+ <key>OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib</key>
236
+ <data>
237
+ aU02oSII74pz/VXAlUdGjN6aCQ8=
238
+ </data>
239
+ <key>OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib</key>
240
+ <data>
241
+ yOf9UmFixZXLMqXv3QSfEUrA+fs=
242
+ </data>
243
+ <key>OPPWAMobile-Resources.bundle/OPPEditAddressView.nib</key>
244
+ <data>
245
+ SayWwgpnxayFNZmPuHVR7RAyFjU=
246
+ </data>
247
+ <key>OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib</key>
248
+ <data>
249
+ QMunFQpL42N+uDHk7oV3x0TIDIY=
250
+ </data>
251
+ <key>OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib</key>
252
+ <data>
253
+ YpQEgiNMCGv8uOTwTq7nLWeMS6M=
254
+ </data>
255
+ <key>OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib</key>
256
+ <data>
257
+ pomrxvXps2BIkqiek/g8mjHx7os=
258
+ </data>
259
+ <key>OPPWAMobile-Resources.bundle/OPPInstallmentPlanHeaderCell.nib</key>
260
+ <data>
261
+ 6xLiXs0h4iE/sNVrLuJCD5W4OQg=
262
+ </data>
263
+ <key>OPPWAMobile-Resources.bundle/OPPInstallmentPlanTableViewCell.nib</key>
264
+ <data>
265
+ t15Adzh2DbBXe+Da2d92PUaY3LM=
266
+ </data>
267
+ <key>OPPWAMobile-Resources.bundle/OPPInstallmentPlanView.nib</key>
268
+ <data>
269
+ NRj4WjUDYA5ZZaKK8kMNmbbbmOk=
270
+ </data>
271
+ <key>OPPWAMobile-Resources.bundle/OPPInstallmentPlanVisaLogoCell.nib</key>
272
+ <data>
273
+ /xRf3TM+SyZSgZ1gTo+l+b7Nx3U=
274
+ </data>
275
+ <key>OPPWAMobile-Resources.bundle/OPPInstantPayDetailsViewController.nib</key>
276
+ <data>
277
+ GnpQbkSg4fpdQnAkDXsp/+YVsi8=
278
+ </data>
279
+ <key>OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib</key>
280
+ <data>
281
+ qHIIsG7+EYwDJLrsXtv7uAg4Sw0=
282
+ </data>
283
+ <key>OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib</key>
284
+ <data>
285
+ +AMrVOOeSdXJHnZ4kbRY2jSPvL4=
286
+ </data>
287
+ <key>OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib</key>
288
+ <data>
289
+ qzG3itWZWbO188YigVUzn5rQW04=
290
+ </data>
291
+ <key>OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib</key>
292
+ <data>
293
+ 27ZZYHAD670OIYmfPDNEDEaRPv4=
294
+ </data>
295
+ <key>OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib</key>
296
+ <data>
297
+ HLUysq+5JnMhpzrczBdfi81TN/w=
298
+ </data>
299
+ <key>OPPWAMobile-Resources.bundle/OPPOrSeparatorTableViewCell.nib</key>
300
+ <data>
301
+ ZNdb63AS5TmxGMXIR2DFIWITbvE=
302
+ </data>
303
+ <key>OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib</key>
304
+ <data>
305
+ g+ObxNDFjFZ8sDdbdbnO+S1k8gU=
306
+ </data>
307
+ <key>OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib</key>
308
+ <data>
309
+ wbfPdCrPgUDF2ZfedNsEtohYh+Q=
310
+ </data>
311
+ <key>OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib</key>
312
+ <data>
313
+ vZpcV++V9DW82WR7EcTLnVFb+pU=
314
+ </data>
315
+ <key>OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib</key>
316
+ <data>
317
+ UhsbnFzBq4bBn05MkpZYiSZlW0M=
318
+ </data>
319
+ <key>OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib</key>
320
+ <data>
321
+ 9SFKa6tWBZK/u+XG2EmEnEOp+Bs=
322
+ </data>
323
+ <key>OPPWAMobile-Resources.bundle/OPPPaymentSelectionViewController.nib</key>
324
+ <data>
325
+ gtJcIwMsJM71Shv1ciqn3aLB0dI=
326
+ </data>
327
+ <key>OPPWAMobile-Resources.bundle/OPPRatePayDetailsViewController.nib</key>
328
+ <data>
329
+ k9/rJMmOmF92TCDWIdeV614hatU=
330
+ </data>
331
+ <key>OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib</key>
332
+ <data>
333
+ cDaPKz09z2OO8rzStgJO04xXeUw=
334
+ </data>
335
+ <key>OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib</key>
336
+ <data>
337
+ 4ETIJa/piKUtAC9bYN/S5WGsNTo=
338
+ </data>
339
+ <key>OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib</key>
340
+ <data>
341
+ MqOVGHVyjPffxmlg8ZBAYnAhfG8=
342
+ </data>
343
+ <key>OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib</key>
344
+ <data>
345
+ xYBCVeaSrtsBE73JRlrgTtLaUmQ=
346
+ </data>
347
+ <key>OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib</key>
348
+ <data>
349
+ BVK2Vxp7vObQ5fuzB+4e9F0ZM8o=
350
+ </data>
351
+ <key>OPPWAMobile-Resources.bundle/_CodeSignature/CodeDirectory</key>
352
+ <data>
353
+ fblpH62O4XQpfBJJGRenrtucMq0=
354
+ </data>
355
+ <key>OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements</key>
356
+ <data>
357
+ OnX22wWFKRSOFN1+obRynMCeyXM=
358
+ </data>
359
+ <key>OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources</key>
360
+ <data>
361
+ Tb38JkYb/OzcVMleRduIIoBp27s=
362
+ </data>
363
+ <key>OPPWAMobile-Resources.bundle/_CodeSignature/CodeSignature</key>
364
+ <data>
365
+ 2jmj7l5rSw0yVb/vlWAYkK/YBwk=
366
+ </data>
367
+ <key>OPPWAMobile-Resources.bundle/amex.png</key>
368
+ <data>
369
+ s0IFahjZLw3wlhYZTNx5cisCsGs=
370
+ </data>
371
+ <key>OPPWAMobile-Resources.bundle/amex@2x.png</key>
372
+ <data>
373
+ zVZwyOXJz70y/YFzZzgER/jF4SE=
374
+ </data>
375
+ <key>OPPWAMobile-Resources.bundle/amex@3x.png</key>
376
+ <data>
377
+ DwlLOretwfoaTzGfFzsWqQu4uak=
378
+ </data>
379
+ <key>OPPWAMobile-Resources.bundle/applepay.png</key>
380
+ <data>
381
+ +cAhf1tWWmiHiqYG6a2O+ntNU/g=
382
+ </data>
383
+ <key>OPPWAMobile-Resources.bundle/applepay@2x.png</key>
384
+ <data>
385
+ 0VBiX4ijmp6VbivfKSeq71S1GHs=
386
+ </data>
387
+ <key>OPPWAMobile-Resources.bundle/applepay@3x.png</key>
388
+ <data>
389
+ DSvU5rzPLoddakC/wMsJg7VAF14=
390
+ </data>
391
+ <key>OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings</key>
392
+ <dict>
393
+ <key>hash</key>
394
+ <data>
395
+ 7UckcrhJqmRo9BLCntGd1gtyxY0=
396
+ </data>
397
+ <key>optional</key>
398
+ <true/>
399
+ </dict>
400
+ <key>OPPWAMobile-Resources.bundle/arrow_down.png</key>
401
+ <data>
402
+ 8iCWbNiimwAYr8N+PqSRMF6K9/E=
403
+ </data>
404
+ <key>OPPWAMobile-Resources.bundle/arrow_up.png</key>
405
+ <data>
406
+ 6l9rKj6vMiXVORH3zGbq7YyPYXs=
407
+ </data>
408
+ <key>OPPWAMobile-Resources.bundle/boleto.png</key>
409
+ <data>
410
+ WUTG+d9O9rc9Hj04yH8mRMlzZ4A=
411
+ </data>
412
+ <key>OPPWAMobile-Resources.bundle/boleto@2x.png</key>
413
+ <data>
414
+ tXHyVltbe2YH4LSgYDsmnF2tyOg=
415
+ </data>
416
+ <key>OPPWAMobile-Resources.bundle/boleto@3x.png</key>
417
+ <data>
418
+ X7wAztrKX+m3vwv8Gj5GJygtu0k=
419
+ </data>
420
+ <key>OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings</key>
421
+ <dict>
422
+ <key>hash</key>
423
+ <data>
424
+ H02Lfn/T+6K/Yo2Evwk3Z7hA3Ls=
425
+ </data>
426
+ <key>optional</key>
427
+ <true/>
428
+ </dict>
429
+ <key>OPPWAMobile-Resources.bundle/camera_icon.png</key>
430
+ <data>
431
+ MqR7o2A2LhEw4UjA5oyjBss9XRE=
432
+ </data>
433
+ <key>OPPWAMobile-Resources.bundle/camera_icon@2x.png</key>
434
+ <data>
435
+ s20/B0a9S+6ojNI0dNRXHz63o6g=
436
+ </data>
437
+ <key>OPPWAMobile-Resources.bundle/camera_icon@3x.png</key>
438
+ <data>
439
+ Z+1ZK+uvNLLqGnurF9DPFHbtAZc=
440
+ </data>
441
+ <key>OPPWAMobile-Resources.bundle/card.png</key>
442
+ <data>
443
+ fB1P4gWwT1Z0gR2BY34QxOFvOvk=
444
+ </data>
445
+ <key>OPPWAMobile-Resources.bundle/card@2x.png</key>
446
+ <data>
447
+ IyLx+P1nXAyLfPppRy3i4eyAbGU=
448
+ </data>
449
+ <key>OPPWAMobile-Resources.bundle/card@3x.png</key>
450
+ <data>
451
+ S0L9y3Vy90OyWs1vftkUBJKp2Go=
452
+ </data>
453
+ <key>OPPWAMobile-Resources.bundle/cartebleue.png</key>
454
+ <data>
455
+ VbLcVOYDEd1pbEV4sKXaMsXZTpE=
456
+ </data>
457
+ <key>OPPWAMobile-Resources.bundle/cartebleue@2x.png</key>
458
+ <data>
459
+ +s59lAeEMbuv+jqFA6cLAb2x7+I=
460
+ </data>
461
+ <key>OPPWAMobile-Resources.bundle/cartebleue@3x.png</key>
462
+ <data>
463
+ t3hEmeS9oy8jLVD/mESAwcZrKx8=
464
+ </data>
465
+ <key>OPPWAMobile-Resources.bundle/copyandpay.html</key>
466
+ <data>
467
+ C68rUqyLWvzzmTr+e2rPGGgtWKo=
468
+ </data>
469
+ <key>OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings</key>
470
+ <dict>
471
+ <key>hash</key>
472
+ <data>
473
+ FLnafKIE5wna5dJ6ovUscAtb38U=
474
+ </data>
475
+ <key>optional</key>
476
+ <true/>
477
+ </dict>
478
+ <key>OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings</key>
479
+ <dict>
480
+ <key>hash</key>
481
+ <data>
482
+ yX/NB4rVxQMzbgZm6oAP3HJk78o=
483
+ </data>
484
+ <key>optional</key>
485
+ <true/>
486
+ </dict>
487
+ <key>OPPWAMobile-Resources.bundle/dankort.png</key>
488
+ <data>
489
+ vu3ufzkzw1j7ZK9iu46v5K43eKw=
490
+ </data>
491
+ <key>OPPWAMobile-Resources.bundle/dankort@2x.png</key>
492
+ <data>
493
+ UH0cr3sYThtqFdAdSLZdBaXo5RY=
494
+ </data>
495
+ <key>OPPWAMobile-Resources.bundle/dankort@3x.png</key>
496
+ <data>
497
+ lh/ERPJK3Vn0yO1KXaDlW4SlZBE=
498
+ </data>
499
+ <key>OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings</key>
500
+ <dict>
501
+ <key>hash</key>
502
+ <data>
503
+ WGIEqfaGe4Mf/Mtuhyinr0UjRJA=
504
+ </data>
505
+ <key>optional</key>
506
+ <true/>
507
+ </dict>
508
+ <key>OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings</key>
509
+ <dict>
510
+ <key>hash</key>
511
+ <data>
512
+ AEo64XD9cFdlnLj0/tr3+XCURzk=
513
+ </data>
514
+ <key>optional</key>
515
+ <true/>
516
+ </dict>
517
+ <key>OPPWAMobile-Resources.bundle/diners.png</key>
518
+ <data>
519
+ cRhLBybnvYxZFPZBvuUJ3r4GQok=
520
+ </data>
521
+ <key>OPPWAMobile-Resources.bundle/diners@2x.png</key>
522
+ <data>
523
+ tG7/yxFFeczzB7uKb8Uss8mL0Ko=
524
+ </data>
525
+ <key>OPPWAMobile-Resources.bundle/diners@3x.png</key>
526
+ <data>
527
+ c4OL7NDwhAXPqiHc6TIOsYueO2Y=
528
+ </data>
529
+ <key>OPPWAMobile-Resources.bundle/directdebit_sepa.png</key>
530
+ <data>
531
+ itl7NX7xk/QKFkfv7hcK0qczat0=
532
+ </data>
533
+ <key>OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png</key>
534
+ <data>
535
+ 05HZ2dv3hZq0/r+M8gHwEmgZg0o=
536
+ </data>
537
+ <key>OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png</key>
538
+ <data>
539
+ bnIs8G6ZwXONbiQCH7yoUVzQtKo=
540
+ </data>
541
+ <key>OPPWAMobile-Resources.bundle/discover.png</key>
542
+ <data>
543
+ JLCbUjjQ8NIb8oD3v321G4o3H1w=
544
+ </data>
545
+ <key>OPPWAMobile-Resources.bundle/discover@2x.png</key>
546
+ <data>
547
+ nThC8gKveA8egVe4Jpr0+MMSxaM=
548
+ </data>
549
+ <key>OPPWAMobile-Resources.bundle/discover@3x.png</key>
550
+ <data>
551
+ AKdBk0IDvZ9ihE6Lc2MrLEFbkDU=
552
+ </data>
553
+ <key>OPPWAMobile-Resources.bundle/en-JP.lproj/OPPCheckout.strings</key>
554
+ <dict>
555
+ <key>hash</key>
556
+ <data>
557
+ 8jnAgFq1KaI41MtX9k5naX2hCoA=
558
+ </data>
559
+ <key>optional</key>
560
+ <true/>
561
+ </dict>
562
+ <key>OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings</key>
563
+ <dict>
564
+ <key>hash</key>
565
+ <data>
566
+ WSwP3rty/kG9wCgszs/PDJV/tLs=
567
+ </data>
568
+ <key>optional</key>
569
+ <true/>
570
+ </dict>
571
+ <key>OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings</key>
572
+ <dict>
573
+ <key>hash</key>
574
+ <data>
575
+ dYRS5hWnT/BaLy+z/SzbeuzOAz4=
576
+ </data>
577
+ <key>optional</key>
578
+ <true/>
579
+ </dict>
580
+ <key>OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings</key>
581
+ <dict>
582
+ <key>hash</key>
583
+ <data>
584
+ EMFcj7q8SW8AU3kFwdoUsoXZcdY=
585
+ </data>
586
+ <key>optional</key>
587
+ <true/>
588
+ </dict>
589
+ <key>OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings</key>
590
+ <dict>
591
+ <key>hash</key>
592
+ <data>
593
+ p9zz5RRvI/jTwwMTir85i1uahhE=
594
+ </data>
595
+ <key>optional</key>
596
+ <true/>
597
+ </dict>
598
+ <key>OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings</key>
599
+ <dict>
600
+ <key>hash</key>
601
+ <data>
602
+ 62uWC+u+iiLGvfcC+QNUtP/2VAw=
603
+ </data>
604
+ <key>optional</key>
605
+ <true/>
606
+ </dict>
607
+ <key>OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings</key>
608
+ <dict>
609
+ <key>hash</key>
610
+ <data>
611
+ Wmwo+DEbN56C02kBT5kde/MZNk0=
612
+ </data>
613
+ <key>optional</key>
614
+ <true/>
615
+ </dict>
616
+ <key>OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings</key>
617
+ <dict>
618
+ <key>hash</key>
619
+ <data>
620
+ xquS9Nd61H59yt3qhPt27zHAsAI=
621
+ </data>
622
+ <key>optional</key>
623
+ <true/>
624
+ </dict>
625
+ <key>OPPWAMobile-Resources.bundle/giropay.png</key>
626
+ <data>
627
+ gS5x7TaihvphLhgC1S1AyMw72Ws=
628
+ </data>
629
+ <key>OPPWAMobile-Resources.bundle/giropay@2x.png</key>
630
+ <data>
631
+ Pp/sFSasQRUzku8d1opZ4jKPY8k=
632
+ </data>
633
+ <key>OPPWAMobile-Resources.bundle/giropay@3x.png</key>
634
+ <data>
635
+ Kfw1jL4k8BYQ/c+RxAg2h4uNnWY=
636
+ </data>
637
+ <key>OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings</key>
638
+ <dict>
639
+ <key>hash</key>
640
+ <data>
641
+ Xv2UYnhRigNheKUQKK/UOXn7s8U=
642
+ </data>
643
+ <key>optional</key>
644
+ <true/>
645
+ </dict>
646
+ <key>OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings</key>
647
+ <dict>
648
+ <key>hash</key>
649
+ <data>
650
+ f4lHj5BjOkfCePgNG3pGdbHCd7Y=
651
+ </data>
652
+ <key>optional</key>
653
+ <true/>
654
+ </dict>
655
+ <key>OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings</key>
656
+ <dict>
657
+ <key>hash</key>
658
+ <data>
659
+ oXYlMoUVXGOGeeRKUbGEMvuBR1Y=
660
+ </data>
661
+ <key>optional</key>
662
+ <true/>
663
+ </dict>
664
+ <key>OPPWAMobile-Resources.bundle/ideal.png</key>
665
+ <data>
666
+ 7euetpnb7bWZiP/5tYY/8yh/SGY=
667
+ </data>
668
+ <key>OPPWAMobile-Resources.bundle/ideal@2x.png</key>
669
+ <data>
670
+ ACk7xnKjglytHFgHcOl9VrnsBvI=
671
+ </data>
672
+ <key>OPPWAMobile-Resources.bundle/ideal@3x.png</key>
673
+ <data>
674
+ LeTGQpywBfpzzt0q2N1RBt+E5Cs=
675
+ </data>
676
+ <key>OPPWAMobile-Resources.bundle/installmentPlans.json</key>
677
+ <data>
678
+ cxgKXqMokM/AKwUTSPucncTmH3I=
679
+ </data>
680
+ <key>OPPWAMobile-Resources.bundle/installments.png</key>
681
+ <data>
682
+ 0y5cxgmwSq12fAv4OFkZACdjZGs=
683
+ </data>
684
+ <key>OPPWAMobile-Resources.bundle/installments@2x.png</key>
685
+ <data>
686
+ m27ODKOBM6ErpNIKwRRnZy2fNCQ=
687
+ </data>
688
+ <key>OPPWAMobile-Resources.bundle/installments@3x.png</key>
689
+ <data>
690
+ BNp0LJHMSauXG50zZZR43pKW4TQ=
691
+ </data>
692
+ <key>OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings</key>
693
+ <dict>
694
+ <key>hash</key>
695
+ <data>
696
+ nED34eNef0jnFDP+KQEaab1wcDo=
697
+ </data>
698
+ <key>optional</key>
699
+ <true/>
700
+ </dict>
701
+ <key>OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings</key>
702
+ <dict>
703
+ <key>hash</key>
704
+ <data>
705
+ 9q81H1bCzZJ6JdD9BANwKmnhW9U=
706
+ </data>
707
+ <key>optional</key>
708
+ <true/>
709
+ </dict>
710
+ <key>OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings</key>
711
+ <dict>
712
+ <key>hash</key>
713
+ <data>
714
+ QzT58A2tOwb5E4uviFj6WzsdCdY=
715
+ </data>
716
+ <key>optional</key>
717
+ <true/>
718
+ </dict>
719
+ <key>OPPWAMobile-Resources.bundle/javascript.html</key>
720
+ <data>
721
+ ilokI6sjJlXRgBIKdfoi6yQSAS4=
722
+ </data>
723
+ <key>OPPWAMobile-Resources.bundle/jcb.png</key>
724
+ <data>
725
+ kXlt+GOLI+PtgvjANXq3COpkWW4=
726
+ </data>
727
+ <key>OPPWAMobile-Resources.bundle/jcb@2x.png</key>
728
+ <data>
729
+ 9AitU6809T/+bnJ44DvbYGEOuUE=
730
+ </data>
731
+ <key>OPPWAMobile-Resources.bundle/jcb@3x.png</key>
732
+ <data>
733
+ WyFcnYp9OU1XHtl07uIqSwRQQiw=
734
+ </data>
735
+ <key>OPPWAMobile-Resources.bundle/klarna.png</key>
736
+ <data>
737
+ m0gmgGzMA74P0ZSPwUBsprnEXvA=
738
+ </data>
739
+ <key>OPPWAMobile-Resources.bundle/klarna@2x.png</key>
740
+ <data>
741
+ IR/N4671+S/amPAc5Vgqi76Llm4=
742
+ </data>
743
+ <key>OPPWAMobile-Resources.bundle/klarna@3x.png</key>
744
+ <data>
745
+ dR1WDIq0zEbcy3Nzk5xgwNmLlzk=
746
+ </data>
747
+ <key>OPPWAMobile-Resources.bundle/klarna_detail_logo.png</key>
748
+ <data>
749
+ UmfUnDLVyZnpIWto5gga7pzpqIY=
750
+ </data>
751
+ <key>OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png</key>
752
+ <data>
753
+ WR8m16LKpkHUzWYkl1w9GT7/+9k=
754
+ </data>
755
+ <key>OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png</key>
756
+ <data>
757
+ PDJKckHMoykxWT6ZLfHoNwHFhWE=
758
+ </data>
759
+ <key>OPPWAMobile-Resources.bundle/klarna_nl_agreement.png</key>
760
+ <data>
761
+ ToXCUfzaCotZMJtnXlWiQd68Abw=
762
+ </data>
763
+ <key>OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png</key>
764
+ <data>
765
+ ToXCUfzaCotZMJtnXlWiQd68Abw=
766
+ </data>
767
+ <key>OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png</key>
768
+ <data>
769
+ ToXCUfzaCotZMJtnXlWiQd68Abw=
770
+ </data>
771
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_billpay.png</key>
772
+ <data>
773
+ 3Td6tNvn+kAsjLnWMDDE0V7NSZg=
774
+ </data>
775
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png</key>
776
+ <data>
777
+ wgd7aDf0zRz5agjJarzxdi702To=
778
+ </data>
779
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png</key>
780
+ <data>
781
+ ias1RVafu2PiUNJbvFOslbfnKls=
782
+ </data>
783
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_paylater.png</key>
784
+ <data>
785
+ tumCLDiNHSUI/WGc7g8VcDNnDag=
786
+ </data>
787
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png</key>
788
+ <data>
789
+ BmEDoZOwI9PJj6txvVITfuCuH4k=
790
+ </data>
791
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png</key>
792
+ <data>
793
+ bSmXNbT5ClrRA3KaELpOy3Pu+p4=
794
+ </data>
795
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png</key>
796
+ <data>
797
+ bZYIq87cJ5JSpYVNm/K4MMhgz8o=
798
+ </data>
799
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png</key>
800
+ <data>
801
+ F9F9rBO7DiYcI6AwKcVG1BSXJMk=
802
+ </data>
803
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png</key>
804
+ <data>
805
+ dOhqwyulBK70JB72f0K/czFCE+Q=
806
+ </data>
807
+ <key>OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings</key>
808
+ <dict>
809
+ <key>hash</key>
810
+ <data>
811
+ zFq3WUBo7mB9mW8GgWcW1Gq+sgQ=
812
+ </data>
813
+ <key>optional</key>
814
+ <true/>
815
+ </dict>
816
+ <key>OPPWAMobile-Resources.bundle/mada.png</key>
817
+ <data>
818
+ VW/w9pqDC7cqQRF5i1yZ8GcrRvY=
819
+ </data>
820
+ <key>OPPWAMobile-Resources.bundle/mada@2x.png</key>
821
+ <data>
822
+ z/61htyNeohBIOJ+UWWG7zws1hY=
823
+ </data>
824
+ <key>OPPWAMobile-Resources.bundle/mada@3x.png</key>
825
+ <data>
826
+ mE8kYiG2F9L94KV7Wpx6mPE1+2g=
827
+ </data>
828
+ <key>OPPWAMobile-Resources.bundle/maestro.png</key>
829
+ <data>
830
+ 4vNtdTmd/58roZFZog1iK1iE3oM=
831
+ </data>
832
+ <key>OPPWAMobile-Resources.bundle/maestro@2x.png</key>
833
+ <data>
834
+ FmGdLFUnOrTsjg56s1vVM1AQr34=
835
+ </data>
836
+ <key>OPPWAMobile-Resources.bundle/maestro@3x.png</key>
837
+ <data>
838
+ FNSSkqWAat8+RjZaswVKqe8qq4s=
839
+ </data>
840
+ <key>OPPWAMobile-Resources.bundle/master.png</key>
841
+ <data>
842
+ KNioLgom73d+rpGDZqXoZd4ReT4=
843
+ </data>
844
+ <key>OPPWAMobile-Resources.bundle/master@2x.png</key>
845
+ <data>
846
+ Q+FlWgIui+gU4ODVBcrdh9J2OoI=
847
+ </data>
848
+ <key>OPPWAMobile-Resources.bundle/master@3x.png</key>
849
+ <data>
850
+ oAz8bSEwAUAFSFYqpa7EBa+9xbs=
851
+ </data>
852
+ <key>OPPWAMobile-Resources.bundle/masterdebit.png</key>
853
+ <data>
854
+ S1WrjLOiXhwKbpKAIToqPpdmY4M=
855
+ </data>
856
+ <key>OPPWAMobile-Resources.bundle/masterdebit@2x.png</key>
857
+ <data>
858
+ /MJk5xRNp74wD79AvzzIkeJdDMk=
859
+ </data>
860
+ <key>OPPWAMobile-Resources.bundle/masterdebit@3x.png</key>
861
+ <data>
862
+ +VXXzTHONFZ08im9BB2EmP6u2UA=
863
+ </data>
864
+ <key>OPPWAMobile-Resources.bundle/masterpass.png</key>
865
+ <data>
866
+ mClw2KQiCt79jmFGsn1F634PfHk=
867
+ </data>
868
+ <key>OPPWAMobile-Resources.bundle/masterpass@2x.png</key>
869
+ <data>
870
+ C0rYRoEjCuY5xNSi1QEXXXdi/tc=
871
+ </data>
872
+ <key>OPPWAMobile-Resources.bundle/masterpass@3x.png</key>
873
+ <data>
874
+ oB8UCWUM6Lwwjkqbv1njWYgHsEQ=
875
+ </data>
876
+ <key>OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings</key>
877
+ <dict>
878
+ <key>hash</key>
879
+ <data>
880
+ d6bb/EPccFveA2mNrqS0DzUml7w=
881
+ </data>
882
+ <key>optional</key>
883
+ <true/>
884
+ </dict>
885
+ <key>OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings</key>
886
+ <dict>
887
+ <key>hash</key>
888
+ <data>
889
+ BR5I3xO5usI4loIdxXcqDu+jsYU=
890
+ </data>
891
+ <key>optional</key>
892
+ <true/>
893
+ </dict>
894
+ <key>OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings</key>
895
+ <dict>
896
+ <key>hash</key>
897
+ <data>
898
+ ZSVSTybloZFX29wYAH9kE37ZUxI=
899
+ </data>
900
+ <key>optional</key>
901
+ <true/>
902
+ </dict>
903
+ <key>OPPWAMobile-Resources.bundle/paydirekt.png</key>
904
+ <data>
905
+ EOQ8wIzDBmEXEjSA7jtizqJxCz4=
906
+ </data>
907
+ <key>OPPWAMobile-Resources.bundle/paydirekt@2x.png</key>
908
+ <data>
909
+ MtjJ+otj77ANL9H0rw+F/a/g9Hk=
910
+ </data>
911
+ <key>OPPWAMobile-Resources.bundle/paydirekt@3x.png</key>
912
+ <data>
913
+ r44Uf3ME62rez4T7rnXUla+8OD4=
914
+ </data>
915
+ <key>OPPWAMobile-Resources.bundle/paypal.png</key>
916
+ <data>
917
+ M2Y7HJJ/KNNy0WlrABb8v2TUDaY=
918
+ </data>
919
+ <key>OPPWAMobile-Resources.bundle/paypal@2x.png</key>
920
+ <data>
921
+ FXFDV84oDekr0+PXSzrmMXx7+T8=
922
+ </data>
923
+ <key>OPPWAMobile-Resources.bundle/paypal@3x.png</key>
924
+ <data>
925
+ ZYdsNXTFaz/fvM+xFUVcxwEDfD8=
926
+ </data>
927
+ <key>OPPWAMobile-Resources.bundle/paysafecard.png</key>
928
+ <data>
929
+ 8cwIoV6SWMEdTiS9tqyo1Hlru5k=
930
+ </data>
931
+ <key>OPPWAMobile-Resources.bundle/paysafecard@2x.png</key>
932
+ <data>
933
+ sSkWbo3WaK2ipNfk2v0hDTFTa9k=
934
+ </data>
935
+ <key>OPPWAMobile-Resources.bundle/paysafecard@3x.png</key>
936
+ <data>
937
+ v4LODDG7dd81OC/sVgtm+X8jPks=
938
+ </data>
939
+ <key>OPPWAMobile-Resources.bundle/paytrail.png</key>
940
+ <data>
941
+ c/mR5hM1EBgl7ROocjy8vWrjmUE=
942
+ </data>
943
+ <key>OPPWAMobile-Resources.bundle/paytrail@2x.png</key>
944
+ <data>
945
+ OAEahaDfMZxw9MJW0fswyeG9cmA=
946
+ </data>
947
+ <key>OPPWAMobile-Resources.bundle/paytrail@3x.png</key>
948
+ <data>
949
+ SGbwEB5wzWx8oFt0U/Kwl8kWcEs=
950
+ </data>
951
+ <key>OPPWAMobile-Resources.bundle/pf_karte_direct.png</key>
952
+ <data>
953
+ F46zaGcKizXTf/ZoeJ9OUEOvlsg=
954
+ </data>
955
+ <key>OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png</key>
956
+ <data>
957
+ LHS5X+CVAjIszRha3TOkgGIPIuQ=
958
+ </data>
959
+ <key>OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png</key>
960
+ <data>
961
+ ha3zXEcG6e50Dq3Qg40t6UAtVPQ=
962
+ </data>
963
+ <key>OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings</key>
964
+ <dict>
965
+ <key>hash</key>
966
+ <data>
967
+ KkIrEo/ptjvTRoK9sFjpFyErLf4=
968
+ </data>
969
+ <key>optional</key>
970
+ <true/>
971
+ </dict>
972
+ <key>OPPWAMobile-Resources.bundle/przelewy.png</key>
973
+ <data>
974
+ hnffD6VCZT8LkDXvYVa4l69s5c4=
975
+ </data>
976
+ <key>OPPWAMobile-Resources.bundle/przelewy@2x.png</key>
977
+ <data>
978
+ CFFWVDv71R1xjrwm3RA0NAnJjis=
979
+ </data>
980
+ <key>OPPWAMobile-Resources.bundle/przelewy@3x.png</key>
981
+ <data>
982
+ S552R4uIzUOClHt3CH4rZXrhYnk=
983
+ </data>
984
+ <key>OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings</key>
985
+ <dict>
986
+ <key>hash</key>
987
+ <data>
988
+ rmwr6wIlWasnDunXOWiVfNkncrM=
989
+ </data>
990
+ <key>optional</key>
991
+ <true/>
992
+ </dict>
993
+ <key>OPPWAMobile-Resources.bundle/ratenkauf.png</key>
994
+ <data>
995
+ +RadP11mvSIl9eGoI7t0Th6OI1A=
996
+ </data>
997
+ <key>OPPWAMobile-Resources.bundle/ratenkauf@2x.png</key>
998
+ <data>
999
+ yvDxiYUgtL1vpNEl07e/RkG8/Ws=
1000
+ </data>
1001
+ <key>OPPWAMobile-Resources.bundle/ratenkauf@3x.png</key>
1002
+ <data>
1003
+ IfE8/jbwUmtq+xHwcFWiJVEpTBw=
1004
+ </data>
1005
+ <key>OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings</key>
1006
+ <dict>
1007
+ <key>hash</key>
1008
+ <data>
1009
+ fiS+3ChvHi4j0QPPS2Hmj+vWErE=
1010
+ </data>
1011
+ <key>optional</key>
1012
+ <true/>
1013
+ </dict>
1014
+ <key>OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings</key>
1015
+ <dict>
1016
+ <key>hash</key>
1017
+ <data>
1018
+ xS/aSGbN8qiiM6VBgbDQ6TrfNc0=
1019
+ </data>
1020
+ <key>optional</key>
1021
+ <true/>
1022
+ </dict>
1023
+ <key>OPPWAMobile-Resources.bundle/sibs_multibanco.png</key>
1024
+ <data>
1025
+ rwjJlIUuo80DRz3cwd8/KFLGSMo=
1026
+ </data>
1027
+ <key>OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png</key>
1028
+ <data>
1029
+ OkpD9Orbtr7mydkge47PL6fPDe4=
1030
+ </data>
1031
+ <key>OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png</key>
1032
+ <data>
1033
+ Zb8HupLU+ugegIGpwza6pjbgy+M=
1034
+ </data>
1035
+ <key>OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings</key>
1036
+ <dict>
1037
+ <key>hash</key>
1038
+ <data>
1039
+ LAFkelbJJqHVCkiaCsfSxHHwM1o=
1040
+ </data>
1041
+ <key>optional</key>
1042
+ <true/>
1043
+ </dict>
1044
+ <key>OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings</key>
1045
+ <dict>
1046
+ <key>hash</key>
1047
+ <data>
1048
+ sArWkgiE/oaAKlx4trg1M4bZy0M=
1049
+ </data>
1050
+ <key>optional</key>
1051
+ <true/>
1052
+ </dict>
1053
+ <key>OPPWAMobile-Resources.bundle/sofortueberweisung.png</key>
1054
+ <data>
1055
+ hNeFwkfzb7x5arohY6LVCFFaMy0=
1056
+ </data>
1057
+ <key>OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png</key>
1058
+ <data>
1059
+ qlX1Vr1qZVHBW1QE9fX3pZ7ZTT0=
1060
+ </data>
1061
+ <key>OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png</key>
1062
+ <data>
1063
+ ntDsHjC7MVduuEjI/dgfPpysnm0=
1064
+ </data>
1065
+ <key>OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings</key>
1066
+ <dict>
1067
+ <key>hash</key>
1068
+ <data>
1069
+ H4DDt7n/mYloBMYgn66uY7ObhSA=
1070
+ </data>
1071
+ <key>optional</key>
1072
+ <true/>
1073
+ </dict>
1074
+ <key>OPPWAMobile-Resources.bundle/style.html</key>
1075
+ <data>
1076
+ okBaqTKgx79rFAdT0UOFOqlqbzE=
1077
+ </data>
1078
+ <key>OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings</key>
1079
+ <dict>
1080
+ <key>hash</key>
1081
+ <data>
1082
+ TXDA5Qiqn5pnXeftIFewwvUzLI0=
1083
+ </data>
1084
+ <key>optional</key>
1085
+ <true/>
1086
+ </dict>
1087
+ <key>OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings</key>
1088
+ <dict>
1089
+ <key>hash</key>
1090
+ <data>
1091
+ AJNVX7F6iu3gcimSvp6irLicjvU=
1092
+ </data>
1093
+ <key>optional</key>
1094
+ <true/>
1095
+ </dict>
1096
+ <key>OPPWAMobile-Resources.bundle/trustly.png</key>
1097
+ <data>
1098
+ 5C+DfMnTnE8K7NlptaGp8F41Th4=
1099
+ </data>
1100
+ <key>OPPWAMobile-Resources.bundle/trustly@2x.png</key>
1101
+ <data>
1102
+ ItLaC6HNUdnB0g8xVoozh8UrYns=
1103
+ </data>
1104
+ <key>OPPWAMobile-Resources.bundle/trustly@3x.png</key>
1105
+ <data>
1106
+ s1TK3gg02t388dVtq76Csb8442s=
1107
+ </data>
1108
+ <key>OPPWAMobile-Resources.bundle/unionpay.png</key>
1109
+ <data>
1110
+ n4LSlnkz6BYyQt1f9GQtyHuGQe0=
1111
+ </data>
1112
+ <key>OPPWAMobile-Resources.bundle/unionpay@2x.png</key>
1113
+ <data>
1114
+ 9WpPrD6Dg8kFnzrK9kV7dl2AhiA=
1115
+ </data>
1116
+ <key>OPPWAMobile-Resources.bundle/unionpay@3x.png</key>
1117
+ <data>
1118
+ 6FjrsfZnMyl2mmD/sH33+/02g5U=
1119
+ </data>
1120
+ <key>OPPWAMobile-Resources.bundle/version.plist</key>
1121
+ <data>
1122
+ isOoFR+MUm7eEgEM+tKZAHIFEgk=
1123
+ </data>
1124
+ <key>OPPWAMobile-Resources.bundle/visa.png</key>
1125
+ <data>
1126
+ KXGZaGeRCXrb6uzvFS1Kg3R0JHs=
1127
+ </data>
1128
+ <key>OPPWAMobile-Resources.bundle/visa@2x.png</key>
1129
+ <data>
1130
+ LB3BZdm5fJpnfUbhkL/oyl3fAms=
1131
+ </data>
1132
+ <key>OPPWAMobile-Resources.bundle/visa@3x.png</key>
1133
+ <data>
1134
+ 88vP1Op0aRMS2euV8sPacQ56geA=
1135
+ </data>
1136
+ <key>OPPWAMobile-Resources.bundle/visadebit.png</key>
1137
+ <data>
1138
+ yShiaW/8BVXS72nCeGSSZONtP9U=
1139
+ </data>
1140
+ <key>OPPWAMobile-Resources.bundle/visadebit@2x.png</key>
1141
+ <data>
1142
+ KuVFEigazRkQYtjoPNVHLssjpno=
1143
+ </data>
1144
+ <key>OPPWAMobile-Resources.bundle/visadebit@3x.png</key>
1145
+ <data>
1146
+ ytzUNTsel0agrTswSyL4oJwhKRs=
1147
+ </data>
1148
+ <key>OPPWAMobile-Resources.bundle/visaelectron.png</key>
1149
+ <data>
1150
+ QzCj3lgl0BGRVyNA8SO0NB8uNuo=
1151
+ </data>
1152
+ <key>OPPWAMobile-Resources.bundle/visaelectron@2x.png</key>
1153
+ <data>
1154
+ maK4v8NKah7AzP4l2JsAEwww9FQ=
1155
+ </data>
1156
+ <key>OPPWAMobile-Resources.bundle/visaelectron@3x.png</key>
1157
+ <data>
1158
+ 9h4nbG3I+U5Tc3rgNNvW1Q2NXIE=
1159
+ </data>
1160
+ <key>OPPWAMobile-Resources.bundle/yandex.png</key>
1161
+ <data>
1162
+ poW1gsyLKHNihcGXJG7XpasWihU=
1163
+ </data>
1164
+ <key>OPPWAMobile-Resources.bundle/yandex@2x.png</key>
1165
+ <data>
1166
+ FkAUC2/lGUHbKWBwtU2TPmija+g=
1167
+ </data>
1168
+ <key>OPPWAMobile-Resources.bundle/yandex@3x.png</key>
1169
+ <data>
1170
+ pgwnIsqWI5vdcAKiKH2fWN+IT7k=
1171
+ </data>
1172
+ <key>OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings</key>
1173
+ <dict>
1174
+ <key>hash</key>
1175
+ <data>
1176
+ 4GkbvvPHr7SN4rqj1kxYjN2FSN4=
1177
+ </data>
1178
+ <key>optional</key>
1179
+ <true/>
1180
+ </dict>
1181
+ <key>OPPWAMobile-Resources.bundle/zh_MO.lproj/OPPCheckout.strings</key>
1182
+ <dict>
1183
+ <key>hash</key>
1184
+ <data>
1185
+ eAgqCgFQJ3aC1NmifBaigWBQoA4=
1186
+ </data>
1187
+ <key>optional</key>
1188
+ <true/>
1189
+ </dict>
1190
+ <key>OPPWAMobile-Resources.bundle/zh_TW.lproj/OPPCheckout.strings</key>
1191
+ <dict>
1192
+ <key>hash</key>
1193
+ <data>
1194
+ Ju/Bt8zwSRurs/3kmh1BlFHEfMo=
1195
+ </data>
1196
+ <key>optional</key>
1197
+ <true/>
1198
+ </dict>
1199
+ <key>PrivacyInfo.xcprivacy</key>
1200
+ <data>
1201
+ UIS53iFQBzQQES3a6nJ3W61UtGM=
1202
+ </data>
1203
+ </dict>
1204
+ <key>files2</key>
1205
+ <dict>
1206
+ <key>Headers/NSString+Security.h</key>
1207
+ <dict>
1208
+ <key>hash2</key>
1209
+ <data>
1210
+ ZFq1l41OMZuOPD15UZ+NloHoVYPe0EK3+VPg0JbxD1A=
1211
+ </data>
1212
+ </dict>
1213
+ <key>Headers/OPPAffirmProcessor.h</key>
1214
+ <dict>
1215
+ <key>hash2</key>
1216
+ <data>
1217
+ p3+dmnjlSJxhkN16odMq1Q2ft/PdUJczJQO2uBj9u8o=
1218
+ </data>
1219
+ </dict>
1220
+ <key>Headers/OPPAfterpayUtil.h</key>
1221
+ <dict>
1222
+ <key>hash2</key>
1223
+ <data>
1224
+ l8iXLiqH1uoC9ki6c5ju+lFKNN+8KEUvr2HA0whh/dA=
1225
+ </data>
1226
+ </dict>
1227
+ <key>Headers/OPPCardDetailsComponent.h</key>
1228
+ <dict>
1229
+ <key>hash2</key>
1230
+ <data>
1231
+ 0uPt3TS4+/c96iPQGsKpQjcvE+GS+twgw2f7LePbpXY=
1232
+ </data>
1233
+ </dict>
1234
+ <key>Headers/OPPCardDetailsModel+BrandDetection.h</key>
1235
+ <dict>
1236
+ <key>hash2</key>
1237
+ <data>
1238
+ TPqP15M3O6LP9KhdNGTQGm10xYea5Aajip7NnqoRXmk=
1239
+ </data>
1240
+ </dict>
1241
+ <key>Headers/OPPCardDetailsModel+Validation.h</key>
1242
+ <dict>
1243
+ <key>hash2</key>
1244
+ <data>
1245
+ tfVnJp1m5U2nsWCiDu7/CPgYHWhS4YvdghR+m/6l0Q4=
1246
+ </data>
1247
+ </dict>
1248
+ <key>Headers/OPPCardDetailsModel+Visibility.h</key>
1249
+ <dict>
1250
+ <key>hash2</key>
1251
+ <data>
1252
+ o57zpzqLWMphcIsTB2EzEwMuwctbgZLZtUUvJ4hVWNI=
1253
+ </data>
1254
+ </dict>
1255
+ <key>Headers/OPPCardDetailsModel.h</key>
1256
+ <dict>
1257
+ <key>hash2</key>
1258
+ <data>
1259
+ qsBIiSz1DwNS1TDT17cJhgj7z+riOzRQjqSMhe4T0Ug=
1260
+ </data>
1261
+ </dict>
1262
+ <key>Headers/OPPCardDetailsProtocol.h</key>
1263
+ <dict>
1264
+ <key>hash2</key>
1265
+ <data>
1266
+ 6vT5nNlfLyxQgRnY5qxDPIsjnoJffgyJgByuEU43eOo=
1267
+ </data>
1268
+ </dict>
1269
+ <key>Headers/OPPCardDetailsViewModel+TextDelegate.h</key>
1270
+ <dict>
1271
+ <key>hash2</key>
1272
+ <data>
1273
+ P6gVdT50b9ozkACNi8u4DDHMfAg7WWdib4kx69iBr+U=
1274
+ </data>
1275
+ </dict>
1276
+ <key>Headers/OPPCardDetailsViewModel+Visibility.h</key>
1277
+ <dict>
1278
+ <key>hash2</key>
1279
+ <data>
1280
+ bNPmqv/hu85THoU376awJ62yoDAM4j3/u4KJDXYsC3E=
1281
+ </data>
1282
+ </dict>
1283
+ <key>Headers/OPPCardDetailsViewModel.h</key>
1284
+ <dict>
1285
+ <key>hash2</key>
1286
+ <data>
1287
+ KnYj5aujLhh3R0uzcuN2jlGBl7hDqdVnNj9tIBg4+xk=
1288
+ </data>
1289
+ </dict>
1290
+ <key>Headers/OPPCashAppPayProcessor.h</key>
1291
+ <dict>
1292
+ <key>hash2</key>
1293
+ <data>
1294
+ ipM1jIL4pLjFi6iUHSkflJSw7os7CZlte0oyQV2RFNs=
1295
+ </data>
1296
+ </dict>
1297
+ <key>Headers/OPPCheckoutApplePayContactType.h</key>
1298
+ <dict>
1299
+ <key>hash2</key>
1300
+ <data>
1301
+ aVzP1XpnwWYN2iCGEC74sObDoyEXCmgs3bPi+UN5sO8=
1302
+ </data>
1303
+ </dict>
1304
+ <key>Headers/OPPCheckoutProvider.h</key>
1305
+ <dict>
1306
+ <key>hash2</key>
1307
+ <data>
1308
+ CP7f/OahnBvIaoyzDthiskz9Z5nYfNjTNbnT0ujJoXk=
1309
+ </data>
1310
+ </dict>
1311
+ <key>Headers/OPPConstants.h</key>
1312
+ <dict>
1313
+ <key>hash2</key>
1314
+ <data>
1315
+ EHdrtR6pGs99Ql4/Nwo6LuRV99sgqJWAl91aPa/piqI=
1316
+ </data>
1317
+ </dict>
1318
+ <key>Headers/OPPErrors.h</key>
1319
+ <dict>
1320
+ <key>hash2</key>
1321
+ <data>
1322
+ ydOUG6zSJUKKMVt8sGDCGYlMOKPrsb3AWmYvtRCGeLE=
1323
+ </data>
1324
+ </dict>
1325
+ <key>Headers/OPPFraudForceUtil.h</key>
1326
+ <dict>
1327
+ <key>hash2</key>
1328
+ <data>
1329
+ rR+zEX1tOEDp+xDz7yL8tNzDv6Bal360fhAd7b1ASRE=
1330
+ </data>
1331
+ </dict>
1332
+ <key>Headers/OPPKlarnaPaymentViewWrapper.h</key>
1333
+ <dict>
1334
+ <key>hash2</key>
1335
+ <data>
1336
+ geMu3D/MCUuzbMY0bLxSxF00/haLg5NYMG8HdWbhwTE=
1337
+ </data>
1338
+ </dict>
1339
+ <key>Headers/OPPPaymentProvider.h</key>
1340
+ <dict>
1341
+ <key>hash2</key>
1342
+ <data>
1343
+ B8TdXgmlD/xIW1kRY5nAz+06/WtMlrfdcFhojiRhmFc=
1344
+ </data>
1345
+ </dict>
1346
+ <key>Headers/OPPPaymentSchemes.h</key>
1347
+ <dict>
1348
+ <key>hash2</key>
1349
+ <data>
1350
+ 55WfZHya92tuIdOV+D4kcJzv3/A6hTnlxZim5jtN12c=
1351
+ </data>
1352
+ </dict>
1353
+ <key>Headers/OPPPaymentSelectionComponent.h</key>
1354
+ <dict>
1355
+ <key>hash2</key>
1356
+ <data>
1357
+ PW+Z/WKmbUhmB4SGAY+GjxWBOU/hpnt0N3NQjd8O6y4=
1358
+ </data>
1359
+ </dict>
1360
+ <key>Headers/OPPPaymentSelectionProtocol.h</key>
1361
+ <dict>
1362
+ <key>hash2</key>
1363
+ <data>
1364
+ hcwAjv50jDvrP66rNVXbB1elyr6PF1Ek63AOes/I0kc=
1365
+ </data>
1366
+ </dict>
1367
+ <key>Headers/OPPPaymentSelectionViewModel.h</key>
1368
+ <dict>
1369
+ <key>hash2</key>
1370
+ <data>
1371
+ N3D8GYZlODPQOxf4/vGfSd3PRq457VQtnuFiT6Jjvcs=
1372
+ </data>
1373
+ </dict>
1374
+ <key>Headers/OPPTheme.h</key>
1375
+ <dict>
1376
+ <key>hash2</key>
1377
+ <data>
1378
+ 1TBa0Jekk0AqWIzO3KJ3kmq6JYJalc9qRBmNksKvG/k=
1379
+ </data>
1380
+ </dict>
1381
+ <key>Headers/OPPThreeDSChallengeUiType.h</key>
1382
+ <dict>
1383
+ <key>hash2</key>
1384
+ <data>
1385
+ jE6s/T8PD+Me3NAAQ8QMl5ewYRm0sbpoTLr9/1kHaMo=
1386
+ </data>
1387
+ </dict>
1388
+ <key>Headers/OPPViewController.h</key>
1389
+ <dict>
1390
+ <key>hash2</key>
1391
+ <data>
1392
+ /zBaqdu4VYUJob4zuOzHhyMiSwi+wlPYOv93Vivtw14=
1393
+ </data>
1394
+ </dict>
1395
+ <key>Headers/OPPWAMobile-Swift.h</key>
1396
+ <dict>
1397
+ <key>hash2</key>
1398
+ <data>
1399
+ s9X59nPek2F90VNbd/sbxrsDb32eTmQX+HmXXMmc4eU=
1400
+ </data>
1401
+ </dict>
1402
+ <key>Headers/OPPWAMobile.h</key>
1403
+ <dict>
1404
+ <key>hash2</key>
1405
+ <data>
1406
+ xADLGHXd2BbCBOp/DadOh+MhoHOwSC0SxV6FFcxEabk=
1407
+ </data>
1408
+ </dict>
1409
+ <key>Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
1410
+ <dict>
1411
+ <key>hash2</key>
1412
+ <data>
1413
+ qoLTNxVfb1O918xDP/3xiz9QJJhr9lia5ttciLkxeQA=
1414
+ </data>
1415
+ </dict>
1416
+ <key>Modules/OPPWAMobile.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
1417
+ <dict>
1418
+ <key>hash2</key>
1419
+ <data>
1420
+ lb+qekyAJHqFLit5YwPTmkuuz1Jp+CNcjBzrLACvjxg=
1421
+ </data>
1422
+ </dict>
1423
+ <key>Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
1424
+ <dict>
1425
+ <key>hash2</key>
1426
+ <data>
1427
+ 2YnDYNRlLdKSdOOVXJnJ0jZ5aAAACFZBW9WhsVpREss=
1428
+ </data>
1429
+ </dict>
1430
+ <key>Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
1431
+ <dict>
1432
+ <key>hash2</key>
1433
+ <data>
1434
+ +Dw5Y7wxwCyWFkd4VmkfRJFxdEJTuB6pInuoU2r1OBE=
1435
+ </data>
1436
+ </dict>
1437
+ <key>Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
1438
+ <dict>
1439
+ <key>hash2</key>
1440
+ <data>
1441
+ 4H7f/2sDLS8JYAnLdmafrLTbYumbKPnHKYKDCdeZquo=
1442
+ </data>
1443
+ </dict>
1444
+ <key>Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
1445
+ <dict>
1446
+ <key>hash2</key>
1447
+ <data>
1448
+ +Dw5Y7wxwCyWFkd4VmkfRJFxdEJTuB6pInuoU2r1OBE=
1449
+ </data>
1450
+ </dict>
1451
+ <key>Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
1452
+ <dict>
1453
+ <key>hash2</key>
1454
+ <data>
1455
+ y4g4Wkat+p3pvB8GCDNZzgBSSozGiHFTbJYFiSk2IpE=
1456
+ </data>
1457
+ </dict>
1458
+ <key>Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
1459
+ <dict>
1460
+ <key>hash2</key>
1461
+ <data>
1462
+ 2YnDYNRlLdKSdOOVXJnJ0jZ5aAAACFZBW9WhsVpREss=
1463
+ </data>
1464
+ </dict>
1465
+ <key>Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
1466
+ <dict>
1467
+ <key>hash2</key>
1468
+ <data>
1469
+ mGDeUMXRy93NfjsVwsZRLqAF/B9Bw9ncRoo2wK7AbXo=
1470
+ </data>
1471
+ </dict>
1472
+ <key>Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
1473
+ <dict>
1474
+ <key>hash2</key>
1475
+ <data>
1476
+ PdqeqFexDTZr5jWhEbD814ftwMZAkJ3qyEgoY610G6s=
1477
+ </data>
1478
+ </dict>
1479
+ <key>Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
1480
+ <dict>
1481
+ <key>hash2</key>
1482
+ <data>
1483
+ mGDeUMXRy93NfjsVwsZRLqAF/B9Bw9ncRoo2wK7AbXo=
1484
+ </data>
1485
+ </dict>
1486
+ <key>Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
1487
+ <dict>
1488
+ <key>hash2</key>
1489
+ <data>
1490
+ 6mL+3+4ZDCyPCz91pU+SaMFi6PrHmPB2UC2hjY/BTgQ=
1491
+ </data>
1492
+ </dict>
1493
+ <key>Modules/module.modulemap</key>
1494
+ <dict>
1495
+ <key>hash2</key>
1496
+ <data>
1497
+ OFo2+v4KMZEwhBxr1Q40KEeeWK6q4S5057X+XDI80c0=
1498
+ </data>
1499
+ </dict>
1500
+ <key>OPPWAMobile-Resources.bundle/Info.plist</key>
1501
+ <dict>
1502
+ <key>hash2</key>
1503
+ <data>
1504
+ dBe3ehlzi+1erHpduVtCrBesyqstPGR2UhuQbK0Zxp0=
1505
+ </data>
1506
+ </dict>
1507
+ <key>OPPWAMobile-Resources.bundle/Klarna.json</key>
1508
+ <dict>
1509
+ <key>hash2</key>
1510
+ <data>
1511
+ I0JJw1UWk0leEqc4JpCDD8w/E5h1izwFoHEGWGNhaCo=
1512
+ </data>
1513
+ </dict>
1514
+ <key>OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib</key>
1515
+ <dict>
1516
+ <key>hash2</key>
1517
+ <data>
1518
+ SJ9BGDi7dHOYP1zgFTJLjC7WbdU8VBmyRcKrBiTArxg=
1519
+ </data>
1520
+ </dict>
1521
+ <key>OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib</key>
1522
+ <dict>
1523
+ <key>hash2</key>
1524
+ <data>
1525
+ aQutXa5v+pvmJdIy/wGaKtHQQQnSMvvc8pSpcIae9og=
1526
+ </data>
1527
+ </dict>
1528
+ <key>OPPWAMobile-Resources.bundle/OPPAddressView.nib</key>
1529
+ <dict>
1530
+ <key>hash2</key>
1531
+ <data>
1532
+ 34K0Q6C5RI5QiNALlFz6vBjTvnCgs9tH+EljX95QbiU=
1533
+ </data>
1534
+ </dict>
1535
+ <key>OPPWAMobile-Resources.bundle/OPPBlikDetailsViewController.nib</key>
1536
+ <dict>
1537
+ <key>hash2</key>
1538
+ <data>
1539
+ mgVPArpjhP+5O4uk/YOhJwGylwB9S2fjinDfZUyvjtI=
1540
+ </data>
1541
+ </dict>
1542
+ <key>OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib</key>
1543
+ <dict>
1544
+ <key>hash2</key>
1545
+ <data>
1546
+ 5cwZxbytXdTiSbbcTPyyMDhXR3qXf+KE0Cuvd8aVpIg=
1547
+ </data>
1548
+ </dict>
1549
+ <key>OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib</key>
1550
+ <dict>
1551
+ <key>hash2</key>
1552
+ <data>
1553
+ EkJmge6e5iz3YFmdIXWXLOXE4I7P5jo0bbJtMw76ixc=
1554
+ </data>
1555
+ </dict>
1556
+ <key>OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib</key>
1557
+ <dict>
1558
+ <key>hash2</key>
1559
+ <data>
1560
+ ylYxZoPvG+AqhVprbyHWhofMcqUf86TfpKKr1UnV1WI=
1561
+ </data>
1562
+ </dict>
1563
+ <key>OPPWAMobile-Resources.bundle/OPPCardViewController.nib</key>
1564
+ <dict>
1565
+ <key>hash2</key>
1566
+ <data>
1567
+ lpPftZHUPz0tTXnlsux14X/hM0AEeTzyHubXOYGeY1s=
1568
+ </data>
1569
+ </dict>
1570
+ <key>OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib</key>
1571
+ <dict>
1572
+ <key>hash2</key>
1573
+ <data>
1574
+ 5qQNWB6sVIky4Wlg4aTok1VLuja2dGMfNpLLfuWfbh4=
1575
+ </data>
1576
+ </dict>
1577
+ <key>OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib</key>
1578
+ <dict>
1579
+ <key>hash2</key>
1580
+ <data>
1581
+ PsgZj7dEcm7sIp5Yahog143TjICedrUtykahBAqJqm0=
1582
+ </data>
1583
+ </dict>
1584
+ <key>OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib</key>
1585
+ <dict>
1586
+ <key>hash2</key>
1587
+ <data>
1588
+ MSW0J+W0AaXr/GkY3NzcGQIjE7AO2az3vgCBDjtFIxs=
1589
+ </data>
1590
+ </dict>
1591
+ <key>OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib</key>
1592
+ <dict>
1593
+ <key>hash2</key>
1594
+ <data>
1595
+ 9bRk/IadMAW1I6U4M5xqRZIlK+qTYeBxwM8/NbC12/w=
1596
+ </data>
1597
+ </dict>
1598
+ <key>OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib</key>
1599
+ <dict>
1600
+ <key>hash2</key>
1601
+ <data>
1602
+ A5nlen/mXcdL2kpzcc5H81jBLH3N/9OQEJYQCMfZ+dM=
1603
+ </data>
1604
+ </dict>
1605
+ <key>OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib</key>
1606
+ <dict>
1607
+ <key>hash2</key>
1608
+ <data>
1609
+ 7lWNmR47RMYOvqW6fRjSs4Kr57D+ZlHJGDsTXEDUYPY=
1610
+ </data>
1611
+ </dict>
1612
+ <key>OPPWAMobile-Resources.bundle/OPPEditAddressView.nib</key>
1613
+ <dict>
1614
+ <key>hash2</key>
1615
+ <data>
1616
+ u1RC9loCiiyqLdzzp3Wgx05Nj2fEl7ba66caAikYd8g=
1617
+ </data>
1618
+ </dict>
1619
+ <key>OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib</key>
1620
+ <dict>
1621
+ <key>hash2</key>
1622
+ <data>
1623
+ cWDJeRJV7jvmb6c/ts/AlMWQm/4uxMrjbqPDobg3HZs=
1624
+ </data>
1625
+ </dict>
1626
+ <key>OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib</key>
1627
+ <dict>
1628
+ <key>hash2</key>
1629
+ <data>
1630
+ 4diOSMqp/1kFDPMpWyVfqKy7+V+qqe0DXpNCQcoWSPc=
1631
+ </data>
1632
+ </dict>
1633
+ <key>OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib</key>
1634
+ <dict>
1635
+ <key>hash2</key>
1636
+ <data>
1637
+ /D8BLB0oGDn2IAE6LS6g0aapmJE2k2wDnZcZeV1VI4Q=
1638
+ </data>
1639
+ </dict>
1640
+ <key>OPPWAMobile-Resources.bundle/OPPInstallmentPlanHeaderCell.nib</key>
1641
+ <dict>
1642
+ <key>hash2</key>
1643
+ <data>
1644
+ bGUFB/+KFufFbrrdYSLF5A0Werng6PyS++on1Kzla2M=
1645
+ </data>
1646
+ </dict>
1647
+ <key>OPPWAMobile-Resources.bundle/OPPInstallmentPlanTableViewCell.nib</key>
1648
+ <dict>
1649
+ <key>hash2</key>
1650
+ <data>
1651
+ Md6wsmisIXu37mX6MKvIjdBo0RfYEq/+OHRzI6yiLHQ=
1652
+ </data>
1653
+ </dict>
1654
+ <key>OPPWAMobile-Resources.bundle/OPPInstallmentPlanView.nib</key>
1655
+ <dict>
1656
+ <key>hash2</key>
1657
+ <data>
1658
+ vFh1Kk7WHR4tix5oQvr9R3ff6PzrpkeyuORUEliK80c=
1659
+ </data>
1660
+ </dict>
1661
+ <key>OPPWAMobile-Resources.bundle/OPPInstallmentPlanVisaLogoCell.nib</key>
1662
+ <dict>
1663
+ <key>hash2</key>
1664
+ <data>
1665
+ tUxeLRB8axOaRKPCygLQBIbdMxg7ZRrxOB6gPQaIPEY=
1666
+ </data>
1667
+ </dict>
1668
+ <key>OPPWAMobile-Resources.bundle/OPPInstantPayDetailsViewController.nib</key>
1669
+ <dict>
1670
+ <key>hash2</key>
1671
+ <data>
1672
+ ObGo+S9QXtD7jAJVtG/4XI3ICoNOMsBP6LAF0nxf2YI=
1673
+ </data>
1674
+ </dict>
1675
+ <key>OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib</key>
1676
+ <dict>
1677
+ <key>hash2</key>
1678
+ <data>
1679
+ m2XLyWAYt+jv7axGy7crkbXBGpQ+y30hnO+tH2z731M=
1680
+ </data>
1681
+ </dict>
1682
+ <key>OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib</key>
1683
+ <dict>
1684
+ <key>hash2</key>
1685
+ <data>
1686
+ whMy3+dK5C6lfV99vuj4yJOPSlsqnOcToVEPdyJeAmU=
1687
+ </data>
1688
+ </dict>
1689
+ <key>OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib</key>
1690
+ <dict>
1691
+ <key>hash2</key>
1692
+ <data>
1693
+ /oO1ZkfaKTIKtMd6FG/wUY1CCRrvUoIrn3F1ln4/ZqQ=
1694
+ </data>
1695
+ </dict>
1696
+ <key>OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib</key>
1697
+ <dict>
1698
+ <key>hash2</key>
1699
+ <data>
1700
+ 4ZnR7RV4NkoxUv7kopRfUKK0xoRHMwNd87C1gNDHT8U=
1701
+ </data>
1702
+ </dict>
1703
+ <key>OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib</key>
1704
+ <dict>
1705
+ <key>hash2</key>
1706
+ <data>
1707
+ kR/S+zN/G5IvD+F7dhYIDH2dd+5NjmZO03z7C1k2nUk=
1708
+ </data>
1709
+ </dict>
1710
+ <key>OPPWAMobile-Resources.bundle/OPPOrSeparatorTableViewCell.nib</key>
1711
+ <dict>
1712
+ <key>hash2</key>
1713
+ <data>
1714
+ i4rFi9BRS1gQ6o4Byy22KwP2wx3QlWFqWwc6FgiWmgw=
1715
+ </data>
1716
+ </dict>
1717
+ <key>OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib</key>
1718
+ <dict>
1719
+ <key>hash2</key>
1720
+ <data>
1721
+ IgWW/t6wv0dTJJiLLR/Wpu3ORxzIogM6cpuZgAelrDI=
1722
+ </data>
1723
+ </dict>
1724
+ <key>OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib</key>
1725
+ <dict>
1726
+ <key>hash2</key>
1727
+ <data>
1728
+ PZpYq8nvQuXws9k8JA03OrOjCWUst9+/IPHoeovpojU=
1729
+ </data>
1730
+ </dict>
1731
+ <key>OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib</key>
1732
+ <dict>
1733
+ <key>hash2</key>
1734
+ <data>
1735
+ rKse7BM2hIVM1EskJ3O79XB5xqqX4+Ac8B440bIg83Y=
1736
+ </data>
1737
+ </dict>
1738
+ <key>OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib</key>
1739
+ <dict>
1740
+ <key>hash2</key>
1741
+ <data>
1742
+ YeVc2DaQpVyhOwrZvkyBltZVJa40+zgeNYRBc3HyVxU=
1743
+ </data>
1744
+ </dict>
1745
+ <key>OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib</key>
1746
+ <dict>
1747
+ <key>hash2</key>
1748
+ <data>
1749
+ wn05KtEE+B0DzuJ7mt8PM1OSFYmhHULz+C7tFl7SndQ=
1750
+ </data>
1751
+ </dict>
1752
+ <key>OPPWAMobile-Resources.bundle/OPPPaymentSelectionViewController.nib</key>
1753
+ <dict>
1754
+ <key>hash2</key>
1755
+ <data>
1756
+ TaXgGy57QciAcz14qAJKcdcuMcaLTHGHluPng7U9llo=
1757
+ </data>
1758
+ </dict>
1759
+ <key>OPPWAMobile-Resources.bundle/OPPRatePayDetailsViewController.nib</key>
1760
+ <dict>
1761
+ <key>hash2</key>
1762
+ <data>
1763
+ SdmV2+o8eEKXZ/2RP62FQyJZV/mWhMKKyhleLAeXVkk=
1764
+ </data>
1765
+ </dict>
1766
+ <key>OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib</key>
1767
+ <dict>
1768
+ <key>hash2</key>
1769
+ <data>
1770
+ k1RMK39XkPV6T+vT2pwct4oTKSVNTSSdju/69unTVGQ=
1771
+ </data>
1772
+ </dict>
1773
+ <key>OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib</key>
1774
+ <dict>
1775
+ <key>hash2</key>
1776
+ <data>
1777
+ 4pOYWF7yjMWYH+tCv8cFcY0EX6QC5oWyC5ROdImt8HM=
1778
+ </data>
1779
+ </dict>
1780
+ <key>OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib</key>
1781
+ <dict>
1782
+ <key>hash2</key>
1783
+ <data>
1784
+ z5OzmbltcwlRmJ1yAtNHwrMIhR+FfzkErGdkoAB5F5A=
1785
+ </data>
1786
+ </dict>
1787
+ <key>OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib</key>
1788
+ <dict>
1789
+ <key>hash2</key>
1790
+ <data>
1791
+ GymYES44hDAL4ZpqRykiwrUAxM/Z6EtMFkecy2a3R5Q=
1792
+ </data>
1793
+ </dict>
1794
+ <key>OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib</key>
1795
+ <dict>
1796
+ <key>hash2</key>
1797
+ <data>
1798
+ 89pUwUYc9ch5XDBybkbPnm8uwxyl0wdwjntd/fhUSiE=
1799
+ </data>
1800
+ </dict>
1801
+ <key>OPPWAMobile-Resources.bundle/_CodeSignature/CodeDirectory</key>
1802
+ <dict>
1803
+ <key>hash2</key>
1804
+ <data>
1805
+ HnSJ5yUmigW3AZ+otJIuA9x0HdaBy57vCZ4nQntLqeY=
1806
+ </data>
1807
+ </dict>
1808
+ <key>OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements</key>
1809
+ <dict>
1810
+ <key>hash2</key>
1811
+ <data>
1812
+ mHkgkE6rZQ51eIwFSqCwUk5qgL/HGqMt+NI3phdD+YY=
1813
+ </data>
1814
+ </dict>
1815
+ <key>OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources</key>
1816
+ <dict>
1817
+ <key>hash2</key>
1818
+ <data>
1819
+ mGX7R5cELCInMm/smDh+huPEpZpsTaeFTPS3/Kt2TrI=
1820
+ </data>
1821
+ </dict>
1822
+ <key>OPPWAMobile-Resources.bundle/_CodeSignature/CodeSignature</key>
1823
+ <dict>
1824
+ <key>hash2</key>
1825
+ <data>
1826
+ 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=
1827
+ </data>
1828
+ </dict>
1829
+ <key>OPPWAMobile-Resources.bundle/amex.png</key>
1830
+ <dict>
1831
+ <key>hash2</key>
1832
+ <data>
1833
+ +h7+WzTKUs2XesvMQvagB69UA9N1cIZDvnAjVUYkZf4=
1834
+ </data>
1835
+ </dict>
1836
+ <key>OPPWAMobile-Resources.bundle/amex@2x.png</key>
1837
+ <dict>
1838
+ <key>hash2</key>
1839
+ <data>
1840
+ NDT6iaZ01tvY40cI8eKOF6X1om9qOtlX9UXMVVzbO8Y=
1841
+ </data>
1842
+ </dict>
1843
+ <key>OPPWAMobile-Resources.bundle/amex@3x.png</key>
1844
+ <dict>
1845
+ <key>hash2</key>
1846
+ <data>
1847
+ W1J4sScjGvtmSVJJfCWJAYwjvGyKbX7ORaaLdnYEWew=
1848
+ </data>
1849
+ </dict>
1850
+ <key>OPPWAMobile-Resources.bundle/applepay.png</key>
1851
+ <dict>
1852
+ <key>hash2</key>
1853
+ <data>
1854
+ bR0F/bFHdzAZN+LiJ4pb7zsFAAybPl3KRH9HTwY3xHQ=
1855
+ </data>
1856
+ </dict>
1857
+ <key>OPPWAMobile-Resources.bundle/applepay@2x.png</key>
1858
+ <dict>
1859
+ <key>hash2</key>
1860
+ <data>
1861
+ eL2dtGFoyh9jzQd4alq/Ck7YiPuw0lVlMTrwN4LOR9c=
1862
+ </data>
1863
+ </dict>
1864
+ <key>OPPWAMobile-Resources.bundle/applepay@3x.png</key>
1865
+ <dict>
1866
+ <key>hash2</key>
1867
+ <data>
1868
+ PN+LtzAyBPW65K5TgJ0nnGXIwHLjHXebx7/SSJrb1TY=
1869
+ </data>
1870
+ </dict>
1871
+ <key>OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings</key>
1872
+ <dict>
1873
+ <key>hash2</key>
1874
+ <data>
1875
+ rZq3PCMLguCbKC2DMMRifJxOmjxqfgGRI0SZBiSXdfA=
1876
+ </data>
1877
+ <key>optional</key>
1878
+ <true/>
1879
+ </dict>
1880
+ <key>OPPWAMobile-Resources.bundle/arrow_down.png</key>
1881
+ <dict>
1882
+ <key>hash2</key>
1883
+ <data>
1884
+ /WmLw/sZdGXpWYqRYZtBLrGjnM2AsjGUHJYY1rdaRzs=
1885
+ </data>
1886
+ </dict>
1887
+ <key>OPPWAMobile-Resources.bundle/arrow_up.png</key>
1888
+ <dict>
1889
+ <key>hash2</key>
1890
+ <data>
1891
+ hyMBOn5xO+SGVnensIR3ZtFAqdkd1TT6ttBH9ZX2n6A=
1892
+ </data>
1893
+ </dict>
1894
+ <key>OPPWAMobile-Resources.bundle/boleto.png</key>
1895
+ <dict>
1896
+ <key>hash2</key>
1897
+ <data>
1898
+ bn9Q/Fcae/AaKB//KU8LCq+Tr9v4qcdCCmugvrJeg0g=
1899
+ </data>
1900
+ </dict>
1901
+ <key>OPPWAMobile-Resources.bundle/boleto@2x.png</key>
1902
+ <dict>
1903
+ <key>hash2</key>
1904
+ <data>
1905
+ UdrJujy5ZYGyjGGGsOfJgqj9acG+A6unDRJS5JRvLxQ=
1906
+ </data>
1907
+ </dict>
1908
+ <key>OPPWAMobile-Resources.bundle/boleto@3x.png</key>
1909
+ <dict>
1910
+ <key>hash2</key>
1911
+ <data>
1912
+ jJSMFxQ5JXqHn4oHNE9ZLPWoB71RUooam5e38vDLyOM=
1913
+ </data>
1914
+ </dict>
1915
+ <key>OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings</key>
1916
+ <dict>
1917
+ <key>hash2</key>
1918
+ <data>
1919
+ 3exjkzVF1hLJ7GsOJ6n02WHWfCdrt+VnPNSK6TR7Pmo=
1920
+ </data>
1921
+ <key>optional</key>
1922
+ <true/>
1923
+ </dict>
1924
+ <key>OPPWAMobile-Resources.bundle/camera_icon.png</key>
1925
+ <dict>
1926
+ <key>hash2</key>
1927
+ <data>
1928
+ OAFxaM2YhWl4M46IW9+FEnbRWhuz1pS5dgnmR3rCrM8=
1929
+ </data>
1930
+ </dict>
1931
+ <key>OPPWAMobile-Resources.bundle/camera_icon@2x.png</key>
1932
+ <dict>
1933
+ <key>hash2</key>
1934
+ <data>
1935
+ PKnm0ucR+pPcUeAu+OimZx6n6m5l/ejuY2ZFCw5tUzI=
1936
+ </data>
1937
+ </dict>
1938
+ <key>OPPWAMobile-Resources.bundle/camera_icon@3x.png</key>
1939
+ <dict>
1940
+ <key>hash2</key>
1941
+ <data>
1942
+ fpIkPthz86MBjRh0/UX6r/2tO48srvOw9WmJaRDHnDE=
1943
+ </data>
1944
+ </dict>
1945
+ <key>OPPWAMobile-Resources.bundle/card.png</key>
1946
+ <dict>
1947
+ <key>hash2</key>
1948
+ <data>
1949
+ ad3huWGBQhLu8Y8vFXByJR93TuDyNh5hrO8MtO7WTjI=
1950
+ </data>
1951
+ </dict>
1952
+ <key>OPPWAMobile-Resources.bundle/card@2x.png</key>
1953
+ <dict>
1954
+ <key>hash2</key>
1955
+ <data>
1956
+ 1UplACmftWEuD5515DEx1bsAtg6P+BVEAm/Ei4Ukhz8=
1957
+ </data>
1958
+ </dict>
1959
+ <key>OPPWAMobile-Resources.bundle/card@3x.png</key>
1960
+ <dict>
1961
+ <key>hash2</key>
1962
+ <data>
1963
+ WKLWSdsBdextAViIJkAIuVk112HWienKu5Hgd70sjEo=
1964
+ </data>
1965
+ </dict>
1966
+ <key>OPPWAMobile-Resources.bundle/cartebleue.png</key>
1967
+ <dict>
1968
+ <key>hash2</key>
1969
+ <data>
1970
+ x3xQW63kroBuNnm+Dom0ubzQP6psDgJRd7i1rOtF/w8=
1971
+ </data>
1972
+ </dict>
1973
+ <key>OPPWAMobile-Resources.bundle/cartebleue@2x.png</key>
1974
+ <dict>
1975
+ <key>hash2</key>
1976
+ <data>
1977
+ P5V2fXVt4vHBuM7AIMXwInqK6Qrth5sLhRLcWoTVMJE=
1978
+ </data>
1979
+ </dict>
1980
+ <key>OPPWAMobile-Resources.bundle/cartebleue@3x.png</key>
1981
+ <dict>
1982
+ <key>hash2</key>
1983
+ <data>
1984
+ PsyqQBByFD95Pn8RiNry/9xBZDqtepnpAZsZmR1P7BY=
1985
+ </data>
1986
+ </dict>
1987
+ <key>OPPWAMobile-Resources.bundle/copyandpay.html</key>
1988
+ <dict>
1989
+ <key>hash2</key>
1990
+ <data>
1991
+ seoDAf+uQX1wLZ+NO6niiSNohw2TxsisB28yXrBPDW8=
1992
+ </data>
1993
+ </dict>
1994
+ <key>OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings</key>
1995
+ <dict>
1996
+ <key>hash2</key>
1997
+ <data>
1998
+ jaca/84a8sg2hCe7EgzDndxtXak7Fewc1EbUMJsTL/s=
1999
+ </data>
2000
+ <key>optional</key>
2001
+ <true/>
2002
+ </dict>
2003
+ <key>OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings</key>
2004
+ <dict>
2005
+ <key>hash2</key>
2006
+ <data>
2007
+ 4jplbAIjh+RdPdpdIVexAbAZpzo66Dj/TV8On/3TMsM=
2008
+ </data>
2009
+ <key>optional</key>
2010
+ <true/>
2011
+ </dict>
2012
+ <key>OPPWAMobile-Resources.bundle/dankort.png</key>
2013
+ <dict>
2014
+ <key>hash2</key>
2015
+ <data>
2016
+ K6T+nPTKb05q1aKWIJSS+6+NNYJ7IQPZGDik4G2Vfm8=
2017
+ </data>
2018
+ </dict>
2019
+ <key>OPPWAMobile-Resources.bundle/dankort@2x.png</key>
2020
+ <dict>
2021
+ <key>hash2</key>
2022
+ <data>
2023
+ yUblzNeWEgnFcCfsVTOIPUTTlaUCxQYnAZ7UnMgUv5g=
2024
+ </data>
2025
+ </dict>
2026
+ <key>OPPWAMobile-Resources.bundle/dankort@3x.png</key>
2027
+ <dict>
2028
+ <key>hash2</key>
2029
+ <data>
2030
+ aZHG+6FPQ1mEqssDUU6ZRMRZ2cpVObsPclNmm+wnJwY=
2031
+ </data>
2032
+ </dict>
2033
+ <key>OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings</key>
2034
+ <dict>
2035
+ <key>hash2</key>
2036
+ <data>
2037
+ pfuBfVoKCf+IumfuOnzJC//wsiCoqJrPh1knMiitt4A=
2038
+ </data>
2039
+ <key>optional</key>
2040
+ <true/>
2041
+ </dict>
2042
+ <key>OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings</key>
2043
+ <dict>
2044
+ <key>hash2</key>
2045
+ <data>
2046
+ 7E+Az+zL5MyCVGZlN2MIqjAhTOKIGVVrXk06dT8RXFk=
2047
+ </data>
2048
+ <key>optional</key>
2049
+ <true/>
2050
+ </dict>
2051
+ <key>OPPWAMobile-Resources.bundle/diners.png</key>
2052
+ <dict>
2053
+ <key>hash2</key>
2054
+ <data>
2055
+ 8Cr9WNKsISCkzrcYigXSI6NHoj8rDerbLs/GDhDFXcY=
2056
+ </data>
2057
+ </dict>
2058
+ <key>OPPWAMobile-Resources.bundle/diners@2x.png</key>
2059
+ <dict>
2060
+ <key>hash2</key>
2061
+ <data>
2062
+ 02EfcgzIFCDlSJtCyGT4zzTqYo8wSm5wM93sNjlkG3o=
2063
+ </data>
2064
+ </dict>
2065
+ <key>OPPWAMobile-Resources.bundle/diners@3x.png</key>
2066
+ <dict>
2067
+ <key>hash2</key>
2068
+ <data>
2069
+ FGUaYZX4BpJs+hAJyAjoqsH+O3YOf4PoakBTOOsEaMY=
2070
+ </data>
2071
+ </dict>
2072
+ <key>OPPWAMobile-Resources.bundle/directdebit_sepa.png</key>
2073
+ <dict>
2074
+ <key>hash2</key>
2075
+ <data>
2076
+ mlRh9Mf572B8om2svMGuw7Cq8FCRBJbxlegbAhSq4VQ=
2077
+ </data>
2078
+ </dict>
2079
+ <key>OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png</key>
2080
+ <dict>
2081
+ <key>hash2</key>
2082
+ <data>
2083
+ emuHmfktyAkNNzMKWbRaWDvcB/tJ+AqTtcl2yKcZQTM=
2084
+ </data>
2085
+ </dict>
2086
+ <key>OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png</key>
2087
+ <dict>
2088
+ <key>hash2</key>
2089
+ <data>
2090
+ 43FD5Kn7Dd3xs/+Rm0O5DS7Plo93nqQ9gpvA72wS8V8=
2091
+ </data>
2092
+ </dict>
2093
+ <key>OPPWAMobile-Resources.bundle/discover.png</key>
2094
+ <dict>
2095
+ <key>hash2</key>
2096
+ <data>
2097
+ cqmS6/nVcuJBrAwV5b1ZUvUCRhQUnNcc8M4iAPUq4ZM=
2098
+ </data>
2099
+ </dict>
2100
+ <key>OPPWAMobile-Resources.bundle/discover@2x.png</key>
2101
+ <dict>
2102
+ <key>hash2</key>
2103
+ <data>
2104
+ 6jRNXQ45aMqT/MIvzzIdPfCmf6B1o+sn705KMUwYrfw=
2105
+ </data>
2106
+ </dict>
2107
+ <key>OPPWAMobile-Resources.bundle/discover@3x.png</key>
2108
+ <dict>
2109
+ <key>hash2</key>
2110
+ <data>
2111
+ XnyVO6r79K9on2XGJI4OXTC8ENCzHTOUx8GysxTv1TU=
2112
+ </data>
2113
+ </dict>
2114
+ <key>OPPWAMobile-Resources.bundle/en-JP.lproj/OPPCheckout.strings</key>
2115
+ <dict>
2116
+ <key>hash2</key>
2117
+ <data>
2118
+ GIrMeAupAD+gcHMeVGyJFv7R7ZKXixEIIATuQuGmbR8=
2119
+ </data>
2120
+ <key>optional</key>
2121
+ <true/>
2122
+ </dict>
2123
+ <key>OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings</key>
2124
+ <dict>
2125
+ <key>hash2</key>
2126
+ <data>
2127
+ sJTmRSCJJKNfbDZHEP/kJ670MqtknIC1VHqIb+GbIf0=
2128
+ </data>
2129
+ <key>optional</key>
2130
+ <true/>
2131
+ </dict>
2132
+ <key>OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings</key>
2133
+ <dict>
2134
+ <key>hash2</key>
2135
+ <data>
2136
+ +EqamIuXQ9vMLZSe3nhz3NkWO/dQniW3JOPnyHmz+sU=
2137
+ </data>
2138
+ <key>optional</key>
2139
+ <true/>
2140
+ </dict>
2141
+ <key>OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings</key>
2142
+ <dict>
2143
+ <key>hash2</key>
2144
+ <data>
2145
+ eEYAzHKaO/qxME8XK2asx9CJ6eZtrn9xGVg4QITFk8s=
2146
+ </data>
2147
+ <key>optional</key>
2148
+ <true/>
2149
+ </dict>
2150
+ <key>OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings</key>
2151
+ <dict>
2152
+ <key>hash2</key>
2153
+ <data>
2154
+ Dp3DQwThAwgRMKqgwOzSc69GzvqsA1eJuvSSaebG268=
2155
+ </data>
2156
+ <key>optional</key>
2157
+ <true/>
2158
+ </dict>
2159
+ <key>OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings</key>
2160
+ <dict>
2161
+ <key>hash2</key>
2162
+ <data>
2163
+ C8YHVq9yFgon4c4zOYN+6Y64NXqtpBUHNvF49NMkYIk=
2164
+ </data>
2165
+ <key>optional</key>
2166
+ <true/>
2167
+ </dict>
2168
+ <key>OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings</key>
2169
+ <dict>
2170
+ <key>hash2</key>
2171
+ <data>
2172
+ 6YdzUJ1iWYcvU+9CgiEqG3kOerOcdZis6n3xkoF7YpY=
2173
+ </data>
2174
+ <key>optional</key>
2175
+ <true/>
2176
+ </dict>
2177
+ <key>OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings</key>
2178
+ <dict>
2179
+ <key>hash2</key>
2180
+ <data>
2181
+ HWCCK/ZXLQr40kWWn6hy9L+Z96iK8+zLYs9gZoyhiqQ=
2182
+ </data>
2183
+ <key>optional</key>
2184
+ <true/>
2185
+ </dict>
2186
+ <key>OPPWAMobile-Resources.bundle/giropay.png</key>
2187
+ <dict>
2188
+ <key>hash2</key>
2189
+ <data>
2190
+ Drgiw2MfTQWNaKjzmAIy9ffJG5bUTN4D6kD1j5ztHcA=
2191
+ </data>
2192
+ </dict>
2193
+ <key>OPPWAMobile-Resources.bundle/giropay@2x.png</key>
2194
+ <dict>
2195
+ <key>hash2</key>
2196
+ <data>
2197
+ U7qw6Rdk57nNYYNUgX+JopormSD4FH/ceBpyRVSvHr8=
2198
+ </data>
2199
+ </dict>
2200
+ <key>OPPWAMobile-Resources.bundle/giropay@3x.png</key>
2201
+ <dict>
2202
+ <key>hash2</key>
2203
+ <data>
2204
+ LwqVjFf0oc7Ti0O0SJOknlAMwRlh9aDo6axkR7HrBF4=
2205
+ </data>
2206
+ </dict>
2207
+ <key>OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings</key>
2208
+ <dict>
2209
+ <key>hash2</key>
2210
+ <data>
2211
+ 36OH/DHcJ1Nx/iE2P+UDD4IVUWTMcb2Ad6B+r7/CWDM=
2212
+ </data>
2213
+ <key>optional</key>
2214
+ <true/>
2215
+ </dict>
2216
+ <key>OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings</key>
2217
+ <dict>
2218
+ <key>hash2</key>
2219
+ <data>
2220
+ gULnZZqK2NIcDnn0T5V0Q541Q/lcyeleosSF4wlUVRU=
2221
+ </data>
2222
+ <key>optional</key>
2223
+ <true/>
2224
+ </dict>
2225
+ <key>OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings</key>
2226
+ <dict>
2227
+ <key>hash2</key>
2228
+ <data>
2229
+ lCZRaX793OPp8mWKWlCOrUcSZm4P0bPM1hAc+MiQ6O8=
2230
+ </data>
2231
+ <key>optional</key>
2232
+ <true/>
2233
+ </dict>
2234
+ <key>OPPWAMobile-Resources.bundle/ideal.png</key>
2235
+ <dict>
2236
+ <key>hash2</key>
2237
+ <data>
2238
+ EPuIdnDq+WAvKZxcQ3/d/jP55BBX7MbfYEgGMbi07a4=
2239
+ </data>
2240
+ </dict>
2241
+ <key>OPPWAMobile-Resources.bundle/ideal@2x.png</key>
2242
+ <dict>
2243
+ <key>hash2</key>
2244
+ <data>
2245
+ I7Etm6fFUXcNMeNLb2qPUzfZTWs+KEHS742QDWT0KE0=
2246
+ </data>
2247
+ </dict>
2248
+ <key>OPPWAMobile-Resources.bundle/ideal@3x.png</key>
2249
+ <dict>
2250
+ <key>hash2</key>
2251
+ <data>
2252
+ Low/v//7j00EB+zoMGfw+UMY6ENkfy1XDx+a16GNMcw=
2253
+ </data>
2254
+ </dict>
2255
+ <key>OPPWAMobile-Resources.bundle/installmentPlans.json</key>
2256
+ <dict>
2257
+ <key>hash2</key>
2258
+ <data>
2259
+ G4s9IaJFzxnAHND2KFNJU6Lo6kynCXBRUJKHaITIaDY=
2260
+ </data>
2261
+ </dict>
2262
+ <key>OPPWAMobile-Resources.bundle/installments.png</key>
2263
+ <dict>
2264
+ <key>hash2</key>
2265
+ <data>
2266
+ ifEFxIZKm0iKWXda9ouXyTwsc7OuyzLXkvY4ttbh83M=
2267
+ </data>
2268
+ </dict>
2269
+ <key>OPPWAMobile-Resources.bundle/installments@2x.png</key>
2270
+ <dict>
2271
+ <key>hash2</key>
2272
+ <data>
2273
+ uDNffeYXiCWcCoa2mUOD97IQ3mW8NpGgLqNNfke/EPk=
2274
+ </data>
2275
+ </dict>
2276
+ <key>OPPWAMobile-Resources.bundle/installments@3x.png</key>
2277
+ <dict>
2278
+ <key>hash2</key>
2279
+ <data>
2280
+ BSQDP2zv51wLWCAa/yBe1cdL+KI9tj44Ja5WA71gfTA=
2281
+ </data>
2282
+ </dict>
2283
+ <key>OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings</key>
2284
+ <dict>
2285
+ <key>hash2</key>
2286
+ <data>
2287
+ +Z4bGUOQ9Yqg9lhy4Kf8uZEmyH03wjjVtadKvqX2Mns=
2288
+ </data>
2289
+ <key>optional</key>
2290
+ <true/>
2291
+ </dict>
2292
+ <key>OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings</key>
2293
+ <dict>
2294
+ <key>hash2</key>
2295
+ <data>
2296
+ zX9kSRNOLNV1G3tDM7GrRdAWcG/5P5Jl1ww0A29gOoQ=
2297
+ </data>
2298
+ <key>optional</key>
2299
+ <true/>
2300
+ </dict>
2301
+ <key>OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings</key>
2302
+ <dict>
2303
+ <key>hash2</key>
2304
+ <data>
2305
+ u8aLV4nkXCNOJndTkX1nuv9JfLxVk3DYbDcblOjViBI=
2306
+ </data>
2307
+ <key>optional</key>
2308
+ <true/>
2309
+ </dict>
2310
+ <key>OPPWAMobile-Resources.bundle/javascript.html</key>
2311
+ <dict>
2312
+ <key>hash2</key>
2313
+ <data>
2314
+ bBbZNCDtfGPwff2DeTpa83Zaq8zq5MLhdR6QVFcnj4A=
2315
+ </data>
2316
+ </dict>
2317
+ <key>OPPWAMobile-Resources.bundle/jcb.png</key>
2318
+ <dict>
2319
+ <key>hash2</key>
2320
+ <data>
2321
+ T0HVSs62Otm3W5IkL6+HKw8MNw25jCnE3W67hvARRMA=
2322
+ </data>
2323
+ </dict>
2324
+ <key>OPPWAMobile-Resources.bundle/jcb@2x.png</key>
2325
+ <dict>
2326
+ <key>hash2</key>
2327
+ <data>
2328
+ xvncbSx9NnDquaT8QAztkyRQd3uSCwZBZFw49pRJOLQ=
2329
+ </data>
2330
+ </dict>
2331
+ <key>OPPWAMobile-Resources.bundle/jcb@3x.png</key>
2332
+ <dict>
2333
+ <key>hash2</key>
2334
+ <data>
2335
+ Q1nPeo7XLie1E/bJSJUiyDrckFq8YlO97PygrS29+9M=
2336
+ </data>
2337
+ </dict>
2338
+ <key>OPPWAMobile-Resources.bundle/klarna.png</key>
2339
+ <dict>
2340
+ <key>hash2</key>
2341
+ <data>
2342
+ tO1XTUaMAiGKHYMibs8jn41u56Sa1b8TliBL399ck54=
2343
+ </data>
2344
+ </dict>
2345
+ <key>OPPWAMobile-Resources.bundle/klarna@2x.png</key>
2346
+ <dict>
2347
+ <key>hash2</key>
2348
+ <data>
2349
+ UinX0+CQseYsGcjVLM3Bi3ystQYjbcRsAZnEKUdf6Uk=
2350
+ </data>
2351
+ </dict>
2352
+ <key>OPPWAMobile-Resources.bundle/klarna@3x.png</key>
2353
+ <dict>
2354
+ <key>hash2</key>
2355
+ <data>
2356
+ UvSb/MucmwNQPHrYRGGQRyiM9TuMYJyppS92Xg9g93M=
2357
+ </data>
2358
+ </dict>
2359
+ <key>OPPWAMobile-Resources.bundle/klarna_detail_logo.png</key>
2360
+ <dict>
2361
+ <key>hash2</key>
2362
+ <data>
2363
+ B9SnMa+BnfTrD526LUjWgFqr4GQPd1o4IIvghWgp1ZI=
2364
+ </data>
2365
+ </dict>
2366
+ <key>OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png</key>
2367
+ <dict>
2368
+ <key>hash2</key>
2369
+ <data>
2370
+ VYJaEru0FKgTS+Nu/jg4mjpc5Jl/xeb7Q4QWDHTO/ZA=
2371
+ </data>
2372
+ </dict>
2373
+ <key>OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png</key>
2374
+ <dict>
2375
+ <key>hash2</key>
2376
+ <data>
2377
+ Xhk2NbfmkwOttNaf5ahLx6UwCc1H5jB1Z8rBdpoXF0Y=
2378
+ </data>
2379
+ </dict>
2380
+ <key>OPPWAMobile-Resources.bundle/klarna_nl_agreement.png</key>
2381
+ <dict>
2382
+ <key>hash2</key>
2383
+ <data>
2384
+ s2DPiG0vVF3rquUxI/wp5qtdZnGc5dDeYSnIbKBeBSM=
2385
+ </data>
2386
+ </dict>
2387
+ <key>OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png</key>
2388
+ <dict>
2389
+ <key>hash2</key>
2390
+ <data>
2391
+ s2DPiG0vVF3rquUxI/wp5qtdZnGc5dDeYSnIbKBeBSM=
2392
+ </data>
2393
+ </dict>
2394
+ <key>OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png</key>
2395
+ <dict>
2396
+ <key>hash2</key>
2397
+ <data>
2398
+ s2DPiG0vVF3rquUxI/wp5qtdZnGc5dDeYSnIbKBeBSM=
2399
+ </data>
2400
+ </dict>
2401
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_billpay.png</key>
2402
+ <dict>
2403
+ <key>hash2</key>
2404
+ <data>
2405
+ B/a+NweTIXGQXXlJyMVUE/OUuO9DQfDdjG5KO6gGSb8=
2406
+ </data>
2407
+ </dict>
2408
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png</key>
2409
+ <dict>
2410
+ <key>hash2</key>
2411
+ <data>
2412
+ 3yNPGBz6gtuSWSt/L952Jl7GzTAOBmzFYB6P4EmjtHU=
2413
+ </data>
2414
+ </dict>
2415
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png</key>
2416
+ <dict>
2417
+ <key>hash2</key>
2418
+ <data>
2419
+ RKheDcxSugG/ILMwuygndOR3Ep+r++p4xEWbslq1Tgk=
2420
+ </data>
2421
+ </dict>
2422
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_paylater.png</key>
2423
+ <dict>
2424
+ <key>hash2</key>
2425
+ <data>
2426
+ lQUCqbxiBrp/nJQKruarq3wd+WANkJVqgsfoZqUrc4o=
2427
+ </data>
2428
+ </dict>
2429
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png</key>
2430
+ <dict>
2431
+ <key>hash2</key>
2432
+ <data>
2433
+ 8aa/7n/ieRsOEsfB1e4BoNSgzEba80durC2l5Eb15cg=
2434
+ </data>
2435
+ </dict>
2436
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png</key>
2437
+ <dict>
2438
+ <key>hash2</key>
2439
+ <data>
2440
+ IncEZuVLfRc2N+BLEwziQzRas5/6YT6hlIOEuDZJVOQ=
2441
+ </data>
2442
+ </dict>
2443
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png</key>
2444
+ <dict>
2445
+ <key>hash2</key>
2446
+ <data>
2447
+ cY9cliIVvmFC9NXFo+Piy4R7RkfaNQDuY9/uRua5oz8=
2448
+ </data>
2449
+ </dict>
2450
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png</key>
2451
+ <dict>
2452
+ <key>hash2</key>
2453
+ <data>
2454
+ accHmvzerR4K/CUEXlva/f2XT7dFWAgPNcs8DNLR8nU=
2455
+ </data>
2456
+ </dict>
2457
+ <key>OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png</key>
2458
+ <dict>
2459
+ <key>hash2</key>
2460
+ <data>
2461
+ Fj0zPK0eQXyYPbKnNCcIvVBRsxf7649UdirkF/dTXxw=
2462
+ </data>
2463
+ </dict>
2464
+ <key>OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings</key>
2465
+ <dict>
2466
+ <key>hash2</key>
2467
+ <data>
2468
+ 440ZYQDo2xGrT6Of+m+9uZjxtoLwnY5TOY8+DNgGdxg=
2469
+ </data>
2470
+ <key>optional</key>
2471
+ <true/>
2472
+ </dict>
2473
+ <key>OPPWAMobile-Resources.bundle/mada.png</key>
2474
+ <dict>
2475
+ <key>hash2</key>
2476
+ <data>
2477
+ 87nIGGulIZ7AGoagOla+FvOoRxUS+AAK8VBJH9DNm8Y=
2478
+ </data>
2479
+ </dict>
2480
+ <key>OPPWAMobile-Resources.bundle/mada@2x.png</key>
2481
+ <dict>
2482
+ <key>hash2</key>
2483
+ <data>
2484
+ ayoPwRROjpuoKHaHXvsPh2uIMXGfP+C/KyFDAn3u9v8=
2485
+ </data>
2486
+ </dict>
2487
+ <key>OPPWAMobile-Resources.bundle/mada@3x.png</key>
2488
+ <dict>
2489
+ <key>hash2</key>
2490
+ <data>
2491
+ dSn5CJLeWpVcwkbngsNvHMukWX3n4rj+e1eNBxHDIXE=
2492
+ </data>
2493
+ </dict>
2494
+ <key>OPPWAMobile-Resources.bundle/maestro.png</key>
2495
+ <dict>
2496
+ <key>hash2</key>
2497
+ <data>
2498
+ QRliq0IwIlZbH62YVP5iWaJueCQTLtpTYgRbnWG62VM=
2499
+ </data>
2500
+ </dict>
2501
+ <key>OPPWAMobile-Resources.bundle/maestro@2x.png</key>
2502
+ <dict>
2503
+ <key>hash2</key>
2504
+ <data>
2505
+ 7wckJXXxiRw+DKMQSAJXrF3scphkfi5RnSIlmBvpinI=
2506
+ </data>
2507
+ </dict>
2508
+ <key>OPPWAMobile-Resources.bundle/maestro@3x.png</key>
2509
+ <dict>
2510
+ <key>hash2</key>
2511
+ <data>
2512
+ aMtjDqQqm5mrW6UMz7mBjY02vCvoI+8hHsL9phoiU0w=
2513
+ </data>
2514
+ </dict>
2515
+ <key>OPPWAMobile-Resources.bundle/master.png</key>
2516
+ <dict>
2517
+ <key>hash2</key>
2518
+ <data>
2519
+ w9kUMYpwYipxdZWoahiC39k94hnq82X85RMRbaCh8KA=
2520
+ </data>
2521
+ </dict>
2522
+ <key>OPPWAMobile-Resources.bundle/master@2x.png</key>
2523
+ <dict>
2524
+ <key>hash2</key>
2525
+ <data>
2526
+ bpXjh8Y58++d17OtZLdxKfcW3xR06OjrIKPcs51R7Rw=
2527
+ </data>
2528
+ </dict>
2529
+ <key>OPPWAMobile-Resources.bundle/master@3x.png</key>
2530
+ <dict>
2531
+ <key>hash2</key>
2532
+ <data>
2533
+ HQz9S00/wTU8nzbeahbLCTH4eBNNjCDVKb5SI2p7uJc=
2534
+ </data>
2535
+ </dict>
2536
+ <key>OPPWAMobile-Resources.bundle/masterdebit.png</key>
2537
+ <dict>
2538
+ <key>hash2</key>
2539
+ <data>
2540
+ n/k5fvEF/dvsnkH3ElnxZa69X7MXfairSjTZaWv6WQ8=
2541
+ </data>
2542
+ </dict>
2543
+ <key>OPPWAMobile-Resources.bundle/masterdebit@2x.png</key>
2544
+ <dict>
2545
+ <key>hash2</key>
2546
+ <data>
2547
+ h8haQ4GqkCurxjHKrjzweTRzSPayBdP1twhD7xT5gDw=
2548
+ </data>
2549
+ </dict>
2550
+ <key>OPPWAMobile-Resources.bundle/masterdebit@3x.png</key>
2551
+ <dict>
2552
+ <key>hash2</key>
2553
+ <data>
2554
+ j75ffmK2lTKKPPQpmrK9Yx8bvu+hc78f1gTWlDGJQoE=
2555
+ </data>
2556
+ </dict>
2557
+ <key>OPPWAMobile-Resources.bundle/masterpass.png</key>
2558
+ <dict>
2559
+ <key>hash2</key>
2560
+ <data>
2561
+ CVaOLmos5qLVZzNpnRiRK6Hbh9V9Fm7rGf4KSYTCC5s=
2562
+ </data>
2563
+ </dict>
2564
+ <key>OPPWAMobile-Resources.bundle/masterpass@2x.png</key>
2565
+ <dict>
2566
+ <key>hash2</key>
2567
+ <data>
2568
+ UDuFGBt9sAwIf06IcWs2JGsNkSCHxwoi3FATgsGdLNA=
2569
+ </data>
2570
+ </dict>
2571
+ <key>OPPWAMobile-Resources.bundle/masterpass@3x.png</key>
2572
+ <dict>
2573
+ <key>hash2</key>
2574
+ <data>
2575
+ fVxEMfvlq9qxdFlBAg2FORFRDuKgHoRuTsaqmrndVeg=
2576
+ </data>
2577
+ </dict>
2578
+ <key>OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings</key>
2579
+ <dict>
2580
+ <key>hash2</key>
2581
+ <data>
2582
+ Xsbw77/EyWU8A2MArBpE0H1/958zpHL1auQcmJM9Ifo=
2583
+ </data>
2584
+ <key>optional</key>
2585
+ <true/>
2586
+ </dict>
2587
+ <key>OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings</key>
2588
+ <dict>
2589
+ <key>hash2</key>
2590
+ <data>
2591
+ Z/B6dJIR7USSSC7q1k2Iw996RPxLX5/tFZJyy6zQ2Gw=
2592
+ </data>
2593
+ <key>optional</key>
2594
+ <true/>
2595
+ </dict>
2596
+ <key>OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings</key>
2597
+ <dict>
2598
+ <key>hash2</key>
2599
+ <data>
2600
+ IsjHy23WM6IauTWiPrvxVFzGBs2boDbtwP9gy43yy2k=
2601
+ </data>
2602
+ <key>optional</key>
2603
+ <true/>
2604
+ </dict>
2605
+ <key>OPPWAMobile-Resources.bundle/paydirekt.png</key>
2606
+ <dict>
2607
+ <key>hash2</key>
2608
+ <data>
2609
+ HY5gUJnE2ANLsIryROOwPksVZy/GyVMsFYs2sExpgOw=
2610
+ </data>
2611
+ </dict>
2612
+ <key>OPPWAMobile-Resources.bundle/paydirekt@2x.png</key>
2613
+ <dict>
2614
+ <key>hash2</key>
2615
+ <data>
2616
+ Ol5G+KtIvszJxzAJAxIOVPwAFbPPMiJCX0YP/T56ZIc=
2617
+ </data>
2618
+ </dict>
2619
+ <key>OPPWAMobile-Resources.bundle/paydirekt@3x.png</key>
2620
+ <dict>
2621
+ <key>hash2</key>
2622
+ <data>
2623
+ fcqbWm1ZEZlb21Zr6v22uHBrx10MA0nMZ3w1vj51LUc=
2624
+ </data>
2625
+ </dict>
2626
+ <key>OPPWAMobile-Resources.bundle/paypal.png</key>
2627
+ <dict>
2628
+ <key>hash2</key>
2629
+ <data>
2630
+ BOIRArHaFLHZ/f9/klniZTZQQONqb/rWil1qClzyHPE=
2631
+ </data>
2632
+ </dict>
2633
+ <key>OPPWAMobile-Resources.bundle/paypal@2x.png</key>
2634
+ <dict>
2635
+ <key>hash2</key>
2636
+ <data>
2637
+ V56ygeMNQFa12/Y83dAesturqWPjns1mEZLk7UfA0jE=
2638
+ </data>
2639
+ </dict>
2640
+ <key>OPPWAMobile-Resources.bundle/paypal@3x.png</key>
2641
+ <dict>
2642
+ <key>hash2</key>
2643
+ <data>
2644
+ z4vxJoJon853V+glI+P4gzES9hQt7sa0r4jMGJ24YUo=
2645
+ </data>
2646
+ </dict>
2647
+ <key>OPPWAMobile-Resources.bundle/paysafecard.png</key>
2648
+ <dict>
2649
+ <key>hash2</key>
2650
+ <data>
2651
+ pPnezjIFwefRPyNpoMNZsSYEgY4vcDMNtpWtB0pTHWU=
2652
+ </data>
2653
+ </dict>
2654
+ <key>OPPWAMobile-Resources.bundle/paysafecard@2x.png</key>
2655
+ <dict>
2656
+ <key>hash2</key>
2657
+ <data>
2658
+ v1/OPAu80GVJXO1d1K6k2Bvk5oK9xQ/LxoG63JogK2s=
2659
+ </data>
2660
+ </dict>
2661
+ <key>OPPWAMobile-Resources.bundle/paysafecard@3x.png</key>
2662
+ <dict>
2663
+ <key>hash2</key>
2664
+ <data>
2665
+ Ge0phyNOFgZYiXvQ0DrVcpBnbtoXDfHjHB2RRqNAXdI=
2666
+ </data>
2667
+ </dict>
2668
+ <key>OPPWAMobile-Resources.bundle/paytrail.png</key>
2669
+ <dict>
2670
+ <key>hash2</key>
2671
+ <data>
2672
+ y74N+oLPklmm0ernIJ9FYAOkqqGD8Synmlwh3z+eDjw=
2673
+ </data>
2674
+ </dict>
2675
+ <key>OPPWAMobile-Resources.bundle/paytrail@2x.png</key>
2676
+ <dict>
2677
+ <key>hash2</key>
2678
+ <data>
2679
+ pQG0FDm/C0xZnhOCJ6ef6XT5mvcaN8xea5oHkKm7d/s=
2680
+ </data>
2681
+ </dict>
2682
+ <key>OPPWAMobile-Resources.bundle/paytrail@3x.png</key>
2683
+ <dict>
2684
+ <key>hash2</key>
2685
+ <data>
2686
+ VjrJ9p4Yifu/t0rse8boWkaMR13Z8LUa5LRi9tgHitA=
2687
+ </data>
2688
+ </dict>
2689
+ <key>OPPWAMobile-Resources.bundle/pf_karte_direct.png</key>
2690
+ <dict>
2691
+ <key>hash2</key>
2692
+ <data>
2693
+ 1BCgtsn9uCNfFNh4lPaI+2sbd4zdba9AxBpOoKACiWk=
2694
+ </data>
2695
+ </dict>
2696
+ <key>OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png</key>
2697
+ <dict>
2698
+ <key>hash2</key>
2699
+ <data>
2700
+ hrYElzSuiXze0uULmpW6vULOKeKS36CP5RCIKavtBdo=
2701
+ </data>
2702
+ </dict>
2703
+ <key>OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png</key>
2704
+ <dict>
2705
+ <key>hash2</key>
2706
+ <data>
2707
+ KpquP7Jsleey8w4sQZWYVC8aNEwxSKCTWX6RdpxG+Sw=
2708
+ </data>
2709
+ </dict>
2710
+ <key>OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings</key>
2711
+ <dict>
2712
+ <key>hash2</key>
2713
+ <data>
2714
+ ZDJNVl8KjTq8/ZO9EHk/67XWO6TOlS1MMAwsxLEZdPU=
2715
+ </data>
2716
+ <key>optional</key>
2717
+ <true/>
2718
+ </dict>
2719
+ <key>OPPWAMobile-Resources.bundle/przelewy.png</key>
2720
+ <dict>
2721
+ <key>hash2</key>
2722
+ <data>
2723
+ ChfZCBNfJPCXS+1JDpR7F0Yufr8yB7WV6D9jTlEWpD4=
2724
+ </data>
2725
+ </dict>
2726
+ <key>OPPWAMobile-Resources.bundle/przelewy@2x.png</key>
2727
+ <dict>
2728
+ <key>hash2</key>
2729
+ <data>
2730
+ AIvHxb5ym19zE+lZDjLHhWnv2Pfa96Osmlvi8rlU7m0=
2731
+ </data>
2732
+ </dict>
2733
+ <key>OPPWAMobile-Resources.bundle/przelewy@3x.png</key>
2734
+ <dict>
2735
+ <key>hash2</key>
2736
+ <data>
2737
+ 16q4pLrjMhglOtGah5lzhNq3FDbp0UdOytbtfnuKrW4=
2738
+ </data>
2739
+ </dict>
2740
+ <key>OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings</key>
2741
+ <dict>
2742
+ <key>hash2</key>
2743
+ <data>
2744
+ D0Ea/zmeG00pCqhpbqUs74rsgAc+E8jfSpIizAV9fMc=
2745
+ </data>
2746
+ <key>optional</key>
2747
+ <true/>
2748
+ </dict>
2749
+ <key>OPPWAMobile-Resources.bundle/ratenkauf.png</key>
2750
+ <dict>
2751
+ <key>hash2</key>
2752
+ <data>
2753
+ FSkZiQ8cd5Su7UvGshU33xh5olHK9kWbf0En3N5eHVI=
2754
+ </data>
2755
+ </dict>
2756
+ <key>OPPWAMobile-Resources.bundle/ratenkauf@2x.png</key>
2757
+ <dict>
2758
+ <key>hash2</key>
2759
+ <data>
2760
+ w/Lsu+48wxXuti8QFUApEnQ36FlkRLyrNwlynmO3E+o=
2761
+ </data>
2762
+ </dict>
2763
+ <key>OPPWAMobile-Resources.bundle/ratenkauf@3x.png</key>
2764
+ <dict>
2765
+ <key>hash2</key>
2766
+ <data>
2767
+ 8dgJD2+/5Y2JmVdwQZGHMZtc5aU+qPNZpTKUGfclWsA=
2768
+ </data>
2769
+ </dict>
2770
+ <key>OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings</key>
2771
+ <dict>
2772
+ <key>hash2</key>
2773
+ <data>
2774
+ P3SKtCNcwul/Wzh7lDFnyfwhyxaQXTLw5yCVWK5oekg=
2775
+ </data>
2776
+ <key>optional</key>
2777
+ <true/>
2778
+ </dict>
2779
+ <key>OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings</key>
2780
+ <dict>
2781
+ <key>hash2</key>
2782
+ <data>
2783
+ otw9FZf1loSJz+/t8FAiU1t9CwaROSXzWrE7Y2sGroA=
2784
+ </data>
2785
+ <key>optional</key>
2786
+ <true/>
2787
+ </dict>
2788
+ <key>OPPWAMobile-Resources.bundle/sibs_multibanco.png</key>
2789
+ <dict>
2790
+ <key>hash2</key>
2791
+ <data>
2792
+ mv61KNpQSRxsco2ytuUmxi0mdQgJPq2d1L/1ZDBU/Ew=
2793
+ </data>
2794
+ </dict>
2795
+ <key>OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png</key>
2796
+ <dict>
2797
+ <key>hash2</key>
2798
+ <data>
2799
+ 22D6iYXxjncX9AgCLifGrB2H6YEqxcZlXufnsve5wvU=
2800
+ </data>
2801
+ </dict>
2802
+ <key>OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png</key>
2803
+ <dict>
2804
+ <key>hash2</key>
2805
+ <data>
2806
+ e6+voy+66HvIZrHtr9G5Sc184ZKYjD+BSS4avWLWSVk=
2807
+ </data>
2808
+ </dict>
2809
+ <key>OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings</key>
2810
+ <dict>
2811
+ <key>hash2</key>
2812
+ <data>
2813
+ bSFlpUw4dAMVvcbUJe9m4ucgS2QvM3iJ3NS+eI/VETM=
2814
+ </data>
2815
+ <key>optional</key>
2816
+ <true/>
2817
+ </dict>
2818
+ <key>OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings</key>
2819
+ <dict>
2820
+ <key>hash2</key>
2821
+ <data>
2822
+ i3mxY00I2Iw8S8QoJpTMHapClxJbuJDkW3Uy5MY/oWQ=
2823
+ </data>
2824
+ <key>optional</key>
2825
+ <true/>
2826
+ </dict>
2827
+ <key>OPPWAMobile-Resources.bundle/sofortueberweisung.png</key>
2828
+ <dict>
2829
+ <key>hash2</key>
2830
+ <data>
2831
+ drZdrZ9/fSqGESW4toCIyFayKa9w04gT4tERPeb8Fgw=
2832
+ </data>
2833
+ </dict>
2834
+ <key>OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png</key>
2835
+ <dict>
2836
+ <key>hash2</key>
2837
+ <data>
2838
+ vZsWDEijybd3rbn7/R2PIMpYDlir6cbFdu8SzAkOs8w=
2839
+ </data>
2840
+ </dict>
2841
+ <key>OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png</key>
2842
+ <dict>
2843
+ <key>hash2</key>
2844
+ <data>
2845
+ UN5tpsM/VeCBTp3GIE7+tVTBvutFCTNMg8ORNMi3/Gs=
2846
+ </data>
2847
+ </dict>
2848
+ <key>OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings</key>
2849
+ <dict>
2850
+ <key>hash2</key>
2851
+ <data>
2852
+ cwxfh8ZxipgWK1DA1j6EWqtMa/GtlY9VradBVQ3gLeU=
2853
+ </data>
2854
+ <key>optional</key>
2855
+ <true/>
2856
+ </dict>
2857
+ <key>OPPWAMobile-Resources.bundle/style.html</key>
2858
+ <dict>
2859
+ <key>hash2</key>
2860
+ <data>
2861
+ 4YO1jMSTzEieR1KiNy6bv3tGmrV2F7q8wj4kozWe7f8=
2862
+ </data>
2863
+ </dict>
2864
+ <key>OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings</key>
2865
+ <dict>
2866
+ <key>hash2</key>
2867
+ <data>
2868
+ LZQ972+9S2aiGQjV+vh6A38V7Wd823BRiUN77/ozpBs=
2869
+ </data>
2870
+ <key>optional</key>
2871
+ <true/>
2872
+ </dict>
2873
+ <key>OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings</key>
2874
+ <dict>
2875
+ <key>hash2</key>
2876
+ <data>
2877
+ 8jBoqPahiFTNX2Hz28sUJKm8ZKICMyjtlx9PPJtNo2s=
2878
+ </data>
2879
+ <key>optional</key>
2880
+ <true/>
2881
+ </dict>
2882
+ <key>OPPWAMobile-Resources.bundle/trustly.png</key>
2883
+ <dict>
2884
+ <key>hash2</key>
2885
+ <data>
2886
+ VMB+VBur0AJddv5I0YE0Zc/aEy3iCjMSS5iLf1pjjQw=
2887
+ </data>
2888
+ </dict>
2889
+ <key>OPPWAMobile-Resources.bundle/trustly@2x.png</key>
2890
+ <dict>
2891
+ <key>hash2</key>
2892
+ <data>
2893
+ iJPniptWdIHC7T+3eEjktSPNTxo9r8fKWlt0tKBwmVY=
2894
+ </data>
2895
+ </dict>
2896
+ <key>OPPWAMobile-Resources.bundle/trustly@3x.png</key>
2897
+ <dict>
2898
+ <key>hash2</key>
2899
+ <data>
2900
+ oskzjiXfPN8WnB0A7zIdscotj62G8abkiQH3wRp2g8Y=
2901
+ </data>
2902
+ </dict>
2903
+ <key>OPPWAMobile-Resources.bundle/unionpay.png</key>
2904
+ <dict>
2905
+ <key>hash2</key>
2906
+ <data>
2907
+ fQnjh41cVloOPj4zEjD+ko6PhYc69hAXNhdvLvCkYgE=
2908
+ </data>
2909
+ </dict>
2910
+ <key>OPPWAMobile-Resources.bundle/unionpay@2x.png</key>
2911
+ <dict>
2912
+ <key>hash2</key>
2913
+ <data>
2914
+ FqEh3/Za7dYyCWtXXMoch2hd7wZn/+Gakm5hrt0d4gI=
2915
+ </data>
2916
+ </dict>
2917
+ <key>OPPWAMobile-Resources.bundle/unionpay@3x.png</key>
2918
+ <dict>
2919
+ <key>hash2</key>
2920
+ <data>
2921
+ MlcCK3HkMxNvQ+nl+8BVoRbDDufv/2fJN/hQHvIU59Q=
2922
+ </data>
2923
+ </dict>
2924
+ <key>OPPWAMobile-Resources.bundle/version.plist</key>
2925
+ <dict>
2926
+ <key>hash2</key>
2927
+ <data>
2928
+ Cgq3LwMY/nI9MoLE18/P5KNcp6ks4EqNGGFzbev0z1M=
2929
+ </data>
2930
+ </dict>
2931
+ <key>OPPWAMobile-Resources.bundle/visa.png</key>
2932
+ <dict>
2933
+ <key>hash2</key>
2934
+ <data>
2935
+ 5P2Yo4ocbxBwGCpTTADylMCnFbMp+9KRsdRF4aa/FdA=
2936
+ </data>
2937
+ </dict>
2938
+ <key>OPPWAMobile-Resources.bundle/visa@2x.png</key>
2939
+ <dict>
2940
+ <key>hash2</key>
2941
+ <data>
2942
+ eWHsmYui6G0UAbRJMNd5pwA3lSXe23sEF9Kk4ItwnLU=
2943
+ </data>
2944
+ </dict>
2945
+ <key>OPPWAMobile-Resources.bundle/visa@3x.png</key>
2946
+ <dict>
2947
+ <key>hash2</key>
2948
+ <data>
2949
+ o9EDWnIhGCiAMh4waF6QfauI0aU3LqINhRfO2WzvT6Q=
2950
+ </data>
2951
+ </dict>
2952
+ <key>OPPWAMobile-Resources.bundle/visadebit.png</key>
2953
+ <dict>
2954
+ <key>hash2</key>
2955
+ <data>
2956
+ 44o2yNTy9eXaqOoJcqsYSD674eNTAV4GCemoDi8OgSM=
2957
+ </data>
2958
+ </dict>
2959
+ <key>OPPWAMobile-Resources.bundle/visadebit@2x.png</key>
2960
+ <dict>
2961
+ <key>hash2</key>
2962
+ <data>
2963
+ nVk5CQzf3OR0+GpcZDTzJZKgwtRzDcBmrfeiEez1hFk=
2964
+ </data>
2965
+ </dict>
2966
+ <key>OPPWAMobile-Resources.bundle/visadebit@3x.png</key>
2967
+ <dict>
2968
+ <key>hash2</key>
2969
+ <data>
2970
+ ni4Hob2Ao8HVHvL2/qHXAjO/iLrIb3oaY3WiEMPT3Zc=
2971
+ </data>
2972
+ </dict>
2973
+ <key>OPPWAMobile-Resources.bundle/visaelectron.png</key>
2974
+ <dict>
2975
+ <key>hash2</key>
2976
+ <data>
2977
+ 6nWWrcP8uQ69wkN9QTVo7lHNVgxBDyar2fQcwdKCSDg=
2978
+ </data>
2979
+ </dict>
2980
+ <key>OPPWAMobile-Resources.bundle/visaelectron@2x.png</key>
2981
+ <dict>
2982
+ <key>hash2</key>
2983
+ <data>
2984
+ elv9XMGJLDHoVsJRJOQZ8ABVhqyFEmxS8muDMf/TSUU=
2985
+ </data>
2986
+ </dict>
2987
+ <key>OPPWAMobile-Resources.bundle/visaelectron@3x.png</key>
2988
+ <dict>
2989
+ <key>hash2</key>
2990
+ <data>
2991
+ bbAmIusXSN6L9OxwP8M0dNirKsULnX7mZHXGdhF1ldk=
2992
+ </data>
2993
+ </dict>
2994
+ <key>OPPWAMobile-Resources.bundle/yandex.png</key>
2995
+ <dict>
2996
+ <key>hash2</key>
2997
+ <data>
2998
+ cXKLVPlsYz02oas7v00SQFKn5RopxCadQQfk35F0tYk=
2999
+ </data>
3000
+ </dict>
3001
+ <key>OPPWAMobile-Resources.bundle/yandex@2x.png</key>
3002
+ <dict>
3003
+ <key>hash2</key>
3004
+ <data>
3005
+ xA5NFe27J0NrAsaS/1M6ryHnjTzXjys/sXVuRj77kio=
3006
+ </data>
3007
+ </dict>
3008
+ <key>OPPWAMobile-Resources.bundle/yandex@3x.png</key>
3009
+ <dict>
3010
+ <key>hash2</key>
3011
+ <data>
3012
+ mlZn7PXDg6AChdGoVKtkIWOOIIFBs0pIEAaxLNIyu5s=
3013
+ </data>
3014
+ </dict>
3015
+ <key>OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings</key>
3016
+ <dict>
3017
+ <key>hash2</key>
3018
+ <data>
3019
+ UbPm0jas2WkLAXuUjI8M+SdQzGTIkiviY29bJ1eOl8k=
3020
+ </data>
3021
+ <key>optional</key>
3022
+ <true/>
3023
+ </dict>
3024
+ <key>OPPWAMobile-Resources.bundle/zh_MO.lproj/OPPCheckout.strings</key>
3025
+ <dict>
3026
+ <key>hash2</key>
3027
+ <data>
3028
+ 1ETZNycL0kzRNyqAR1ilirjVtYB7D9bgH0/Yp448BUc=
3029
+ </data>
3030
+ <key>optional</key>
3031
+ <true/>
3032
+ </dict>
3033
+ <key>OPPWAMobile-Resources.bundle/zh_TW.lproj/OPPCheckout.strings</key>
3034
+ <dict>
3035
+ <key>hash2</key>
3036
+ <data>
3037
+ 4kJ3xX1dLOK/vxiTJXpNV1XBhHJlOrmbToIJl4fOie0=
3038
+ </data>
3039
+ <key>optional</key>
3040
+ <true/>
3041
+ </dict>
3042
+ <key>PrivacyInfo.xcprivacy</key>
3043
+ <dict>
3044
+ <key>hash2</key>
3045
+ <data>
3046
+ swEllPqWs4RqYwY5+eyOYUQExDD3dQjiNjMny0VxgFE=
3047
+ </data>
3048
+ </dict>
3049
+ </dict>
3050
+ <key>rules</key>
3051
+ <dict>
3052
+ <key>^.*</key>
3053
+ <true/>
3054
+ <key>^.*\.lproj/</key>
3055
+ <dict>
3056
+ <key>optional</key>
3057
+ <true/>
3058
+ <key>weight</key>
3059
+ <real>1000</real>
3060
+ </dict>
3061
+ <key>^.*\.lproj/locversion.plist$</key>
3062
+ <dict>
3063
+ <key>omit</key>
3064
+ <true/>
3065
+ <key>weight</key>
3066
+ <real>1100</real>
3067
+ </dict>
3068
+ <key>^Base\.lproj/</key>
3069
+ <dict>
3070
+ <key>weight</key>
3071
+ <real>1010</real>
3072
+ </dict>
3073
+ <key>^version.plist$</key>
3074
+ <true/>
3075
+ </dict>
3076
+ <key>rules2</key>
3077
+ <dict>
3078
+ <key>.*\.dSYM($|/)</key>
3079
+ <dict>
3080
+ <key>weight</key>
3081
+ <real>11</real>
3082
+ </dict>
3083
+ <key>^(.*/)?\.DS_Store$</key>
3084
+ <dict>
3085
+ <key>omit</key>
3086
+ <true/>
3087
+ <key>weight</key>
3088
+ <real>2000</real>
3089
+ </dict>
3090
+ <key>^.*</key>
3091
+ <true/>
3092
+ <key>^.*\.lproj/</key>
3093
+ <dict>
3094
+ <key>optional</key>
3095
+ <true/>
3096
+ <key>weight</key>
3097
+ <real>1000</real>
3098
+ </dict>
3099
+ <key>^.*\.lproj/locversion.plist$</key>
3100
+ <dict>
3101
+ <key>omit</key>
3102
+ <true/>
3103
+ <key>weight</key>
3104
+ <real>1100</real>
3105
+ </dict>
3106
+ <key>^Base\.lproj/</key>
3107
+ <dict>
3108
+ <key>weight</key>
3109
+ <real>1010</real>
3110
+ </dict>
3111
+ <key>^Info\.plist$</key>
3112
+ <dict>
3113
+ <key>omit</key>
3114
+ <true/>
3115
+ <key>weight</key>
3116
+ <real>20</real>
3117
+ </dict>
3118
+ <key>^PkgInfo$</key>
3119
+ <dict>
3120
+ <key>omit</key>
3121
+ <true/>
3122
+ <key>weight</key>
3123
+ <real>20</real>
3124
+ </dict>
3125
+ <key>^embedded\.provisionprofile$</key>
3126
+ <dict>
3127
+ <key>weight</key>
3128
+ <real>20</real>
3129
+ </dict>
3130
+ <key>^version\.plist$</key>
3131
+ <dict>
3132
+ <key>weight</key>
3133
+ <real>20</real>
3134
+ </dict>
3135
+ </dict>
3136
+ </dict>
3137
+ </plist>