Mage_Payone - Version 3.3.8

Version Notes

Mage_Payone-3.3.8

Download this release

Release Info

Developer PAYONE
Extension Mage_Payone
Version 3.3.8
Comparing to
See all releases


Code changes from version 3.3.3 to 3.3.8

Files changed (949) hide show
  1. app/code/community/Payone/Core/Block/Adminhtml/Configuration/Wizard/Config/Form.php +0 -0
  2. app/code/community/Payone/Core/Block/Adminhtml/Configuration/Wizard/Page/Edit.php +0 -0
  3. app/code/community/Payone/Core/Block/Adminhtml/Configuration/Wizard/Page/View.php +0 -0
  4. app/code/community/Payone/Core/Block/Adminhtml/Information.php +0 -0
  5. app/code/community/Payone/Core/Block/Adminhtml/Information/Abstract.php +0 -0
  6. app/code/community/Payone/Core/Block/Adminhtml/Protocol/Api.php +0 -0
  7. app/code/community/Payone/Core/Block/Adminhtml/Protocol/Api/Grid.php +0 -0
  8. app/code/community/Payone/Core/Block/Adminhtml/Protocol/Api/View.php +0 -0
  9. app/code/community/Payone/Core/Block/Adminhtml/Protocol/Api/View/Plane.php +0 -0
  10. app/code/community/Payone/Core/Block/Adminhtml/Protocol/Api/View/Tab/Exception.php +0 -0
  11. app/code/community/Payone/Core/Block/Adminhtml/Protocol/Api/View/Tab/General.php +0 -0
  12. app/code/community/Payone/Core/Block/Adminhtml/Protocol/Api/View/Tabs.php +0 -0
  13. app/code/community/Payone/Core/Block/Adminhtml/Protocol/TransactionStatus.php +0 -0
  14. app/code/community/Payone/Core/Block/Adminhtml/Protocol/TransactionStatus/Grid.php +0 -0
  15. app/code/community/Payone/Core/Block/Adminhtml/Protocol/TransactionStatus/View.php +0 -0
  16. app/code/community/Payone/Core/Block/Adminhtml/Protocol/TransactionStatus/View/Plane.php +0 -0
  17. app/code/community/Payone/Core/Block/Adminhtml/Protocol/TransactionStatus/View/Tab/General.php +0 -0
  18. app/code/community/Payone/Core/Block/Adminhtml/Protocol/TransactionStatus/View/Tabs.php +0 -0
  19. app/code/community/Payone/Core/Block/Adminhtml/Sales/Order.php +0 -0
  20. app/code/community/Payone/Core/Block/Adminhtml/Sales/Order/Create/Init.php +0 -0
  21. app/code/community/Payone/Core/Block/Adminhtml/Sales/Order/Grid.php +0 -0
  22. app/code/community/Payone/Core/Block/Adminhtml/Sales/Order/View/Tab/Api.php +0 -0
  23. app/code/community/Payone/Core/Block/Adminhtml/Sales/Order/View/Tab/Transaction.php +0 -0
  24. app/code/community/Payone/Core/Block/Adminhtml/Sales/Order/View/Tab/TransactionStatus.php +0 -0
  25. app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Field.php +0 -0
  26. app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Field/Abstract.php +0 -0
  27. app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Field/Forwarding.php +0 -0
  28. app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Field/Info.php +0 -0
  29. app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Field/KlarnaStoreId.php +0 -0
  30. app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Field/PaymentFee.php +0 -0
  31. app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Field/PersonStatusMapping.php +0 -0
  32. app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Field/StatusMapping.php +0 -0
  33. app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Payment.php +0 -0
  34. app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Payment/Method.php +1 -2
  35. app/code/community/Payone/Core/Block/Adminhtml/System/Config/Hint.php +0 -0
  36. app/code/community/Payone/Core/Block/Adminhtml/System/Config/Notice.php +0 -0
  37. app/code/community/Payone/Core/Block/Adminhtml/System/Config/Payment.php +0 -0
  38. app/code/community/Payone/Core/Block/Adminhtml/System/Config/Payment/Edit.php +0 -0
  39. app/code/community/Payone/Core/Block/Adminhtml/System/Config/Payment/Grid.php +0 -0
  40. app/code/community/Payone/Core/Block/Adminhtml/System/Config/Tooltip.php +0 -0
  41. app/code/community/Payone/Core/Block/Adminhtml/Transaction.php +0 -0
  42. app/code/community/Payone/Core/Block/Adminhtml/Transaction/Grid.php +0 -0
  43. app/code/community/Payone/Core/Block/Adminhtml/Transaction/View.php +0 -0
  44. app/code/community/Payone/Core/Block/Adminhtml/Transaction/View/Plane.php +0 -0
  45. app/code/community/Payone/Core/Block/Adminhtml/Transaction/View/Tab/General.php +0 -0
  46. app/code/community/Payone/Core/Block/Adminhtml/Transaction/View/Tab/TransactionStatus.php +0 -0
  47. app/code/community/Payone/Core/Block/Adminhtml/Transaction/View/Tabs.php +0 -0
  48. app/code/community/Payone/Core/Block/Adminhtml/Widget/Grid/Column/Renderer/Datetime.php +0 -0
  49. app/code/community/Payone/Core/Block/Adminhtml/Widget/Grid/Column/Renderer/UnixTimestamp.php +0 -0
  50. app/code/community/Payone/Core/Block/Adminhtml/Widget/Grid/Container.php +0 -0
  51. app/code/community/Payone/Core/Block/Adminhtml/Widget/View/Container.php +0 -0
  52. app/code/community/Payone/Core/Block/Checkout/Onepage/Payment/Additional.php +0 -0
  53. app/code/community/Payone/Core/Block/Checkout/Onepage/Payment/Iframe.php +111 -0
  54. app/code/community/Payone/Core/Block/Checkout/Onepage/Payment/Methods.php +0 -0
  55. app/code/community/Payone/Core/Block/Checkout/Onepage/Review/SepaMandate.php +0 -0
  56. app/code/community/Payone/Core/Block/Checkout/Onepage/Success/Barzahlen.php +96 -0
  57. app/code/community/Payone/Core/Block/Checkout/Onepage/Success/SepaMandatePdfLink.php +0 -0
  58. app/code/community/Payone/Core/Block/Payment/Method/Form/Abstract.php +0 -0
  59. app/code/community/Payone/Core/Block/Payment/Method/Form/AdvancePayment.php +0 -0
  60. app/code/community/Payone/Core/Block/Payment/Method/Form/Barzahlen.php +30 -0
  61. app/code/community/Payone/Core/Block/Payment/Method/Form/CashOnDelivery.php +0 -0
  62. app/code/community/Payone/Core/Block/Payment/Method/Form/Creditcard.php +0 -0
  63. app/code/community/Payone/Core/Block/Payment/Method/Form/CreditcardIframe.php +30 -0
  64. app/code/community/Payone/Core/Block/Payment/Method/Form/DebitPayment.php +0 -0
  65. app/code/community/Payone/Core/Block/Payment/Method/Form/Financing.php +0 -0
  66. app/code/community/Payone/Core/Block/Payment/Method/Form/Financing/Klarna.php +0 -0
  67. app/code/community/Payone/Core/Block/Payment/Method/Form/Invoice.php +0 -0
  68. app/code/community/Payone/Core/Block/Payment/Method/Form/OnlineBankTransfer.php +0 -0
  69. app/code/community/Payone/Core/Block/Payment/Method/Form/SafeInvoice.php +0 -0
  70. app/code/community/Payone/Core/Block/Payment/Method/Form/SafeInvoice/Klarna.php +0 -0
  71. app/code/community/Payone/Core/Block/Payment/Method/Form/Wallet.php +0 -0
  72. app/code/community/Payone/Core/Block/Payment/Method/Info/Abstract.php +0 -0
  73. app/code/community/Payone/Core/Block/Payment/Method/Info/AdvancePayment.php +0 -0
  74. app/code/community/Payone/Core/Block/Payment/Method/Info/Barzahlen.php +31 -0
  75. app/code/community/Payone/Core/Block/Payment/Method/Info/CashOnDelivery.php +0 -0
  76. app/code/community/Payone/Core/Block/Payment/Method/Info/Creditcard.php +0 -0
  77. app/code/community/Payone/Core/Block/Payment/Method/Info/CreditcardIframe.php +31 -0
  78. app/code/community/Payone/Core/Block/Payment/Method/Info/DebitPayment.php +0 -0
  79. app/code/community/Payone/Core/Block/Payment/Method/Info/Financing.php +0 -0
  80. app/code/community/Payone/Core/Block/Payment/Method/Info/Invoice.php +0 -0
  81. app/code/community/Payone/Core/Block/Payment/Method/Info/OnlineBankTransfer.php +0 -0
  82. app/code/community/Payone/Core/Block/Payment/Method/Info/SafeInvoice.php +0 -0
  83. app/code/community/Payone/Core/Block/Payment/Method/Info/Wallet.php +0 -0
  84. app/code/community/Payone/Core/Block/Paypal/Express/Form.php +0 -0
  85. app/code/community/Payone/Core/Block/Paypal/Express/Review.php +6 -4
  86. app/code/community/Payone/Core/Block/Paypal/Express/Review/Billing.php +0 -0
  87. app/code/community/Payone/Core/Block/Paypal/Express/Review/Details.php +0 -0
  88. app/code/community/Payone/Core/Block/Paypal/Express/Review/Shipping.php +0 -0
  89. app/code/community/Payone/Core/Block/Paypal/Express/Shortcut.php +3 -1
  90. app/code/community/Payone/Core/Controller/Abstract.php +0 -0
  91. app/code/community/Payone/Core/Controller/Adminhtml/Abstract.php +0 -0
  92. app/code/community/Payone/Core/Controller/Adminhtml/Configuration/Wizard/Abstract.php +0 -0
  93. app/code/community/Payone/Core/Exception/InvalidRequestType.php +0 -0
  94. app/code/community/Payone/Core/Exception/InvalidScope.php +0 -0
  95. app/code/community/Payone/Core/Exception/InvoicePreparationNoItems.php +0 -0
  96. app/code/community/Payone/Core/Exception/InvoiceSave.php +0 -0
  97. app/code/community/Payone/Core/Exception/OrderCannotInvoice.php +0 -0
  98. app/code/community/Payone/Core/Exception/OrderNotFound.php +0 -0
  99. app/code/community/Payone/Core/Exception/PaymentMethodConfigNotFound.php +0 -0
  100. app/code/community/Payone/Core/Exception/PaymentTypeNotFound.php +0 -0
  101. app/code/community/Payone/Core/Exception/TransactionAlreadyExists.php +0 -0
  102. app/code/community/Payone/Core/Exception/TransactionStatusForward.php +0 -0
  103. app/code/community/Payone/Core/Helper/Abstract.php +0 -0
  104. app/code/community/Payone/Core/Helper/Compatibility.php +0 -0
  105. app/code/community/Payone/Core/Helper/Config.php +0 -0
  106. app/code/community/Payone/Core/Helper/Data.php +0 -0
  107. app/code/community/Payone/Core/Helper/Email.php +0 -0
  108. app/code/community/Payone/Core/Helper/Registry.php +0 -0
  109. app/code/community/Payone/Core/Helper/Sales/Button.php +0 -0
  110. app/code/community/Payone/Core/Helper/Score.php +0 -0
  111. app/code/community/Payone/Core/Helper/Url.php +0 -0
  112. app/code/community/Payone/Core/Helper/Wizard.php +0 -0
  113. app/code/community/Payone/Core/Model/Config.php +0 -0
  114. app/code/community/Payone/Core/Model/Config/AreaAbstract.php +0 -0
  115. app/code/community/Payone/Core/Model/Config/AreaInterface.php +0 -0
  116. app/code/community/Payone/Core/Model/Config/General.php +0 -0
  117. app/code/community/Payone/Core/Model/Config/General/Global.php +0 -0
  118. app/code/community/Payone/Core/Model/Config/General/ParameterInvoice.php +0 -0
  119. app/code/community/Payone/Core/Model/Config/General/ParameterNarrativeText.php +0 -0
  120. app/code/community/Payone/Core/Model/Config/General/PaymentCreditcard.php +0 -0
  121. app/code/community/Payone/Core/Model/Config/General/PaymentPaypalExpressCheckout.php +0 -0
  122. app/code/community/Payone/Core/Model/Config/General/StatusMapping.php +0 -0
  123. app/code/community/Payone/Core/Model/Config/Interface.php +0 -0
  124. app/code/community/Payone/Core/Model/Config/Misc.php +0 -0
  125. app/code/community/Payone/Core/Model/Config/Misc/Creditmemo.php +0 -0
  126. app/code/community/Payone/Core/Model/Config/Misc/Discount.php +0 -0
  127. app/code/community/Payone/Core/Model/Config/Misc/Email/Abstract.php +0 -0
  128. app/code/community/Payone/Core/Model/Config/Misc/Email/Interface.php +0 -0
  129. app/code/community/Payone/Core/Model/Config/Misc/EmailAvs.php +0 -0
  130. app/code/community/Payone/Core/Model/Config/Misc/EmailError.php +0 -0
  131. app/code/community/Payone/Core/Model/Config/Misc/ShippingCosts.php +0 -0
  132. app/code/community/Payone/Core/Model/Config/Misc/TransactionstatusForwarding.php +0 -0
  133. app/code/community/Payone/Core/Model/Config/Misc/TransactionstatusProcessing.php +0 -0
  134. app/code/community/Payone/Core/Model/Config/Payment.php +0 -0
  135. app/code/community/Payone/Core/Model/Config/Payment/Method.php +0 -0
  136. app/code/community/Payone/Core/Model/Config/Payment/Method/Interface.php +0 -0
  137. app/code/community/Payone/Core/Model/Config/Protect.php +0 -0
  138. app/code/community/Payone/Core/Model/Config/Protect/AddressCheck.php +0 -0
  139. app/code/community/Payone/Core/Model/Config/Protect/Creditrating.php +0 -0
  140. app/code/community/Payone/Core/Model/Cronjob/Abstract.php +0 -0
  141. app/code/community/Payone/Core/Model/Cronjob/TransactionStatus/Worker.php +0 -0
  142. app/code/community/Payone/Core/Model/Domain/Config/PaymentMethod.php +0 -0
  143. app/code/community/Payone/Core/Model/Domain/Customer.php +0 -0
  144. app/code/community/Payone/Core/Model/Domain/Protocol/Api.php +0 -0
  145. app/code/community/Payone/Core/Model/Domain/Protocol/TransactionStatus.php +58 -45
  146. app/code/community/Payone/Core/Model/Domain/Resource/Config/PaymentMethod.php +0 -0
  147. app/code/community/Payone/Core/Model/Domain/Resource/Config/PaymentMethod/Collection.php +0 -0
  148. app/code/community/Payone/Core/Model/Domain/Resource/Customer.php +0 -0
  149. app/code/community/Payone/Core/Model/Domain/Resource/Customer/Collection.php +0 -0
  150. app/code/community/Payone/Core/Model/Domain/Resource/Protocol/Api.php +0 -0
  151. app/code/community/Payone/Core/Model/Domain/Resource/Protocol/Api/Collection.php +0 -0
  152. app/code/community/Payone/Core/Model/Domain/Resource/Protocol/TransactionStatus.php +0 -0
  153. app/code/community/Payone/Core/Model/Domain/Resource/Protocol/TransactionStatus/Collection.php +0 -0
  154. app/code/community/Payone/Core/Model/Domain/Resource/Transaction.php +0 -0
  155. app/code/community/Payone/Core/Model/Domain/Resource/Transaction/Collection.php +0 -0
  156. app/code/community/Payone/Core/Model/Domain/Transaction.php +0 -0
  157. app/code/community/Payone/Core/Model/Factory.php +0 -0
  158. app/code/community/Payone/Core/Model/Handler/Abstract.php +0 -0
  159. app/code/community/Payone/Core/Model/Handler/Interface.php +0 -0
  160. app/code/community/Payone/Core/Model/Handler/Management/GetInvoice.php +0 -0
  161. app/code/community/Payone/Core/Model/Handler/Payment/Abstract.php +44 -4
  162. app/code/community/Payone/Core/Model/Handler/Payment/Authorize.php +0 -0
  163. app/code/community/Payone/Core/Model/Handler/Payment/Capture.php +0 -0
  164. app/code/community/Payone/Core/Model/Handler/Payment/Debit.php +0 -0
  165. app/code/community/Payone/Core/Model/Handler/Payment/Genericpayment.php +0 -0
  166. app/code/community/Payone/Core/Model/Handler/Payment/Interface.php +0 -0
  167. app/code/community/Payone/Core/Model/Handler/Payment/Preauthorize.php +0 -0
  168. app/code/community/Payone/Core/Model/Handler/Verification/Abstract.php +0 -0
  169. app/code/community/Payone/Core/Model/Handler/Verification/AddressCheck.php +0 -0
  170. app/code/community/Payone/Core/Model/Handler/Verification/Creditrating.php +0 -0
  171. app/code/community/Payone/Core/Model/Handler/Verification/Interface.php +0 -0
  172. app/code/community/Payone/Core/Model/Mapper/Abstract.php +0 -0
  173. app/code/community/Payone/Core/Model/Mapper/ApiRequest/Abstract.php +0 -0
  174. app/code/community/Payone/Core/Model/Mapper/ApiRequest/Management/GetFile.php +0 -0
  175. app/code/community/Payone/Core/Model/Mapper/ApiRequest/Management/GetInvoice.php +0 -0
  176. app/code/community/Payone/Core/Model/Mapper/ApiRequest/Management/ManageMandate.php +0 -0
  177. app/code/community/Payone/Core/Model/Mapper/ApiRequest/Payment/Abstract.php +0 -0
  178. app/code/community/Payone/Core/Model/Mapper/ApiRequest/Payment/Authorize.php +0 -0
  179. app/code/community/Payone/Core/Model/Mapper/ApiRequest/Payment/Authorize/Abstract.php +27 -4
  180. app/code/community/Payone/Core/Model/Mapper/ApiRequest/Payment/Capture.php +0 -0
  181. app/code/community/Payone/Core/Model/Mapper/ApiRequest/Payment/Debit.php +0 -0
  182. app/code/community/Payone/Core/Model/Mapper/ApiRequest/Payment/Genericpayment.php +3 -3
  183. app/code/community/Payone/Core/Model/Mapper/ApiRequest/Payment/Interface.php +0 -0
  184. app/code/community/Payone/Core/Model/Mapper/ApiRequest/Payment/Preauthorize.php +0 -0
  185. app/code/community/Payone/Core/Model/Mapper/ApiRequest/Verification/Abstract.php +0 -0
  186. app/code/community/Payone/Core/Model/Mapper/ApiRequest/Verification/AddressCheck.php +0 -0
  187. app/code/community/Payone/Core/Model/Mapper/ApiRequest/Verification/BankAccountCheck.php +0 -0
  188. app/code/community/Payone/Core/Model/Mapper/ApiRequest/Verification/Creditrating.php +0 -0
  189. app/code/community/Payone/Core/Model/Observer/Abstract.php +0 -0
  190. app/code/community/Payone/Core/Model/Observer/Checkout/Onepage.php +0 -0
  191. app/code/community/Payone/Core/Model/Observer/Checkout/Onepage/DebitPayment.php +0 -0
  192. app/code/community/Payone/Core/Model/Observer/Checkout/Onepage/Payment/Methods.php +0 -0
  193. app/code/community/Payone/Core/Model/Observer/Config/Protect.php +0 -0
  194. app/code/community/Payone/Core/Model/Observer/Protocol/Api.php +0 -0
  195. app/code/community/Payone/Core/Model/Observer/Sales/Order.php +0 -1
  196. app/code/community/Payone/Core/Model/Observer/Sales/Order/Invoice.php +0 -0
  197. app/code/community/Payone/Core/Model/Observer/Sales/Quote/Address.php +0 -0
  198. app/code/community/Payone/Core/Model/Observer/Sales/Quote/Payment.php +0 -0
  199. app/code/community/Payone/Core/Model/Observer/Store/PaymentConfig.php +0 -0
  200. app/code/community/Payone/Core/Model/Observer/TransactionStatus/Forwarding.php +0 -109
  201. app/code/community/Payone/Core/Model/Observer/TransactionStatus/InvoiceCreate.php +0 -0
  202. app/code/community/Payone/Core/Model/Observer/TransactionStatus/OrderConfirmation.php +0 -0
  203. app/code/community/Payone/Core/Model/Observer/TransactionStatus/Reminder.php +0 -0
  204. app/code/community/Payone/Core/Model/Payment/Method/Abstract.php +0 -0
  205. app/code/community/Payone/Core/Model/Payment/Method/AdvancePayment.php +0 -0
  206. app/code/community/Payone/Core/Model/Payment/Method/Barzahlen.php +35 -0
  207. app/code/community/Payone/Core/Model/Payment/Method/CashOnDelivery.php +0 -0
  208. app/code/community/Payone/Core/Model/Payment/Method/Creditcard.php +0 -0
  209. app/code/community/Payone/Core/Model/Payment/Method/CreditcardIframe.php +36 -0
  210. app/code/community/Payone/Core/Model/Payment/Method/DebitPayment.php +0 -0
  211. app/code/community/Payone/Core/Model/Payment/Method/Financing.php +0 -0
  212. app/code/community/Payone/Core/Model/Payment/Method/Invoice.php +0 -0
  213. app/code/community/Payone/Core/Model/Payment/Method/OnlineBankTransfer.php +0 -0
  214. app/code/community/Payone/Core/Model/Payment/Method/SafeInvoice.php +0 -0
  215. app/code/community/Payone/Core/Model/Payment/Method/Wallet.php +0 -0
  216. app/code/community/Payone/Core/Model/Repository/Api.php +0 -0
  217. app/code/community/Payone/Core/Model/Repository/TransactionStatus.php +1 -0
  218. app/code/community/Payone/Core/Model/Sales/Quote/Address.php +0 -0
  219. app/code/community/Payone/Core/Model/Sales/Quote/Address/Total/Fee.php +0 -0
  220. app/code/community/Payone/Core/Model/Service/Abstract.php +0 -0
  221. app/code/community/Payone/Core/Model/Service/Config/PaymentMethod/Create.php +0 -0
  222. app/code/community/Payone/Core/Model/Service/Config/ProtectCheck.php +0 -0
  223. app/code/community/Payone/Core/Model/Service/Config/XmlGenerate.php +0 -0
  224. app/code/community/Payone/Core/Model/Service/Export/Collection.php +0 -0
  225. app/code/community/Payone/Core/Model/Service/InitializeConfig.php +0 -0
  226. app/code/community/Payone/Core/Model/Service/InitializePayment.php +0 -0
  227. app/code/community/Payone/Core/Model/Service/Management/GetFile.php +0 -0
  228. app/code/community/Payone/Core/Model/Service/Management/GetInvoice.php +0 -0
  229. app/code/community/Payone/Core/Model/Service/Management/ManageMandate.php +0 -0
  230. app/code/community/Payone/Core/Model/Service/Payment/Abstract.php +0 -0
  231. app/code/community/Payone/Core/Model/Service/Payment/Authorize.php +0 -0
  232. app/code/community/Payone/Core/Model/Service/Payment/Capture.php +0 -0
  233. app/code/community/Payone/Core/Model/Service/Payment/Debit.php +0 -0
  234. app/code/community/Payone/Core/Model/Service/Payment/Genericpayment.php +0 -0
  235. app/code/community/Payone/Core/Model/Service/Payment/Interface.php +0 -0
  236. app/code/community/Payone/Core/Model/Service/Payment/Preauthorize.php +0 -0
  237. app/code/community/Payone/Core/Model/Service/Paypal/Express/Checkout.php +0 -0
  238. app/code/community/Payone/Core/Model/Service/Protocol/Api/Export.php +0 -0
  239. app/code/community/Payone/Core/Model/Service/Protocol/TransactionStatus/Export.php +0 -0
  240. app/code/community/Payone/Core/Model/Service/Sales/InvoiceCreate.php +0 -0
  241. app/code/community/Payone/Core/Model/Service/Sales/OrderComment.php +0 -0
  242. app/code/community/Payone/Core/Model/Service/Sales/OrderConfirmation.php +0 -0
  243. app/code/community/Payone/Core/Model/Service/Sales/OrderStatus.php +0 -0
  244. app/code/community/Payone/Core/Model/Service/Transaction/Create.php +10 -4
  245. app/code/community/Payone/Core/Model/Service/Transaction/Update.php +0 -0
  246. app/code/community/Payone/Core/Model/Service/TransactionStatus/Execute.php +0 -0
  247. app/code/community/Payone/Core/Model/Service/TransactionStatus/Forward.php +0 -0
  248. app/code/community/Payone/Core/Model/Service/TransactionStatus/Process.php +0 -0
  249. app/code/community/Payone/Core/Model/Service/TransactionStatus/StoreClearingParameters.php +0 -0
  250. app/code/community/Payone/Core/Model/Service/Verification/Abstract.php +0 -0
  251. app/code/community/Payone/Core/Model/Service/Verification/AddressCheck.php +0 -0
  252. app/code/community/Payone/Core/Model/Service/Verification/BankAccountCheck.php +0 -0
  253. app/code/community/Payone/Core/Model/Service/Verification/Creditrating.php +0 -0
  254. app/code/community/Payone/Core/Model/Session.php +0 -0
  255. app/code/community/Payone/Core/Model/System/Config/Abstract.php +0 -0
  256. app/code/community/Payone/Core/Model/System/Config/AddressCheckType.php +0 -0
  257. app/code/community/Payone/Core/Model/System/Config/AuthorizeMethod.php +0 -0
  258. app/code/community/Payone/Core/Model/System/Config/AuthorizeMethodFinancing.php +0 -0
  259. app/code/community/Payone/Core/Model/System/Config/AvsResult.php +0 -0
  260. app/code/community/Payone/Core/Model/System/Config/Backend/Protect.php +0 -0
  261. app/code/community/Payone/Core/Model/System/Config/BankaccountcheckType.php +0 -0
  262. app/code/community/Payone/Core/Model/System/Config/ClearingType.php +0 -0
  263. app/code/community/Payone/Core/Model/System/Config/CreditCardType.php +0 -0
  264. app/code/community/Payone/Core/Model/System/Config/CreditScore.php +0 -0
  265. app/code/community/Payone/Core/Model/System/Config/CreditratingChecktype.php +0 -0
  266. app/code/community/Payone/Core/Model/System/Config/CreditratingIntegrationEvent.php +0 -0
  267. app/code/community/Payone/Core/Model/System/Config/CurrencyUsage.php +0 -0
  268. app/code/community/Payone/Core/Model/System/Config/FinancingType.php +0 -0
  269. app/code/community/Payone/Core/Model/System/Config/HandleResponseError.php +0 -0
  270. app/code/community/Payone/Core/Model/System/Config/KlarnaCountry.php +0 -0
  271. app/code/community/Payone/Core/Model/System/Config/MethodType.php +0 -0
  272. app/code/community/Payone/Core/Model/System/Config/Mode.php +0 -0
  273. app/code/community/Payone/Core/Model/System/Config/OnlinebanktransferType.php +0 -0
  274. app/code/community/Payone/Core/Model/System/Config/OrderStatus.php +0 -0
  275. app/code/community/Payone/Core/Model/System/Config/PaymentMethodCode.php +5 -1
  276. app/code/community/Payone/Core/Model/System/Config/PaymentMethodType.php +5 -1
  277. app/code/community/Payone/Core/Model/System/Config/PersonStatus.php +0 -0
  278. app/code/community/Payone/Core/Model/System/Config/ReminderLevel.php +0 -0
  279. app/code/community/Payone/Core/Model/System/Config/RequestType.php +0 -0
  280. app/code/community/Payone/Core/Model/System/Config/ResponseType.php +0 -0
  281. app/code/community/Payone/Core/Model/System/Config/SafeInvoiceType.php +0 -0
  282. app/code/community/Payone/Core/Model/System/Config/SepaCountry.php +0 -0
  283. app/code/community/Payone/Core/Model/System/Config/Status.php +0 -0
  284. app/code/community/Payone/Core/Model/System/Config/StatusTransaction.php +0 -0
  285. app/code/community/Payone/Core/Model/System/Config/TransactionStatus.php +0 -0
  286. app/code/community/Payone/Core/Model/System/Config/WalletType.php +0 -0
  287. app/code/community/Payone/Core/controllers/Adminhtml/Configuration/Wizard/Page/PaymentController.php +0 -0
  288. app/code/community/Payone/Core/controllers/Adminhtml/Configuration/Wizard/PageController.php +0 -0
  289. app/code/community/Payone/Core/controllers/Adminhtml/Configuration/WizardController.php +0 -0
  290. app/code/community/Payone/Core/controllers/Adminhtml/InformationController.php +0 -0
  291. app/code/community/Payone/Core/controllers/Adminhtml/Protocol/ApiController.php +0 -0
  292. app/code/community/Payone/Core/controllers/Adminhtml/Protocol/TransactionStatusController.php +0 -0
  293. app/code/community/Payone/Core/controllers/Adminhtml/Sales/Order/InvoiceController.php +0 -0
  294. app/code/community/Payone/Core/controllers/Adminhtml/Sales/OrderController.php +0 -0
  295. app/code/community/Payone/Core/controllers/Adminhtml/System/Config/PaymentController.php +0 -0
  296. app/code/community/Payone/Core/controllers/Adminhtml/System/ConfigurationController.php +0 -0
  297. app/code/community/Payone/Core/controllers/Adminhtml/TransactionController.php +0 -0
  298. app/code/community/Payone/Core/controllers/Checkout/Onepage/PaymentController.php +4 -1
  299. app/code/community/Payone/Core/controllers/Checkout/Onepage/SuccessController.php +0 -0
  300. app/code/community/Payone/Core/controllers/Checkout/OnepageController.php +0 -0
  301. app/code/community/Payone/Core/controllers/IframeController.php +51 -0
  302. app/code/community/Payone/Core/controllers/PexpressController.php +12 -3
  303. app/code/community/Payone/Core/controllers/TransactionStatusController.php +64 -0
  304. app/code/community/Payone/Core/etc/adminhtml.xml +0 -0
  305. app/code/community/Payone/Core/etc/config.xml +18 -2
  306. app/code/community/Payone/Core/etc/system.xml +18 -0
  307. app/code/community/Payone/Core/sql/payone_core_setup/install-3.0.0.sql +0 -0
  308. app/code/community/Payone/Core/sql/payone_core_setup/mysql4-install-3.0.0.php +0 -0
  309. app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.0.12-3.1.0.php +0 -0
  310. app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.0.3-3.0.4.php +0 -0
  311. app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.0.8-3.0.9.php +0 -0
  312. app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.1.0-3.1.1.php +0 -0
  313. app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.1.2-3.1.3.php +0 -0
  314. app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.1.3-3.1.4.php +0 -0
  315. app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.1.4-3.1.5.php +0 -0
  316. app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.1.6-3.1.7.php +0 -0
  317. app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.1.7-3.1.8.php +0 -0
  318. app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.2.1-3.2.2.php +0 -0
  319. app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.2.2-3.2.3.php +0 -0
  320. app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.2.3-3.3.0.php +0 -0
  321. app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.3.2-3.3.3.php +0 -0
  322. app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.3.3-3.3.4.php +58 -0
  323. app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.3.5-3.3.6.php +57 -0
  324. app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.0.12-3.1.0.sql +0 -0
  325. app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.1.2-3.1.3.sql +0 -0
  326. app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.1.3-3.1.4.sql +0 -0
  327. app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.1.4-3.1.5.sql +0 -0
  328. app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.1.6-3.1.7.sql +0 -0
  329. app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.1.7-3.1.8.sql +0 -0
  330. app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.2.1-3.2.2.sql +0 -0
  331. app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.2.2-3.2.3.sql +0 -0
  332. app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.3.2-3.3.3.sql +0 -0
  333. app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.3.3-3.3.4.sql +5 -0
  334. app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.3.5-3.3.6.sql +5 -0
  335. app/code/community/Payone/Licensemanager/Block/Adminhtml/Notification/Toolbar.php +0 -0
  336. app/code/community/Payone/Licensemanager/Block/Adminhtml/Notification/Window.php +0 -0
  337. app/code/community/Payone/Licensemanager/Helper/Data.php +0 -0
  338. app/code/community/Payone/Licensemanager/Model/Observer.php +0 -0
  339. app/code/community/Payone/Licensemanager/controllers/ActiveController.php +0 -0
  340. app/code/community/Payone/Licensemanager/controllers/Adminhtml/TestController.php +0 -0
  341. app/code/community/Payone/Licensemanager/etc/config.xml +0 -0
  342. app/code/community/Payone/Migrator/Controller/Adminhtml/Abstract.php +0 -0
  343. app/code/community/Payone/Migrator/Helper/Config.php +0 -0
  344. app/code/community/Payone/Migrator/Helper/Data.php +0 -0
  345. app/code/community/Payone/Migrator/Model/Factory.php +0 -0
  346. app/code/community/Payone/Migrator/Model/Mapper/Abstract.php +0 -0
  347. app/code/community/Payone/Migrator/Model/Mapper/Config/General.php +0 -0
  348. app/code/community/Payone/Migrator/Model/Mapper/Config/Payment.php +0 -0
  349. app/code/community/Payone/Migrator/Model/Mapper/Config/Protect.php +0 -0
  350. app/code/community/Payone/Migrator/Model/Service/Abstract.php +0 -0
  351. app/code/community/Payone/Migrator/Model/Service/Configuration/GeneralMigrate.php +0 -0
  352. app/code/community/Payone/Migrator/Model/Service/Configuration/PaymentMigrate.php +0 -0
  353. app/code/community/Payone/Migrator/Model/Service/Configuration/ProtectMigrate.php +0 -0
  354. app/code/community/Payone/Migrator/Model/Service/Migrate.php +0 -0
  355. app/code/community/Payone/Migrator/Model/Service/Sales/PaymentMigrate.php +0 -0
  356. app/code/community/Payone/Migrator/controllers/Adminhtml/MigrationController.php +0 -0
  357. app/code/community/Payone/Migrator/controllers/Adminhtml/Wizard/MigrationController.php +0 -0
  358. app/code/community/Payone/Migrator/etc/config.xml +0 -0
  359. app/design/adminhtml/default/default/layout/payone/configuration.xml +0 -0
  360. app/design/adminhtml/default/default/layout/payone/core.xml +0 -0
  361. app/design/adminhtml/default/default/layout/payone/licensemanager.xml +0 -0
  362. app/design/adminhtml/default/default/layout/payone/migrator.xml +0 -0
  363. app/design/adminhtml/default/default/layout/payone/transaction.xml +0 -0
  364. app/design/adminhtml/default/default/template/payone/core/client_api.phtml +0 -0
  365. app/design/adminhtml/default/default/template/payone/core/configuration/wizard/iframe.phtml +0 -0
  366. app/design/adminhtml/default/default/template/payone/core/configuration/wizard/index.phtml +0 -0
  367. app/design/adminhtml/default/default/template/payone/core/configuration/wizard/page/finish.phtml +0 -0
  368. app/design/adminhtml/default/default/template/payone/core/configuration/wizard/page/form/container.phtml +0 -0
  369. app/design/adminhtml/default/default/template/payone/core/configuration/wizard/page/index.phtml +0 -0
  370. app/design/adminhtml/default/default/template/payone/core/configuration/wizard/page/payment/grid/container.phtml +0 -0
  371. app/design/adminhtml/default/default/template/payone/core/configuration/wizard/page/store_switcher.phtml +0 -0
  372. app/design/adminhtml/default/default/template/payone/core/configuration/wizard/page/view/container.phtml +0 -0
  373. app/design/adminhtml/default/default/template/payone/core/iframe.phtml +0 -0
  374. app/design/adminhtml/default/default/template/payone/core/information/iframe.phtml +0 -0
  375. app/design/adminhtml/default/default/template/payone/core/payment/method/form/advancepayment.phtml +0 -0
  376. app/design/adminhtml/default/default/template/payone/core/payment/method/form/cashondelivery.phtml +0 -0
  377. app/design/adminhtml/default/default/template/payone/core/payment/method/form/creditcard.phtml +1 -0
  378. app/design/adminhtml/default/default/template/payone/core/payment/method/form/debitpayment.phtml +0 -0
  379. app/design/adminhtml/default/default/template/payone/core/payment/method/form/invoice.phtml +0 -0
  380. app/design/adminhtml/default/default/template/payone/core/payment/method/info/advancepayment.phtml +0 -0
  381. app/design/adminhtml/default/default/template/payone/core/payment/method/info/cashondelivery.phtml +0 -0
  382. app/design/adminhtml/default/default/template/payone/core/payment/method/info/creditcard.phtml +0 -0
  383. app/design/adminhtml/default/default/template/payone/core/payment/method/info/debitpayment.phtml +0 -0
  384. app/design/adminhtml/default/default/template/payone/core/payment/method/info/financing.phtml +0 -0
  385. app/design/adminhtml/default/default/template/payone/core/payment/method/info/invoice.phtml +0 -0
  386. app/design/adminhtml/default/default/template/payone/core/payment/method/info/onlinebanktransfer.phtml +0 -0
  387. app/design/adminhtml/default/default/template/payone/core/payment/method/info/safe_invoice.phtml +0 -0
  388. app/design/adminhtml/default/default/template/payone/core/payment/method/info/wallet.phtml +0 -0
  389. app/design/adminhtml/default/default/template/payone/core/payment/method/pdf/safe_invoice.phtml +0 -0
  390. app/design/adminhtml/default/default/template/payone/core/protocol/api/view/plane.phtml +0 -0
  391. app/design/adminhtml/default/default/template/payone/core/protocol/api/view/tab/exception.phtml +0 -0
  392. app/design/adminhtml/default/default/template/payone/core/protocol/api/view/tab/general.phtml +0 -0
  393. app/design/adminhtml/default/default/template/payone/core/protocol/transactionstatus/view/plane.phtml +0 -0
  394. app/design/adminhtml/default/default/template/payone/core/protocol/transactionstatus/view/tab/general.phtml +0 -0
  395. app/design/adminhtml/default/default/template/payone/core/sales/order/create/init.phtml +0 -0
  396. app/design/adminhtml/default/default/template/payone/core/sales/order/view/tab/transaction.phtml +0 -0
  397. app/design/adminhtml/default/default/template/payone/core/system/config/form/field/array.phtml +0 -0
  398. app/design/adminhtml/default/default/template/payone/core/system/config/form/iframe.phtml +0 -0
  399. app/design/adminhtml/default/default/template/payone/core/system/config/hint/payment.phtml +0 -0
  400. app/design/adminhtml/default/default/template/payone/core/system/config/hint/payment_reference.phtml +0 -0
  401. app/design/adminhtml/default/default/template/payone/core/system/config/hint/protect.phtml +0 -0
  402. app/design/adminhtml/default/default/template/payone/core/system/config/payment/grid/container.phtml +0 -0
  403. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip.phtml +0 -0
  404. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/general/global.phtml +0 -0
  405. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/general/narrative_text.phtml +0 -0
  406. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/general/parameter_invoice.phtml +0 -0
  407. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/general/payment_creditcard.phtml +0 -0
  408. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/general/status_mapping.phtml +0 -0
  409. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/misc/creditmemo.phtml +0 -0
  410. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/misc/discount.phtml +0 -0
  411. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/misc/email_avs.phtml +0 -0
  412. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/misc/email_error.phtml +0 -0
  413. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/misc/shipping_costs.phtml +0 -0
  414. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/misc/transaction_status_forwarding.phtml +0 -0
  415. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/misc/transactionstatus_forwarding.phtml +0 -0
  416. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/misc/transactionstatus_processing.phtml +0 -0
  417. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/payment/creditcard.phtml +0 -0
  418. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/payment/debit_payment.phtml +0 -0
  419. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/payment/financing.phtml +0 -0
  420. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/payment/method.phtml +0 -0
  421. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/payment/online_bank_transfer.phtml +0 -0
  422. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/payment/safe_invoice.phtml +0 -0
  423. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/payment/wallet.phtml +0 -0
  424. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/protect/addresscheck.phtml +0 -0
  425. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/protect/addresscheck_type.phtml +0 -0
  426. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/protect/creditrating.phtml +0 -0
  427. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/protect/creditrating_agreement_message.phtml +0 -0
  428. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/protect/creditrating_lifetime.phtml +0 -0
  429. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/protect/creditrating_type.phtml +0 -0
  430. app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/window.phtml +0 -0
  431. app/design/adminhtml/default/default/template/payone/core/transaction/view/plane.phtml +0 -0
  432. app/design/adminhtml/default/default/template/payone/core/transaction/view/tab/general.phtml +0 -0
  433. app/design/adminhtml/default/default/template/payone/core/widget/form/container.phtml +0 -0
  434. app/design/adminhtml/default/default/template/payone/core/widget/view/container.phtml +0 -0
  435. app/design/adminhtml/default/default/template/payone/licensemanager/toolbar.phtml +0 -0
  436. app/design/adminhtml/default/default/template/payone/licensemanager/window.phtml +0 -0
  437. app/design/adminhtml/default/default/template/payone/migrator/migration/index.phtml +0 -0
  438. app/design/frontend/base/default/layout/payone/core.xml +16 -0
  439. app/design/frontend/base/default/template/payone/core/checkout/iframe.phtml +19 -0
  440. app/design/frontend/base/default/template/payone/core/checkout/onepage/init.phtml +0 -0
  441. app/design/frontend/base/default/template/payone/core/checkout/onepage/payment/additional.phtml +0 -0
  442. app/design/frontend/base/default/template/payone/core/checkout/onepage/review/sepamandate.phtml +0 -0
  443. app/design/frontend/base/default/template/payone/core/checkout/onepage/success/barzahlen.phtml +32 -0
  444. app/design/frontend/base/default/template/payone/core/checkout/onepage/success/sepamandatepdflink.phtml +0 -0
  445. app/design/frontend/base/default/template/payone/core/checkout/protect.phtml +0 -0
  446. app/design/frontend/base/default/template/payone/core/client_api.phtml +0 -0
  447. app/design/frontend/base/default/template/payone/core/payment/method/form/advancepayment.phtml +0 -0
  448. app/design/frontend/base/default/template/payone/core/payment/method/form/barzahlen.phtml +34 -0
  449. app/design/frontend/base/default/template/payone/core/payment/method/form/cashondelivery.phtml +0 -0
  450. app/design/frontend/base/default/template/payone/core/payment/method/form/creditcard.phtml +0 -0
  451. app/design/frontend/base/default/template/payone/core/payment/method/form/creditcardiframe.phtml +34 -0
  452. app/design/frontend/base/default/template/payone/core/payment/method/form/debitpayment.phtml +0 -0
  453. app/design/frontend/base/default/template/payone/core/payment/method/form/financing.phtml +0 -0
  454. app/design/frontend/base/default/template/payone/core/payment/method/form/financing/klarna.phtml +0 -0
  455. app/design/frontend/base/default/template/payone/core/payment/method/form/invoice.phtml +0 -0
  456. app/design/frontend/base/default/template/payone/core/payment/method/form/onlinebanktransfer.phtml +0 -0
  457. app/design/frontend/base/default/template/payone/core/payment/method/form/onlinebanktransfer/bankgroup.phtml +0 -0
  458. app/design/frontend/base/default/template/payone/core/payment/method/form/safe_invoice.phtml +0 -0
  459. app/design/frontend/base/default/template/payone/core/payment/method/form/safe_invoice/klarna.phtml +0 -0
  460. app/design/frontend/base/default/template/payone/core/payment/method/form/safe_invoice/klarna/scripts.phtml +0 -0
  461. app/design/frontend/base/default/template/payone/core/payment/method/form/wallet.phtml +0 -0
  462. app/design/frontend/base/default/template/payone/core/payment/method/info/advancepayment.phtml +0 -0
  463. app/design/frontend/base/default/template/payone/core/payment/method/info/barzahlen.phtml +43 -0
  464. app/design/frontend/base/default/template/payone/core/payment/method/info/cashondelivery.phtml +0 -0
  465. app/design/frontend/base/default/template/payone/core/payment/method/info/creditcard.phtml +0 -0
  466. app/design/frontend/base/default/template/payone/core/payment/method/info/creditcardiframe.phtml +43 -0
  467. app/design/frontend/base/default/template/payone/core/payment/method/info/debitpayment.phtml +0 -0
  468. app/design/frontend/base/default/template/payone/core/payment/method/info/financing.phtml +0 -0
  469. app/design/frontend/base/default/template/payone/core/payment/method/info/invoice.phtml +0 -0
  470. app/design/frontend/base/default/template/payone/core/payment/method/info/onlinebanktransfer.phtml +0 -0
  471. app/design/frontend/base/default/template/payone/core/payment/method/info/safe_invoice.phtml +0 -0
  472. app/design/frontend/base/default/template/payone/core/payment/method/info/wallet.phtml +0 -0
  473. app/design/frontend/base/default/template/payone/core/paypal/express/shortcut.phtml +0 -0
  474. app/etc/modules/Payone_Core.xml +0 -0
  475. app/etc/modules/Payone_Licensemanager.xml +0 -0
  476. app/etc/modules/Payone_Migrator.xml +0 -0
  477. app/locale/de_DE/Payone_Core.csv +15 -1
  478. app/locale/de_DE/Payone_Licensemanager.csv +0 -0
  479. app/locale/de_DE/template/email/payone/core/avs_template.phtml +0 -0
  480. app/locale/de_DE/template/email/payone/core/error_template.phtml +0 -0
  481. app/locale/en_US/Payone_Core.csv +0 -0
  482. app/locale/en_US/Payone_Licensemanager.csv +0 -0
  483. app/locale/en_US/template/email/payone/core/avs_template.phtml +0 -0
  484. app/locale/en_US/template/email/payone/core/error_template.phtml +0 -0
  485. js/payone/core/addresscheck.js +0 -0
  486. js/payone/core/client_api.js +0 -0
  487. js/payone/core/creditcard.js +0 -0
  488. js/payone/core/debitpayment.js +0 -0
  489. js/payone/core/financing.js +0 -0
  490. js/payone/core/klarna.js +0 -0
  491. js/payone/core/onlinebanktransfer.js +0 -0
  492. js/payone/core/safe_invoice.js +0 -0
  493. js/payone/core/sepa_input.js +0 -0
  494. js/payone/core/sepa_validation.js +0 -0
  495. js/payone/core/wallet.js +0 -0
  496. js/payone/migrator/migration.js +0 -0
  497. js/prototype/windows/themes/payone.css +0 -0
  498. js/prototype/windows/themes/payone/btn_bg.gif +0 -0
  499. js/prototype/windows/themes/payone/content_bg.gif +0 -0
  500. js/prototype/windows/themes/payone/logoclaim.gif +0 -0
  501. js/prototype/windows/themes/payone/top_bg.gif +0 -0
  502. js/prototype/windows/themes/payone/window_close.png +0 -0
  503. lib/Payone/Api/Adapter/Http/Abstract.php +0 -0
  504. lib/Payone/Api/Adapter/Http/Curl.php +0 -0
  505. lib/Payone/Api/Adapter/Http/Socket.php +0 -0
  506. lib/Payone/Api/Adapter/Interface.php +0 -0
  507. lib/Payone/Api/Config.php +0 -0
  508. lib/Payone/Api/Enum/AccessAction.php +0 -0
  509. lib/Payone/Api/Enum/AddressCheckDivergence.php +0 -0
  510. lib/Payone/Api/Enum/AddressCheckPersonstatus.php +0 -0
  511. lib/Payone/Api/Enum/AddressCheckScore.php +0 -0
  512. lib/Payone/Api/Enum/AddressCheckSecstatus.php +0 -0
  513. lib/Payone/Api/Enum/AddressCheckType.php +0 -0
  514. lib/Payone/Api/Enum/AvsResult.php +0 -0
  515. lib/Payone/Api/Enum/BankaccountCheckType.php +0 -0
  516. lib/Payone/Api/Enum/CaptureMode.php +0 -0
  517. lib/Payone/Api/Enum/ConsumerscoreScore.php +0 -0
  518. lib/Payone/Api/Enum/ConsumerscoreType.php +0 -0
  519. lib/Payone/Api/Enum/CreditcardType.php +0 -0
  520. lib/Payone/Api/Enum/DebitTransactionType.php +0 -0
  521. lib/Payone/Api/Enum/Ecommercemode.php +0 -0
  522. lib/Payone/Api/Enum/FileFormat.php +0 -0
  523. lib/Payone/Api/Enum/FileType.php +0 -0
  524. lib/Payone/Api/Enum/FinancingType.php +0 -0
  525. lib/Payone/Api/Enum/Gender.php +0 -0
  526. lib/Payone/Api/Enum/GenericpaymentAction.php +0 -0
  527. lib/Payone/Api/Enum/InvoiceDeliverymode.php +0 -0
  528. lib/Payone/Api/Enum/InvoicingItemType.php +0 -0
  529. lib/Payone/Api/Enum/OnlinebanktransferType.php +0 -0
  530. lib/Payone/Api/Enum/PayoutOpenBalance.php +0 -0
  531. lib/Payone/Api/Enum/PeriodUnit.php +0 -0
  532. lib/Payone/Api/Enum/PeriodUnitRecurring.php +0 -0
  533. lib/Payone/Api/Enum/RequestType.php +0 -0
  534. lib/Payone/Api/Enum/ResponseType.php +0 -0
  535. lib/Payone/Api/Enum/Settleaccount.php +0 -0
  536. lib/Payone/Api/Enum/Shippingprovider.php +0 -0
  537. lib/Payone/Api/Enum/Storecarddata.php +0 -0
  538. lib/Payone/Api/Enum/UseCustomerdata.php +0 -0
  539. lib/Payone/Api/Enum/WalletType.php +0 -0
  540. lib/Payone/Api/Exception/Abstract.php +0 -0
  541. lib/Payone/Api/Exception/InvalidParameters.php +0 -0
  542. lib/Payone/Api/Exception/InvalidResponse.php +0 -0
  543. lib/Payone/Api/Exception/InvalidUrl.php +0 -0
  544. lib/Payone/Api/Exception/MappingNotFound.php +0 -0
  545. lib/Payone/Api/Exception/Payone.php +0 -0
  546. lib/Payone/Api/Exception/Request/InvalidKey.php +0 -0
  547. lib/Payone/Api/Exception/Request/InvalidMid.php +0 -0
  548. lib/Payone/Api/Exception/Request/InvalidMode.php +0 -0
  549. lib/Payone/Api/Exception/Request/InvalidPortalid.php +0 -0
  550. lib/Payone/Api/Exception/Timeout.php +0 -0
  551. lib/Payone/Api/Exception/UnknownStatus.php +0 -0
  552. lib/Payone/Api/Exception/WritingRequestToServer.php +0 -0
  553. lib/Payone/Api/Factory.php +0 -0
  554. lib/Payone/Api/Mapper/Abstract.php +0 -0
  555. lib/Payone/Api/Mapper/Currency.php +0 -0
  556. lib/Payone/Api/Mapper/Currency/Interface.php +0 -0
  557. lib/Payone/Api/Mapper/Request/Abstract.php +0 -0
  558. lib/Payone/Api/Mapper/Request/Interface.php +0 -0
  559. lib/Payone/Api/Mapper/Request/Management/UpdateAccess.php +0 -0
  560. lib/Payone/Api/Mapper/Request/Payment/Abstract.php +0 -0
  561. lib/Payone/Api/Mapper/Request/Payment/Authorization.php +0 -0
  562. lib/Payone/Api/Mapper/Request/Payment/Capture.php +0 -0
  563. lib/Payone/Api/Mapper/Request/Payment/CreateAccess.php +0 -0
  564. lib/Payone/Api/Mapper/Request/Payment/Debit.php +0 -0
  565. lib/Payone/Api/Mapper/Request/Payment/Genericpayment.php +0 -0
  566. lib/Payone/Api/Mapper/Request/Payment/Preauthorization.php +0 -0
  567. lib/Payone/Api/Mapper/Request/Payment/Refund.php +0 -0
  568. lib/Payone/Api/Mapper/Request/Payment/Vauthorization.php +0 -0
  569. lib/Payone/Api/Mapper/Response/3dsCheck.php +0 -0
  570. lib/Payone/Api/Mapper/Response/Abstract.php +0 -0
  571. lib/Payone/Api/Mapper/Response/AddressCheck.php +0 -0
  572. lib/Payone/Api/Mapper/Response/Authorization.php +0 -0
  573. lib/Payone/Api/Mapper/Response/BankAccountCheck.php +0 -0
  574. lib/Payone/Api/Mapper/Response/Capture.php +0 -0
  575. lib/Payone/Api/Mapper/Response/Consumerscore.php +0 -0
  576. lib/Payone/Api/Mapper/Response/CreateAccess.php +0 -0
  577. lib/Payone/Api/Mapper/Response/CreditCardCheck.php +0 -0
  578. lib/Payone/Api/Mapper/Response/Debit.php +0 -0
  579. lib/Payone/Api/Mapper/Response/Genericpayment.php +0 -0
  580. lib/Payone/Api/Mapper/Response/GetFile.php +0 -0
  581. lib/Payone/Api/Mapper/Response/GetInvoice.php +0 -0
  582. lib/Payone/Api/Mapper/Response/Interface.php +0 -0
  583. lib/Payone/Api/Mapper/Response/ManageMandate.php +0 -0
  584. lib/Payone/Api/Mapper/Response/Preauthorization.php +0 -0
  585. lib/Payone/Api/Mapper/Response/Refund.php +0 -0
  586. lib/Payone/Api/Mapper/Response/UpdateAccess.php +0 -0
  587. lib/Payone/Api/Mapper/Response/Vauthorization.php +0 -0
  588. lib/Payone/Api/Mapper/currency.properties +0 -0
  589. lib/Payone/Api/Persistence/Interface.php +0 -0
  590. lib/Payone/Api/Request/3dsCheck.php +0 -0
  591. lib/Payone/Api/Request/Abstract.php +12 -0
  592. lib/Payone/Api/Request/AddressCheck.php +0 -0
  593. lib/Payone/Api/Request/Authorization.php +0 -0
  594. lib/Payone/Api/Request/Authorization/Abstract.php +93 -1
  595. lib/Payone/Api/Request/BankAccountCheck.php +0 -0
  596. lib/Payone/Api/Request/Capture.php +0 -0
  597. lib/Payone/Api/Request/Consumerscore.php +0 -0
  598. lib/Payone/Api/Request/CreateAccess.php +0 -0
  599. lib/Payone/Api/Request/CreditCardCheck.php +0 -0
  600. lib/Payone/Api/Request/Debit.php +0 -0
  601. lib/Payone/Api/Request/Genericpayment.php +0 -0
  602. lib/Payone/Api/Request/GetFile.php +0 -0
  603. lib/Payone/Api/Request/GetInvoice.php +0 -0
  604. lib/Payone/Api/Request/Interface.php +0 -0
  605. lib/Payone/Api/Request/ManageMandate.php +0 -0
  606. lib/Payone/Api/Request/Parameter/Abstract.php +0 -0
  607. lib/Payone/Api/Request/Parameter/Authorization/3dsecure.php +0 -0
  608. lib/Payone/Api/Request/Parameter/Authorization/Abstract.php +0 -0
  609. lib/Payone/Api/Request/Parameter/Authorization/Business.php +0 -0
  610. lib/Payone/Api/Request/Parameter/Authorization/DeliveryData.php +0 -0
  611. lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/Abstract.php +0 -0
  612. lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/Barzahlen.php +64 -0
  613. lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/CashOnDelivery.php +0 -0
  614. lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/CreditCard.php +0 -0
  615. lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/CreditCardIframe.php +88 -0
  616. lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/DebitPayment.php +0 -0
  617. lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/Financing.php +0 -0
  618. lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/OnlineBankTransfer.php +0 -0
  619. lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/Wallet.php +0 -0
  620. lib/Payone/Api/Request/Parameter/Authorization/PersonalData.php +0 -0
  621. lib/Payone/Api/Request/Parameter/Capture/Business.php +0 -0
  622. lib/Payone/Api/Request/Parameter/Capture/Invoicing/Transaction.php +0 -0
  623. lib/Payone/Api/Request/Parameter/CreateAccess/3dsecure.php +0 -0
  624. lib/Payone/Api/Request/Parameter/CreateAccess/Abstract.php +0 -0
  625. lib/Payone/Api/Request/Parameter/CreateAccess/Billing.php +0 -0
  626. lib/Payone/Api/Request/Parameter/CreateAccess/Invoicing/Transaction.php +0 -0
  627. lib/Payone/Api/Request/Parameter/CreateAccess/PaymentMethod/Abstract.php +0 -0
  628. lib/Payone/Api/Request/Parameter/CreateAccess/PaymentMethod/CreditCard.php +0 -0
  629. lib/Payone/Api/Request/Parameter/CreateAccess/PaymentMethod/DebitPayment.php +0 -0
  630. lib/Payone/Api/Request/Parameter/CreateAccess/PersonalData.php +0 -0
  631. lib/Payone/Api/Request/Parameter/Debit/Abstract.php +0 -0
  632. lib/Payone/Api/Request/Parameter/Debit/Business.php +0 -0
  633. lib/Payone/Api/Request/Parameter/Debit/PaymentMethod/Abstract.php +0 -0
  634. lib/Payone/Api/Request/Parameter/Debit/PaymentMethod/BankAccount.php +0 -0
  635. lib/Payone/Api/Request/Parameter/Debit/PaymentMethod/CreditCard.php +0 -0
  636. lib/Payone/Api/Request/Parameter/Interface.php +0 -0
  637. lib/Payone/Api/Request/Parameter/Invoicing/Access/Item.php +0 -0
  638. lib/Payone/Api/Request/Parameter/Invoicing/Item.php +0 -0
  639. lib/Payone/Api/Request/Parameter/Invoicing/Transaction.php +0 -0
  640. lib/Payone/Api/Request/Parameter/ManageMandate/Abstract.php +0 -0
  641. lib/Payone/Api/Request/Parameter/ManageMandate/PaymentMethod/Abstract.php +0 -0
  642. lib/Payone/Api/Request/Parameter/ManageMandate/PaymentMethod/BankAccount.php +0 -0
  643. lib/Payone/Api/Request/Parameter/ManageMandate/PersonalData.php +0 -0
  644. lib/Payone/Api/Request/Parameter/Paydata/DataItem.php +0 -0
  645. lib/Payone/Api/Request/Parameter/Paydata/Paydata.php +0 -0
  646. lib/Payone/Api/Request/Parameter/Refund/Abstract.php +0 -0
  647. lib/Payone/Api/Request/Parameter/Refund/PaymentMethod/BankAccount.php +0 -0
  648. lib/Payone/Api/Request/Parameter/UpdateAccess/Invoicing/Transaction.php +0 -0
  649. lib/Payone/Api/Request/Parameter/Vauthorization/Abstract.php +0 -0
  650. lib/Payone/Api/Request/Parameter/Vauthorization/Invoicing/Transaction.php +0 -0
  651. lib/Payone/Api/Request/Parameter/Vauthorization/PaymentMethod/Abstract.php +0 -0
  652. lib/Payone/Api/Request/Parameter/Vauthorization/PaymentMethod/CreditCard.php +0 -0
  653. lib/Payone/Api/Request/Parameter/Vauthorization/PaymentMethod/DebitPayment.php +0 -0
  654. lib/Payone/Api/Request/Parameter/Vauthorization/PersonalData.php +0 -0
  655. lib/Payone/Api/Request/Preauthorization.php +0 -0
  656. lib/Payone/Api/Request/Refund.php +0 -0
  657. lib/Payone/Api/Request/UpdateAccess.php +0 -0
  658. lib/Payone/Api/Request/Vauthorization.php +0 -0
  659. lib/Payone/Api/Response/3dsCheck/Enrolled.php +0 -0
  660. lib/Payone/Api/Response/3dsCheck/Invalid.php +0 -0
  661. lib/Payone/Api/Response/3dsCheck/Valid.php +0 -0
  662. lib/Payone/Api/Response/Abstract.php +1 -2
  663. lib/Payone/Api/Response/AddressCheck/Invalid.php +0 -0
  664. lib/Payone/Api/Response/AddressCheck/Valid.php +0 -0
  665. lib/Payone/Api/Response/Authorization/Abstract.php +58 -0
  666. lib/Payone/Api/Response/Authorization/Approved.php +0 -0
  667. lib/Payone/Api/Response/Authorization/Redirect.php +0 -0
  668. lib/Payone/Api/Response/BankAccountCheck/Blocked.php +0 -0
  669. lib/Payone/Api/Response/BankAccountCheck/Invalid.php +0 -0
  670. lib/Payone/Api/Response/BankAccountCheck/Valid.php +0 -0
  671. lib/Payone/Api/Response/Capture/Approved.php +0 -0
  672. lib/Payone/Api/Response/Consumerscore/Invalid.php +0 -0
  673. lib/Payone/Api/Response/Consumerscore/Valid.php +0 -0
  674. lib/Payone/Api/Response/CreateAccess/Approved.php +0 -0
  675. lib/Payone/Api/Response/CreditCardCheck/Invalid.php +0 -0
  676. lib/Payone/Api/Response/CreditCardCheck/Valid.php +0 -0
  677. lib/Payone/Api/Response/Debit/Approved.php +0 -0
  678. lib/Payone/Api/Response/Error.php +0 -0
  679. lib/Payone/Api/Response/Genericpayment/Abstract.php +0 -0
  680. lib/Payone/Api/Response/Genericpayment/Approved.php +0 -0
  681. lib/Payone/Api/Response/Genericpayment/Ok.php +0 -0
  682. lib/Payone/Api/Response/Genericpayment/Redirect.php +0 -0
  683. lib/Payone/Api/Response/Interface.php +0 -0
  684. lib/Payone/Api/Response/Invalid.php +0 -0
  685. lib/Payone/Api/Response/Management/GetFile.php +0 -0
  686. lib/Payone/Api/Response/Management/GetInvoice.php +0 -0
  687. lib/Payone/Api/Response/Management/ManageMandate/Approved.php +0 -0
  688. lib/Payone/Api/Response/Management/UpdateAccess/Ok.php +0 -0
  689. lib/Payone/Api/Response/Parameter/Abstract.php +0 -0
  690. lib/Payone/Api/Response/Parameter/Interface.php +0 -0
  691. lib/Payone/Api/Response/Parameter/Paydata/DataItem.php +0 -0
  692. lib/Payone/Api/Response/Parameter/Paydata/Paydata.php +0 -0
  693. lib/Payone/Api/Response/Preauthorization/Approved.php +0 -0
  694. lib/Payone/Api/Response/Preauthorization/Redirect.php +0 -0
  695. lib/Payone/Api/Response/Refund/Approved.php +0 -0
  696. lib/Payone/Api/Response/Vauthorization/Approved.php +0 -0
  697. lib/Payone/Api/Service/Abstract.php +0 -0
  698. lib/Payone/Api/Service/Interface.php +0 -0
  699. lib/Payone/Api/Service/Management/GetFile.php +0 -0
  700. lib/Payone/Api/Service/Management/GetInvoice.php +0 -0
  701. lib/Payone/Api/Service/Management/ManageMandate.php +0 -0
  702. lib/Payone/Api/Service/Management/UpdateAccess.php +0 -0
  703. lib/Payone/Api/Service/Payment/Abstract.php +0 -0
  704. lib/Payone/Api/Service/Payment/Authorize.php +5 -1
  705. lib/Payone/Api/Service/Payment/AuthorizeInterface.php +0 -0
  706. lib/Payone/Api/Service/Payment/Capture.php +0 -0
  707. lib/Payone/Api/Service/Payment/CaptureInterface.php +0 -0
  708. lib/Payone/Api/Service/Payment/CreateAccess.php +0 -0
  709. lib/Payone/Api/Service/Payment/CreateAccessInterface.php +0 -0
  710. lib/Payone/Api/Service/Payment/Debit.php +0 -0
  711. lib/Payone/Api/Service/Payment/DebitInterface.php +0 -0
  712. lib/Payone/Api/Service/Payment/Genericpayment.php +0 -0
  713. lib/Payone/Api/Service/Payment/GenericpaymentInterface.php +0 -0
  714. lib/Payone/Api/Service/Payment/Preauthorize.php +5 -1
  715. lib/Payone/Api/Service/Payment/PreauthorizeInterface.php +0 -0
  716. lib/Payone/Api/Service/Payment/Refund.php +0 -0
  717. lib/Payone/Api/Service/Payment/RefundInterface.php +0 -0
  718. lib/Payone/Api/Service/Payment/Vauthorize.php +0 -0
  719. lib/Payone/Api/Service/Payment/VauthorizeInterface.php +0 -0
  720. lib/Payone/Api/Service/ProtocolRequest.php +0 -0
  721. lib/Payone/Api/Service/ProtocolRequest/Interface.php +0 -0
  722. lib/Payone/Api/Service/Verification/3dsCheck.php +0 -0
  723. lib/Payone/Api/Service/Verification/AddressCheck.php +0 -0
  724. lib/Payone/Api/Service/Verification/BankAccountCheck.php +0 -0
  725. lib/Payone/Api/Service/Verification/Consumerscore.php +0 -0
  726. lib/Payone/Api/Service/Verification/CreditCardCheck.php +0 -0
  727. lib/Payone/Api/Validator/Abstract.php +0 -0
  728. lib/Payone/Api/Validator/DefaultParameters.php +0 -0
  729. lib/Payone/Api/Validator/Interface.php +0 -0
  730. lib/Payone/Autoload.php +0 -0
  731. lib/Payone/Bootstrap.php +0 -0
  732. lib/Payone/Builder.php +0 -0
  733. lib/Payone/ClientApi/Enum/RequestType.php +0 -0
  734. lib/Payone/ClientApi/Enum/ResponseType.php +0 -0
  735. lib/Payone/ClientApi/Exception/Abstract.php +0 -0
  736. lib/Payone/ClientApi/Exception/InvalidParameters.php +0 -0
  737. lib/Payone/ClientApi/Factory.php +0 -0
  738. lib/Payone/ClientApi/Request/Abstract.php +0 -0
  739. lib/Payone/ClientApi/Request/CreditCardCheck.php +0 -0
  740. lib/Payone/ClientApi/Request/Interface.php +0 -0
  741. lib/Payone/ClientApi/Service/GenerateHash.php +0 -0
  742. lib/Payone/Config.php +0 -0
  743. lib/Payone/Config/Abstract.php +0 -0
  744. lib/Payone/Enum/ClearingType.php +2 -0
  745. lib/Payone/Enum/Mode.php +0 -0
  746. lib/Payone/Enum/Reminderlevel.php +0 -0
  747. lib/Payone/Log4php/Logger.php +0 -0
  748. lib/Payone/Log4php/LoggerAppender.php +0 -0
  749. lib/Payone/Log4php/LoggerAppenderConsole.php +0 -0
  750. lib/Payone/Log4php/LoggerAppenderDailyFile.php +0 -0
  751. lib/Payone/Log4php/LoggerAppenderEcho.php +0 -0
  752. lib/Payone/Log4php/LoggerAppenderFile.php +0 -0
  753. lib/Payone/Log4php/LoggerAppenderMail.php +0 -0
  754. lib/Payone/Log4php/LoggerAppenderMailEvent.php +0 -0
  755. lib/Payone/Log4php/LoggerAppenderMongoDB.php +0 -0
  756. lib/Payone/Log4php/LoggerAppenderNull.php +0 -0
  757. lib/Payone/Log4php/LoggerAppenderPDO.php +0 -0
  758. lib/Payone/Log4php/LoggerAppenderPhp.php +0 -0
  759. lib/Payone/Log4php/LoggerAppenderPool.php +0 -0
  760. lib/Payone/Log4php/LoggerAppenderRollingFile.php +0 -0
  761. lib/Payone/Log4php/LoggerAppenderSocket.php +0 -0
  762. lib/Payone/Log4php/LoggerAppenderSyslog.php +0 -0
  763. lib/Payone/Log4php/LoggerAutoloader.php +0 -0
  764. lib/Payone/Log4php/LoggerConfigurable.php +0 -0
  765. lib/Payone/Log4php/LoggerConfigurationAdapter.php +0 -0
  766. lib/Payone/Log4php/LoggerConfigurationAdapterINI.php +0 -0
  767. lib/Payone/Log4php/LoggerConfigurationAdapterPHP.php +0 -0
  768. lib/Payone/Log4php/LoggerConfigurationAdapterXML.php +0 -0
  769. lib/Payone/Log4php/LoggerConfigurator.php +0 -0
  770. lib/Payone/Log4php/LoggerConfiguratorDefault.php +0 -0
  771. lib/Payone/Log4php/LoggerException.php +0 -0
  772. lib/Payone/Log4php/LoggerFilter.php +0 -0
  773. lib/Payone/Log4php/LoggerFilterDenyAll.php +0 -0
  774. lib/Payone/Log4php/LoggerFilterLevelMatch.php +0 -0
  775. lib/Payone/Log4php/LoggerFilterLevelRange.php +0 -0
  776. lib/Payone/Log4php/LoggerFilterStringMatch.php +0 -0
  777. lib/Payone/Log4php/LoggerFormattingInfo.php +0 -0
  778. lib/Payone/Log4php/LoggerHierarchy.php +0 -0
  779. lib/Payone/Log4php/LoggerLayout.php +0 -0
  780. lib/Payone/Log4php/LoggerLayoutHtml.php +0 -0
  781. lib/Payone/Log4php/LoggerLayoutPattern.php +0 -0
  782. lib/Payone/Log4php/LoggerLayoutSerialized.php +0 -0
  783. lib/Payone/Log4php/LoggerLayoutSimple.php +0 -0
  784. lib/Payone/Log4php/LoggerLayoutTTCC.php +0 -0
  785. lib/Payone/Log4php/LoggerLayoutXml.php +0 -0
  786. lib/Payone/Log4php/LoggerLevel.php +0 -0
  787. lib/Payone/Log4php/LoggerLocationInfo.php +0 -0
  788. lib/Payone/Log4php/LoggerLoggingEvent.php +0 -0
  789. lib/Payone/Log4php/LoggerMDC.php +0 -0
  790. lib/Payone/Log4php/LoggerNDC.php +0 -0
  791. lib/Payone/Log4php/LoggerOptionConverter.php +0 -0
  792. lib/Payone/Log4php/LoggerPatternConverter.php +0 -0
  793. lib/Payone/Log4php/LoggerPatternConverterClass.php +0 -0
  794. lib/Payone/Log4php/LoggerPatternConverterCookie.php +0 -0
  795. lib/Payone/Log4php/LoggerPatternConverterDate.php +0 -0
  796. lib/Payone/Log4php/LoggerPatternConverterEnvironment.php +0 -0
  797. lib/Payone/Log4php/LoggerPatternConverterFile.php +0 -0
  798. lib/Payone/Log4php/LoggerPatternConverterLevel.php +0 -0
  799. lib/Payone/Log4php/LoggerPatternConverterLine.php +0 -0
  800. lib/Payone/Log4php/LoggerPatternConverterLiteral.php +0 -0
  801. lib/Payone/Log4php/LoggerPatternConverterLocation.php +0 -0
  802. lib/Payone/Log4php/LoggerPatternConverterLogger.php +0 -0
  803. lib/Payone/Log4php/LoggerPatternConverterMDC.php +0 -0
  804. lib/Payone/Log4php/LoggerPatternConverterMessage.php +0 -0
  805. lib/Payone/Log4php/LoggerPatternConverterMethod.php +0 -0
  806. lib/Payone/Log4php/LoggerPatternConverterNDC.php +0 -0
  807. lib/Payone/Log4php/LoggerPatternConverterNewLine.php +0 -0
  808. lib/Payone/Log4php/LoggerPatternConverterProcess.php +0 -0
  809. lib/Payone/Log4php/LoggerPatternConverterRelative.php +0 -0
  810. lib/Payone/Log4php/LoggerPatternConverterRequest.php +0 -0
  811. lib/Payone/Log4php/LoggerPatternConverterServer.php +0 -0
  812. lib/Payone/Log4php/LoggerPatternConverterSession.php +0 -0
  813. lib/Payone/Log4php/LoggerPatternConverterSessionID.php +0 -0
  814. lib/Payone/Log4php/LoggerPatternConverterSuperglobal.php +0 -0
  815. lib/Payone/Log4php/LoggerPatternConverterThrowable.php +0 -0
  816. lib/Payone/Log4php/LoggerPatternParser.php +0 -0
  817. lib/Payone/Log4php/LoggerReflectionUtils.php +0 -0
  818. lib/Payone/Log4php/LoggerRendererDefault.php +0 -0
  819. lib/Payone/Log4php/LoggerRendererException.php +0 -0
  820. lib/Payone/Log4php/LoggerRendererMap.php +0 -0
  821. lib/Payone/Log4php/LoggerRendererObject.php +0 -0
  822. lib/Payone/Log4php/LoggerRoot.php +0 -0
  823. lib/Payone/Log4php/LoggerThrowableInformation.php +0 -0
  824. lib/Payone/Log4php/LoggerUtils.php +0 -0
  825. lib/Payone/Log4php/xml/log4php.dtd +0 -0
  826. lib/Payone/Protocol/Config/Filter.php +0 -0
  827. lib/Payone/Protocol/Exception/FilterNotFound.php +0 -0
  828. lib/Payone/Protocol/Exception/InvalidConfig.php +0 -0
  829. lib/Payone/Protocol/Factory.php +0 -0
  830. lib/Payone/Protocol/Filter/Abstract.php +0 -0
  831. lib/Payone/Protocol/Filter/Filterable.php +0 -0
  832. lib/Payone/Protocol/Filter/Interface.php +0 -0
  833. lib/Payone/Protocol/Filter/MaskAllValue.php +0 -0
  834. lib/Payone/Protocol/Filter/MaskValue.php +0 -0
  835. lib/Payone/Protocol/Logger/Interface.php +0 -0
  836. lib/Payone/Protocol/Logger/Log4php.php +0 -0
  837. lib/Payone/Protocol/Service/ApplyFilters.php +0 -0
  838. lib/Payone/Protocol/Service/Protocol/Abstract.php +0 -0
  839. lib/Payone/SessionStatus/Config.php +0 -0
  840. lib/Payone/SessionStatus/Enum/Action.php +0 -0
  841. lib/Payone/SessionStatus/Exception/Abstract.php +0 -0
  842. lib/Payone/SessionStatus/Exception/MissmatchingKeys.php +0 -0
  843. lib/Payone/SessionStatus/Exception/NoPostRequest.php +0 -0
  844. lib/Payone/SessionStatus/Exception/NoRequestData.php +0 -0
  845. lib/Payone/SessionStatus/Exception/Validation.php +0 -0
  846. lib/Payone/SessionStatus/Factory.php +0 -0
  847. lib/Payone/SessionStatus/Mapper/Request.php +0 -0
  848. lib/Payone/SessionStatus/Mapper/RequestInterface.php +0 -0
  849. lib/Payone/SessionStatus/Persistence/Interface.php +0 -0
  850. lib/Payone/SessionStatus/Request.php +0 -0
  851. lib/Payone/SessionStatus/Request/Abstract.php +0 -0
  852. lib/Payone/SessionStatus/Request/Interface.php +0 -0
  853. lib/Payone/SessionStatus/Request/Item.php +0 -0
  854. lib/Payone/SessionStatus/Request/Item/Abstract.php +0 -0
  855. lib/Payone/SessionStatus/Request/Item/Interface.php +0 -0
  856. lib/Payone/SessionStatus/Response.php +0 -0
  857. lib/Payone/SessionStatus/Response/Abstract.php +0 -0
  858. lib/Payone/SessionStatus/Response/Interface.php +0 -0
  859. lib/Payone/SessionStatus/Service/HandleRequest.php +0 -0
  860. lib/Payone/SessionStatus/Service/ProtocolRequest.php +0 -0
  861. lib/Payone/SessionStatus/Service/ProtocolRequest/Interface.php +0 -0
  862. lib/Payone/SessionStatus/Validator/Abstract.php +0 -0
  863. lib/Payone/SessionStatus/Validator/DefaultParameters.php +0 -0
  864. lib/Payone/SessionStatus/Validator/Interface.php +0 -0
  865. lib/Payone/SessionStatus/Validator/Ip.php +0 -0
  866. lib/Payone/Settings/Configuration/Abstract.php +0 -0
  867. lib/Payone/Settings/Configuration/Api/RequestType.php +0 -0
  868. lib/Payone/Settings/Configuration/Api/ResponseType.php +0 -0
  869. lib/Payone/Settings/Configuration/Mode.php +0 -0
  870. lib/Payone/Settings/Configuration/PaymentMethod.php +0 -0
  871. lib/Payone/Settings/Configuration/PaymentMethod/CreditCard.php +0 -0
  872. lib/Payone/Settings/Configuration/PaymentMethod/Financing.php +0 -0
  873. lib/Payone/Settings/Configuration/PaymentMethod/OnlineBankTransfer.php +0 -0
  874. lib/Payone/Settings/Configuration/PaymentMethod/Wallet.php +0 -0
  875. lib/Payone/Settings/Configuration/Reminderlevel.php +0 -0
  876. lib/Payone/Settings/Configuration/TransactionStatus/Action.php +0 -0
  877. lib/Payone/Settings/Configuration/Verification/AddressCheck.php +0 -0
  878. lib/Payone/Settings/Configuration/Verification/AvsResult.php +0 -0
  879. lib/Payone/Settings/Configuration/Verification/BankaccountCheck.php +0 -0
  880. lib/Payone/Settings/Configuration/Verification/Consumerscore.php +0 -0
  881. lib/Payone/Settings/Configuration/Verification/Personstatus.php +0 -0
  882. lib/Payone/Settings/Data/ConfigFile/Abstract.php +0 -0
  883. lib/Payone/Settings/Data/ConfigFile/Collection.php +0 -0
  884. lib/Payone/Settings/Data/ConfigFile/Global/StatusMapping.php +0 -0
  885. lib/Payone/Settings/Data/ConfigFile/Interface.php +0 -0
  886. lib/Payone/Settings/Data/ConfigFile/Misc/TransactionstatusForwarding.php +0 -0
  887. lib/Payone/Settings/Data/ConfigFile/PaymentMethod/Abstract.php +0 -0
  888. lib/Payone/Settings/Data/ConfigFile/PaymentMethod/AdvancePayment.php +0 -0
  889. lib/Payone/Settings/Data/ConfigFile/PaymentMethod/Barzahlen.php +37 -0
  890. lib/Payone/Settings/Data/ConfigFile/PaymentMethod/CashOnDelivery.php +0 -0
  891. lib/Payone/Settings/Data/ConfigFile/PaymentMethod/Creditcard.php +0 -0
  892. lib/Payone/Settings/Data/ConfigFile/PaymentMethod/CreditcardIframe.php +37 -0
  893. lib/Payone/Settings/Data/ConfigFile/PaymentMethod/DebitPayment.php +0 -0
  894. lib/Payone/Settings/Data/ConfigFile/PaymentMethod/Financing.php +0 -0
  895. lib/Payone/Settings/Data/ConfigFile/PaymentMethod/Invoice.php +0 -0
  896. lib/Payone/Settings/Data/ConfigFile/PaymentMethod/OnlineBankTransfer.php +0 -0
  897. lib/Payone/Settings/Data/ConfigFile/PaymentMethod/Wallet.php +0 -0
  898. lib/Payone/Settings/Data/ConfigFile/Protect/Addresscheck.php +0 -0
  899. lib/Payone/Settings/Data/ConfigFile/Protect/Consumerscore.php +0 -0
  900. lib/Payone/Settings/Data/ConfigFile/Root.php +0 -0
  901. lib/Payone/Settings/Data/ConfigFile/Shop.php +0 -0
  902. lib/Payone/Settings/Data/ConfigFile/Shop/ClearingTypes.php +0 -0
  903. lib/Payone/Settings/Data/ConfigFile/Shop/Global.php +0 -0
  904. lib/Payone/Settings/Data/ConfigFile/Shop/Misc.php +0 -0
  905. lib/Payone/Settings/Data/ConfigFile/Shop/Protect.php +0 -0
  906. lib/Payone/Settings/Data/ConfigFile/Shop/System.php +0 -0
  907. lib/Payone/Settings/Factory.php +0 -0
  908. lib/Payone/Settings/Service/XmlGenerate.php +0 -0
  909. lib/Payone/Settings/Service/XmlParse.php +0 -0
  910. lib/Payone/TransactionStatus/Config.php +0 -0
  911. lib/Payone/TransactionStatus/Enum/Failedcause.php +0 -0
  912. lib/Payone/TransactionStatus/Enum/Txaction.php +0 -0
  913. lib/Payone/TransactionStatus/Exception/Abstract.php +0 -0
  914. lib/Payone/TransactionStatus/Exception/MissmatchingKeys.php +0 -0
  915. lib/Payone/TransactionStatus/Exception/NoPostRequest.php +0 -0
  916. lib/Payone/TransactionStatus/Exception/NoRequestData.php +0 -0
  917. lib/Payone/TransactionStatus/Exception/Validation.php +0 -0
  918. lib/Payone/TransactionStatus/Factory.php +0 -0
  919. lib/Payone/TransactionStatus/Mapper/Request.php +0 -0
  920. lib/Payone/TransactionStatus/Mapper/RequestInterface.php +0 -0
  921. lib/Payone/TransactionStatus/Persistence/Interface.php +0 -0
  922. lib/Payone/TransactionStatus/Request.php +0 -0
  923. lib/Payone/TransactionStatus/Request/Abstract.php +0 -0
  924. lib/Payone/TransactionStatus/Request/Interface.php +0 -0
  925. lib/Payone/TransactionStatus/Response.php +0 -0
  926. lib/Payone/TransactionStatus/Response/Abstract.php +0 -0
  927. lib/Payone/TransactionStatus/Response/Interface.php +0 -0
  928. lib/Payone/TransactionStatus/Service/HandleRequest.php +14 -0
  929. lib/Payone/TransactionStatus/Service/ProtocolRequest.php +0 -0
  930. lib/Payone/TransactionStatus/Service/ProtocolRequest/Interface.php +0 -0
  931. lib/Payone/TransactionStatus/Validator/Abstract.php +0 -0
  932. lib/Payone/TransactionStatus/Validator/DefaultParameters.php +0 -0
  933. lib/Payone/TransactionStatus/Validator/Interface.php +0 -0
  934. lib/Payone/TransactionStatus/Validator/Ip.php +0 -0
  935. package.xml +39 -23
  936. skin/adminhtml/default/default/payone/core/boxes.css +0 -0
  937. skin/adminhtml/default/default/payone/core/images/error_msg_icon.gif +0 -0
  938. skin/adminhtml/default/default/payone/core/images/favicon.png +0 -0
  939. skin/adminhtml/default/default/payone/core/images/help.png +0 -0
  940. skin/adminhtml/default/default/payone/core/images/icon_16.png +0 -0
  941. skin/adminhtml/default/default/payone/core/images/logoclaim.gif +0 -0
  942. skin/adminhtml/default/default/payone/core/images/magento_general_global.png +0 -0
  943. skin/adminhtml/default/default/payone/core/images/money_add.png +0 -0
  944. skin/adminhtml/default/default/payone/core/wizard.css +0 -0
  945. skin/adminhtml/default/default/payone/migrator/images/ajax-loader.gif +0 -0
  946. skin/adminhtml/default/default/payone/migrator/images/failure.gif +0 -0
  947. skin/adminhtml/default/default/payone/migrator/images/success.gif +0 -0
  948. skin/adminhtml/default/default/payone/migrator/migration.css +0 -0
  949. skin/frontend/default/default/payone/core/mandate.css +0 -0
app/code/community/Payone/Core/Block/Adminhtml/Configuration/Wizard/Config/Form.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Configuration/Wizard/Page/Edit.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Configuration/Wizard/Page/View.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Information.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Information/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Protocol/Api.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Protocol/Api/Grid.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Protocol/Api/View.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Protocol/Api/View/Plane.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Protocol/Api/View/Tab/Exception.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Protocol/Api/View/Tab/General.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Protocol/Api/View/Tabs.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Protocol/TransactionStatus.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Protocol/TransactionStatus/Grid.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Protocol/TransactionStatus/View.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Protocol/TransactionStatus/View/Plane.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Protocol/TransactionStatus/View/Tab/General.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Protocol/TransactionStatus/View/Tabs.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Sales/Order.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Sales/Order/Create/Init.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Sales/Order/Grid.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Sales/Order/View/Tab/Api.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Sales/Order/View/Tab/Transaction.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Sales/Order/View/Tab/TransactionStatus.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Field.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Field/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Field/Forwarding.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Field/Info.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Field/KlarnaStoreId.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Field/PaymentFee.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Field/PersonStatusMapping.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Field/StatusMapping.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Payment.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/System/Config/Form/Payment/Method.php CHANGED
@@ -143,7 +143,7 @@ class Payone_Core_Block_Adminhtml_System_Config_Form_Payment_Method
143
 
144
  $groupName = self::GROUP_TEMPLATE_PREFIX . $this->getMethodType();
145
  $group = $groups->$groupName;
146
-
147
  $groupNameDefault = self::GROUP_TEMPLATE_PREFIX . self::GROUP_TEMPLATE_DEFAULT;
148
  $groupDefault = $groups->$groupNameDefault;
149
 
@@ -178,7 +178,6 @@ class Payone_Core_Block_Adminhtml_System_Config_Form_Payment_Method
178
  $this->_prepareFieldOriginalData($fieldset, $group);
179
  $this->_addElementTypes($fieldset);
180
 
181
-
182
  foreach ($groupDefault->fields as $elements) {
183
  foreach ($elements as $e) {
184
  // Check if the node already exists. If it does, do not append, default is lower in the hierarchy.
143
 
144
  $groupName = self::GROUP_TEMPLATE_PREFIX . $this->getMethodType();
145
  $group = $groups->$groupName;
146
+
147
  $groupNameDefault = self::GROUP_TEMPLATE_PREFIX . self::GROUP_TEMPLATE_DEFAULT;
148
  $groupDefault = $groups->$groupNameDefault;
149
 
178
  $this->_prepareFieldOriginalData($fieldset, $group);
179
  $this->_addElementTypes($fieldset);
180
 
 
181
  foreach ($groupDefault->fields as $elements) {
182
  foreach ($elements as $e) {
183
  // Check if the node already exists. If it does, do not append, default is lower in the hierarchy.
app/code/community/Payone/Core/Block/Adminhtml/System/Config/Hint.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/System/Config/Notice.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/System/Config/Payment.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/System/Config/Payment/Edit.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/System/Config/Payment/Grid.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/System/Config/Tooltip.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Transaction.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Transaction/Grid.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Transaction/View.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Transaction/View/Plane.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Transaction/View/Tab/General.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Transaction/View/Tab/TransactionStatus.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Transaction/View/Tabs.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Widget/Grid/Column/Renderer/Datetime.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Widget/Grid/Column/Renderer/UnixTimestamp.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Widget/Grid/Container.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Adminhtml/Widget/View/Container.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Checkout/Onepage/Payment/Additional.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Checkout/Onepage/Payment/Iframe.php ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
+ * versions in the future. If you wish to customize Payone_Core for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package Payone_Core_Block
17
+ * @subpackage Checkout
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.de
22
+ */
23
+
24
+ class Payone_Core_Block_Checkout_Onepage_Payment_Iframe extends Mage_Core_Block_Template {
25
+
26
+ protected function _construct()
27
+ {
28
+ parent::_construct();
29
+ $this->setTemplate('payone/core/checkout/iframe.phtml');
30
+ }
31
+
32
+ public function getIframeUrl() {
33
+ $oSession = Mage::getSingleton('checkout/session');
34
+ $sIframeUrl = $oSession->getPayoneIframeUrl();
35
+ return $sIframeUrl;
36
+ }
37
+
38
+ public function getPaymentType() {
39
+ $oSession = Mage::getSingleton('checkout/session');
40
+ $sPaymentMethod = $oSession->getPayonePaymentType();
41
+ return $sPaymentMethod;
42
+ }
43
+
44
+ public function getIframeHeight() {
45
+ $sPaymentId = $this->getPaymentType();
46
+ switch ($sPaymentId) {
47
+ case 'payone_wallet':
48
+ $sHeight = 277;
49
+ break;
50
+ case 'payone_creditcard_iframe':
51
+ $sHeight = 700;
52
+ break;
53
+ }
54
+ return $sHeight;
55
+ }
56
+
57
+ public function getIframeWidth() {
58
+ $sPaymentId = $this->getPaymentType();
59
+ switch ($sPaymentId) {
60
+ case 'payone_wallet':
61
+ $sWidth = false;
62
+ break;
63
+ case 'payone_creditcard_iframe':
64
+ $sWidth = 360;
65
+ break;
66
+ }
67
+ return $sWidth;
68
+ }
69
+
70
+ public function getIframeStyle() {
71
+ $sPaymentId = $this->getPaymentType();
72
+ switch ($sPaymentId) {
73
+ case 'payone_wallet':
74
+ $sStyle = "margin: 20px auto;position: relative;width:100%;border:0;";
75
+ break;
76
+ case 'payone_creditcard_iframe':
77
+ $sStyle = "border:0;margin-top:20px;";
78
+ break;
79
+ }
80
+ return $sStyle;
81
+ }
82
+
83
+ public function getIframeHeader() {
84
+ $sPaymentId = $this->getPaymentType();
85
+ switch ($sPaymentId) {
86
+ case 'payone_wallet':
87
+ $sHeader = $this->__('Payment with Yapital');
88
+ break;
89
+ case 'payone_creditcard_iframe':
90
+ $sHeader = $this->__('Payment with creditcard');
91
+ break;
92
+ }
93
+ return $sHeader;
94
+ }
95
+
96
+ public function getIframeText() {
97
+ $sPaymentId = $this->getPaymentType();
98
+ switch ($sPaymentId) {
99
+ case 'payone_wallet':
100
+ $sText = $this->__('There are 2 possibilities to pay with Yapital. Either you open the Yapital-app, select payment from the app-menu and scan the QR-code or you click the orange LOGIN button and log in on the next site, using your Yapital-login-data. After a successful transaction you will be redirected back to the shop.');
101
+ $sText .= '<br><br>';
102
+ $sText .= $this->__('Every transaction is handled in realtime with your Yapital-account. Your bankdata is not transmitted by Yapital, only the necessary transactiondata.');
103
+ break;
104
+ case 'payone_creditcard_iframe':
105
+ $sText = false;
106
+ break;
107
+ }
108
+ return $sText;
109
+ }
110
+
111
+ }
app/code/community/Payone/Core/Block/Checkout/Onepage/Payment/Methods.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Checkout/Onepage/Review/SepaMandate.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Checkout/Onepage/Success/Barzahlen.php ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
+ * versions in the future. If you wish to customize Payone_Core for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package Payone_Core_Block
17
+ * @subpackage Checkout
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.com
22
+ */
23
+
24
+ class Payone_Core_Block_Checkout_Onepage_Success_Barzahlen
25
+ extends Mage_Core_Block_Template
26
+ {
27
+ /** @var Payone_Core_Model_Factory */
28
+ protected $factory = null;
29
+
30
+ /**
31
+ * after block is rendered we should clear relevant checkout session fields to avoid
32
+ * falsy interpretation on further checkout passes
33
+ *
34
+ * @param string $html
35
+ * @return string
36
+ */
37
+ protected function _afterToHtml($html)
38
+ {
39
+ $this->getCheckoutSession()->unsPayoneBarzahlenHtml();
40
+ return parent::_afterToHtml($html);
41
+ }
42
+
43
+ /**
44
+ * @return Mage_Checkout_Model_Session
45
+ */
46
+ protected function getCheckoutSession()
47
+ {
48
+ return $this->getFactory()->getSingletonCheckoutSession();
49
+ }
50
+
51
+ /**
52
+ * @return bool
53
+ */
54
+ public function isBarzahlenOrder()
55
+ {
56
+ $orderId = $this->getOrderId();
57
+ if (!$orderId) {
58
+ return false;
59
+ }
60
+ $order = $this->getFactory()->getModelSalesOrder();
61
+ $order->load($orderId);
62
+
63
+ if ($order->getPayment()->getMethod() != Payone_Core_Model_System_Config_PaymentMethodCode::BARZAHLEN) {
64
+ return false;
65
+ }
66
+
67
+ if(!$this->getBarzahlenHtml()) {
68
+ return false;
69
+ }
70
+ return true;
71
+ }
72
+
73
+ public function getBarzahlenHtml() {
74
+ return $this->getCheckoutSession()->getPayoneBarzahlenHtml();
75
+ }
76
+
77
+ /**
78
+ * @return int
79
+ */
80
+ protected function getOrderId()
81
+ {
82
+ return $this->getCheckoutSession()->getLastOrderId();
83
+ }
84
+
85
+ /**
86
+ * @return \Payone_Core_Model_Factory
87
+ */
88
+ public function getFactory()
89
+ {
90
+ if ($this->factory === null) {
91
+ $this->factory = new Payone_Core_Model_Factory();
92
+ }
93
+ return $this->factory;
94
+ }
95
+
96
+ }
app/code/community/Payone/Core/Block/Checkout/Onepage/Success/SepaMandatePdfLink.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Form/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Form/AdvancePayment.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Form/Barzahlen.php ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
+ * versions in the future. If you wish to customize Payone_Core for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package Payone_Core_Block
17
+ * @subpackage Payment
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.com
22
+ */
23
+
24
+ class Payone_Core_Block_Payment_Method_Form_Barzahlen extends Payone_Core_Block_Payment_Method_Form_Abstract {
25
+
26
+ protected function _construct() {
27
+ parent::_construct();
28
+ $this->setTemplate('payone/core/payment/method/form/barzahlen.phtml');
29
+ }
30
+ }
app/code/community/Payone/Core/Block/Payment/Method/Form/CashOnDelivery.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Form/Creditcard.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Form/CreditcardIframe.php ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
+ * versions in the future. If you wish to customize Payone_Core for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package Payone_Core_Block
17
+ * @subpackage Payment
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.com
22
+ */
23
+
24
+ class Payone_Core_Block_Payment_Method_Form_CreditcardIframe extends Payone_Core_Block_Payment_Method_Form_Abstract {
25
+
26
+ protected function _construct() {
27
+ parent::_construct();
28
+ $this->setTemplate('payone/core/payment/method/form/creditcardiframe.phtml');
29
+ }
30
+ }
app/code/community/Payone/Core/Block/Payment/Method/Form/DebitPayment.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Form/Financing.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Form/Financing/Klarna.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Form/Invoice.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Form/OnlineBankTransfer.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Form/SafeInvoice.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Form/SafeInvoice/Klarna.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Form/Wallet.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Info/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Info/AdvancePayment.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Info/Barzahlen.php ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
+ * versions in the future. If you wish to customize Payone_Core for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package Payone_Core_Block
17
+ * @subpackage Payment
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.com
22
+ */
23
+
24
+ class Payone_Core_Block_Payment_Method_Info_Barzahlen extends Payone_Core_Block_Payment_Method_Info_Abstract {
25
+
26
+ protected function _construct() {
27
+ parent::_construct();
28
+ $this->setTemplate('payone/core/payment/method/info/barzahlen.phtml');
29
+ }
30
+
31
+ }
app/code/community/Payone/Core/Block/Payment/Method/Info/CashOnDelivery.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Info/Creditcard.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Info/CreditcardIframe.php ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
+ * versions in the future. If you wish to customize Payone_Core for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package Payone_Core_Block
17
+ * @subpackage Payment
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.com
22
+ */
23
+
24
+ class Payone_Core_Block_Payment_Method_Info_CreditcardIframe extends Payone_Core_Block_Payment_Method_Info_Abstract {
25
+
26
+ protected function _construct() {
27
+ parent::_construct();
28
+ $this->setTemplate('payone/core/payment/method/info/creditcardiframe.phtml');
29
+ }
30
+
31
+ }
app/code/community/Payone/Core/Block/Payment/Method/Info/DebitPayment.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Info/Financing.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Info/Invoice.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Info/OnlineBankTransfer.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Info/SafeInvoice.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Payment/Method/Info/Wallet.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Paypal/Express/Form.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Paypal/Express/Review.php CHANGED
@@ -41,9 +41,11 @@ class Payone_Core_Block_Paypal_Express_Review extends Mage_Paypal_Block_Express_
41
  protected function _beforeToHtml()
42
  {
43
  $methodInstance = $this->_quote->getPayment()->getMethodInstance();
 
 
44
  $this->setPaymentMethodTitle($methodInstance->getTitle());
45
- $this->setUpdateOrderSubmitUrl($this->getUrl("{$this->_paypalActionPrefix}/express/updateOrder"));
46
- $this->setUpdateShippingMethodsUrl($this->getUrl("{$this->_paypalActionPrefix}/express/updateShippingMethods"));
47
 
48
  $this->setShippingRateRequired(true);
49
  if ($this->_quote->getIsVirtual()) {
@@ -66,13 +68,13 @@ class Payone_Core_Block_Paypal_Express_Review extends Mage_Paypal_Block_Express_
66
  }
67
 
68
  // misc shipping parameters
69
- $this->setShippingMethodSubmitUrl($this->getUrl("{$this->_paypalActionPrefix}/express/saveShippingMethod"))
70
  ->setCanEditShippingAddress(false)
71
  ->setCanEditShippingMethod($this->_quote->getMayEditShippingMethod())
72
  ;
73
  }
74
 
75
  $this->setEditUrl(null) //$this->getUrl("{$this->_paypalActionPrefix}/express/edit")
76
- ->setPlaceOrderUrl($this->getUrl("payone_core/pexpress/placeOrder"));
77
  }
78
  }
41
  protected function _beforeToHtml()
42
  {
43
  $methodInstance = $this->_quote->getPayment()->getMethodInstance();
44
+ // are we in a secure environment?
45
+ $isSecure = Mage::app()->getStore()->isCurrentlySecure();
46
  $this->setPaymentMethodTitle($methodInstance->getTitle());
47
+ $this->setUpdateOrderSubmitUrl($this->getUrl("{$this->_paypalActionPrefix}/express/updateOrder", array('_secure' => $isSecure)));
48
+ $this->setUpdateShippingMethodsUrl($this->getUrl("{$this->_paypalActionPrefix}/express/updateShippingMethods", array('_secure' => $isSecure)));
49
 
50
  $this->setShippingRateRequired(true);
51
  if ($this->_quote->getIsVirtual()) {
68
  }
69
 
70
  // misc shipping parameters
71
+ $this->setShippingMethodSubmitUrl($this->getUrl("{$this->_paypalActionPrefix}/express/saveShippingMethod", array('_secure' => $isSecure)))
72
  ->setCanEditShippingAddress(false)
73
  ->setCanEditShippingMethod($this->_quote->getMayEditShippingMethod())
74
  ;
75
  }
76
 
77
  $this->setEditUrl(null) //$this->getUrl("{$this->_paypalActionPrefix}/express/edit")
78
+ ->setPlaceOrderUrl($this->getUrl("payone_core/pexpress/placeOrder", array('_secure' => $isSecure)));
79
  }
80
  }
app/code/community/Payone/Core/Block/Paypal/Express/Review/Billing.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Paypal/Express/Review/Details.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Paypal/Express/Review/Shipping.php CHANGED
File without changes
app/code/community/Payone/Core/Block/Paypal/Express/Shortcut.php CHANGED
@@ -97,9 +97,11 @@ class Payone_Core_Block_Paypal_Express_Shortcut extends Mage_Core_Block_Template
97
  return $result;
98
  }
99
 
 
 
100
  // set misc data
101
  $this->setShortcutHtmlId($this->helper('core')->uniqHash('ppe_shortcut_'))
102
- ->setCheckoutUrl($this->getUrl($this->_startAction));
103
 
104
  $this->setImageUrl(Mage::getModel('payone_core/service_paypal_express_checkout', array(
105
  'quote' => $quote,
97
  return $result;
98
  }
99
 
100
+ // check if we are in a secure environment
101
+ $isSecure = Mage::app()->getStore()->isCurrentlySecure();
102
  // set misc data
103
  $this->setShortcutHtmlId($this->helper('core')->uniqHash('ppe_shortcut_'))
104
+ ->setCheckoutUrl($this->getUrl($this->_startAction, array('_secure' => $isSecure)));
105
 
106
  $this->setImageUrl(Mage::getModel('payone_core/service_paypal_express_checkout', array(
107
  'quote' => $quote,
app/code/community/Payone/Core/Controller/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Controller/Adminhtml/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Controller/Adminhtml/Configuration/Wizard/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Exception/InvalidRequestType.php CHANGED
File without changes
app/code/community/Payone/Core/Exception/InvalidScope.php CHANGED
File without changes
app/code/community/Payone/Core/Exception/InvoicePreparationNoItems.php CHANGED
File without changes
app/code/community/Payone/Core/Exception/InvoiceSave.php CHANGED
File without changes
app/code/community/Payone/Core/Exception/OrderCannotInvoice.php CHANGED
File without changes
app/code/community/Payone/Core/Exception/OrderNotFound.php CHANGED
File without changes
app/code/community/Payone/Core/Exception/PaymentMethodConfigNotFound.php CHANGED
File without changes
app/code/community/Payone/Core/Exception/PaymentTypeNotFound.php CHANGED
File without changes
app/code/community/Payone/Core/Exception/TransactionAlreadyExists.php CHANGED
File without changes
app/code/community/Payone/Core/Exception/TransactionStatusForward.php CHANGED
File without changes
app/code/community/Payone/Core/Helper/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Helper/Compatibility.php CHANGED
File without changes
app/code/community/Payone/Core/Helper/Config.php CHANGED
File without changes
app/code/community/Payone/Core/Helper/Data.php CHANGED
File without changes
app/code/community/Payone/Core/Helper/Email.php CHANGED
File without changes
app/code/community/Payone/Core/Helper/Registry.php CHANGED
File without changes
app/code/community/Payone/Core/Helper/Sales/Button.php CHANGED
File without changes
app/code/community/Payone/Core/Helper/Score.php CHANGED
File without changes
app/code/community/Payone/Core/Helper/Url.php CHANGED
File without changes
app/code/community/Payone/Core/Helper/Wizard.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/AreaAbstract.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/AreaInterface.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/General.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/General/Global.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/General/ParameterInvoice.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/General/ParameterNarrativeText.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/General/PaymentCreditcard.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/General/PaymentPaypalExpressCheckout.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/General/StatusMapping.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Interface.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Misc.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Misc/Creditmemo.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Misc/Discount.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Misc/Email/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Misc/Email/Interface.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Misc/EmailAvs.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Misc/EmailError.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Misc/ShippingCosts.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Misc/TransactionstatusForwarding.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Misc/TransactionstatusProcessing.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Payment.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Payment/Method.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Payment/Method/Interface.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Protect.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Protect/AddressCheck.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Config/Protect/Creditrating.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Cronjob/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Cronjob/TransactionStatus/Worker.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Domain/Config/PaymentMethod.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Domain/Customer.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Domain/Protocol/Api.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Domain/Protocol/TransactionStatus.php CHANGED
@@ -134,52 +134,55 @@ class Payone_Core_Model_Domain_Protocol_TransactionStatus extends Mage_Core_Mode
134
  */
135
  public function getRawRequest()
136
  {
137
- $allowedKeys = array(
138
- 'key',
139
- 'txaction',
140
- 'mode',
141
- 'portalid',
142
- 'aid',
143
- 'clearingtype',
144
- 'txtime',
145
- 'currency',
146
- 'userid',
147
- 'customerid',
148
- 'param',
149
- 'reference',
150
- 'sequencenumber',
151
- 'receivable',
152
- 'balance',
153
- 'failedcause',
154
- 'productid',
155
- 'accessid',
156
- 'reminderlevel',
157
- 'vaid',
158
- 'vreference',
159
- 'vxid',
160
- 'txid',
161
- 'invoiceid',
162
- 'invoice_grossamount',
163
- 'invoice_date',
164
- 'invoice_deliverydate',
165
- 'invoice_deliveryenddate',
166
- 'clearing_bankaccountholder',
167
- 'clearing_bankcountry',
168
- 'clearing_bankaccount',
169
- 'clearing_bankcode',
170
- 'clearing_bankiban',
171
- 'clearing_bankbic',
172
- 'clearing_bankcity',
173
- 'clearing_bankname',
174
- 'clearing_reference',
175
- 'clearing_duedate',
176
- 'clearing_legalnote',
177
- 'clearing_instructionnote');
178
-
179
- $rawData = $this->__toArray($allowedKeys);
180
- ksort($rawData);
 
 
 
181
 
182
- return $rawData;
183
 
184
  }
185
 
@@ -300,5 +303,15 @@ class Payone_Core_Model_Domain_Protocol_TransactionStatus extends Mage_Core_Mode
300
  {
301
  $this->setProcessingStatus(self::STATUS_ERROR);
302
  }
 
 
 
 
 
 
 
 
 
 
303
 
304
  }
134
  */
135
  public function getRawRequest()
136
  {
137
+ $aRawData = $this->getRawRequestArray();
138
+ if(!$aRawData) {
139
+ $allowedKeys = array(
140
+ 'key',
141
+ 'txaction',
142
+ 'mode',
143
+ 'portalid',
144
+ 'aid',
145
+ 'clearingtype',
146
+ 'txtime',
147
+ 'currency',
148
+ 'userid',
149
+ 'customerid',
150
+ 'param',
151
+ 'reference',
152
+ 'sequencenumber',
153
+ 'receivable',
154
+ 'balance',
155
+ 'failedcause',
156
+ 'productid',
157
+ 'accessid',
158
+ 'reminderlevel',
159
+ 'vaid',
160
+ 'vreference',
161
+ 'vxid',
162
+ 'txid',
163
+ 'invoiceid',
164
+ 'invoice_grossamount',
165
+ 'invoice_date',
166
+ 'invoice_deliverydate',
167
+ 'invoice_deliveryenddate',
168
+ 'clearing_bankaccountholder',
169
+ 'clearing_bankcountry',
170
+ 'clearing_bankaccount',
171
+ 'clearing_bankcode',
172
+ 'clearing_bankiban',
173
+ 'clearing_bankbic',
174
+ 'clearing_bankcity',
175
+ 'clearing_bankname',
176
+ 'clearing_reference',
177
+ 'clearing_duedate',
178
+ 'clearing_legalnote',
179
+ 'clearing_instructionnote'
180
+ );
181
+ $aRawData = $this->__toArray($allowedKeys);
182
+ }
183
+ ksort($aRawData);
184
 
185
+ return $aRawData;
186
 
187
  }
188
 
303
  {
304
  $this->setProcessingStatus(self::STATUS_ERROR);
305
  }
306
+
307
+ public function getRawRequestArray() {
308
+ if(!empty($this->_data['raw_request'])) {
309
+ $aRaw = unserialize($this->_data['raw_request']);
310
+ if($aRaw) {
311
+ return $aRaw;
312
+ }
313
+ }
314
+ return false;
315
+ }
316
 
317
  }
app/code/community/Payone/Core/Model/Domain/Resource/Config/PaymentMethod.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Domain/Resource/Config/PaymentMethod/Collection.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Domain/Resource/Customer.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Domain/Resource/Customer/Collection.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Domain/Resource/Protocol/Api.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Domain/Resource/Protocol/Api/Collection.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Domain/Resource/Protocol/TransactionStatus.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Domain/Resource/Protocol/TransactionStatus/Collection.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Domain/Resource/Transaction.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Domain/Resource/Transaction/Collection.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Domain/Transaction.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Factory.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Handler/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Handler/Interface.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Handler/Management/GetInvoice.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Handler/Payment/Abstract.php CHANGED
@@ -65,6 +65,36 @@ abstract class Payone_Core_Model_Handler_Payment_Abstract
65
  */
66
  protected $request = null;
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  /**
69
  * @param Payone_Api_Response_Interface $response
70
  * @return Payone_Core_Model_Handler_Payment_Abstract
@@ -81,10 +111,15 @@ abstract class Payone_Core_Model_Handler_Payment_Abstract
81
 
82
  if ($response->isApproved()) {
83
  $this->sendAvsMail($response);
84
- }
85
- elseif ($response->isRedirect()) {
86
- $redirectUrl = $response->getRedirecturl();
87
- $paymentMethod->setRedirectUrl($redirectUrl);
 
 
 
 
 
88
  }
89
 
90
  $this->updatePaymentByResponse($response);
@@ -112,6 +147,11 @@ abstract class Payone_Core_Model_Handler_Payment_Abstract
112
  // Update Order
113
  $this->updateOrder($order);
114
 
 
 
 
 
 
115
  // Update Customer
116
  $this->updateCustomerByResponse($response);
117
 
65
  */
66
  protected $request = null;
67
 
68
+ protected function _isIframePaymentOrder($oRequest) {
69
+ if($this->_isYapitalOrder($oRequest) || $this->_isCreditcardIframe($oRequest)) {
70
+ return true;
71
+ }
72
+ return false;
73
+ }
74
+
75
+ protected function _getPaymentMethod() {
76
+ $oOrder = Mage::getSingleton('checkout/session')->getQuote();
77
+ $oPayment = $oOrder->getPayment();
78
+ return $oPayment->getMethod();
79
+ }
80
+
81
+ protected function _isCreditcardIframe($oRequest) {
82
+ if($this->_getPaymentMethod() == 'payone_creditcard_iframe') {
83
+ return true;
84
+ }
85
+ return false;
86
+ }
87
+
88
+ protected function _isYapitalOrder($oRequest) {
89
+ if($oRequest->getClearingtype() == 'wlt') {
90
+ $oPayment = $oRequest->getPayment();
91
+ if($oPayment->getWallettype() == 'YPL') {
92
+ return true;
93
+ }
94
+ }
95
+ return false;
96
+ }
97
+
98
  /**
99
  * @param Payone_Api_Response_Interface $response
100
  * @return Payone_Core_Model_Handler_Payment_Abstract
111
 
112
  if ($response->isApproved()) {
113
  $this->sendAvsMail($response);
114
+ } elseif ($response->isRedirect()) {
115
+ $sRedirectUrl = $response->getRedirecturl();
116
+ if($this->_isIframePaymentOrder($request)) {
117
+ $oSession = Mage::getSingleton('checkout/session');
118
+ $oSession->setPayoneIframeUrl($sRedirectUrl);
119
+ $oSession->setPayonePaymentType($this->_getPaymentMethod());
120
+ $sRedirectUrl = Mage::helper('payone_core/url')->getMagentoUrl('payone_core/iframe/show');
121
+ }
122
+ $paymentMethod->setRedirectUrl($sRedirectUrl);
123
  }
124
 
125
  $this->updatePaymentByResponse($response);
147
  // Update Order
148
  $this->updateOrder($order);
149
 
150
+ if(method_exists($response, 'getAddPaydataInstructionNotes') && $response->getAddPaydataInstructionNotes()) {
151
+ $oSession = Mage::getSingleton('checkout/session');
152
+ $oSession->setPayoneBarzahlenHtml(urldecode($response->getAddPaydataInstructionNotes()));
153
+ }
154
+
155
  // Update Customer
156
  $this->updateCustomerByResponse($response);
157
 
app/code/community/Payone/Core/Model/Handler/Payment/Authorize.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Handler/Payment/Capture.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Handler/Payment/Debit.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Handler/Payment/Genericpayment.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Handler/Payment/Interface.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Handler/Payment/Preauthorize.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Handler/Verification/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Handler/Verification/AddressCheck.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Handler/Verification/Creditrating.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Handler/Verification/Interface.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Mapper/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Mapper/ApiRequest/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Mapper/ApiRequest/Management/GetFile.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Mapper/ApiRequest/Management/GetInvoice.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Mapper/ApiRequest/Management/ManageMandate.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Mapper/ApiRequest/Payment/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Mapper/ApiRequest/Payment/Authorize.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Mapper/ApiRequest/Payment/Authorize/Abstract.php CHANGED
@@ -131,6 +131,10 @@ abstract class Payone_Core_Model_Mapper_ApiRequest_Payment_Authorize_Abstract
131
  $requestType = Payone_Api_Enum_RequestType::PREAUTHORIZATION;
132
  }
133
  }
 
 
 
 
134
 
135
  $request->setRequest($requestType);
136
  $request->setAid($this->configPayment->getAid());
@@ -386,7 +390,7 @@ abstract class Payone_Core_Model_Mapper_ApiRequest_Payment_Authorize_Abstract
386
 
387
  $invoicing = new Payone_Api_Request_Parameter_Invoicing_Transaction();
388
  $invoicing->setInvoiceappendix($invoiceAppendix);
389
-
390
  // Order items:
391
  foreach ($order->getItemsCollection() as $key => $itemData) {
392
  /** @var $itemData Mage_Sales_Model_Order_Item */
@@ -530,9 +534,15 @@ abstract class Payone_Core_Model_Mapper_ApiRequest_Payment_Authorize_Abstract
530
  }
531
  elseif ($paymentMethod instanceof Payone_Core_Model_Payment_Method_Wallet) {
532
  $payment = new Payone_Api_Request_Parameter_Authorization_PaymentMethod_Wallet();
533
- // @comment currently hardcoded because there is no other Type
534
- $payment->setWallettype(Payone_Api_Enum_WalletType::PAYPAL_EXPRESS);
535
-
 
 
 
 
 
 
536
  $isRedirect = true;
537
  }
538
  elseif ($paymentMethod instanceof Payone_Core_Model_Payment_Method_DebitPayment) {
@@ -560,6 +570,13 @@ abstract class Payone_Core_Model_Mapper_ApiRequest_Payment_Authorize_Abstract
560
  $payment->setMandateIdentification($mandateIdentification);
561
  }
562
  }
 
 
 
 
 
 
 
563
  }
564
 
565
  if ($isRedirect === true) {
@@ -589,6 +606,9 @@ abstract class Payone_Core_Model_Mapper_ApiRequest_Payment_Authorize_Abstract
589
  elseif ($paymentMethod instanceof Payone_Core_Model_Payment_Method_Creditcard) {
590
  $clearingType = Payone_Enum_ClearingType::CREDITCARD;
591
  }
 
 
 
592
  elseif ($paymentMethod instanceof Payone_Core_Model_Payment_Method_OnlineBankTransfer) {
593
  $clearingType = Payone_Enum_ClearingType::ONLINEBANKTRANSFER;
594
  }
@@ -610,6 +630,9 @@ abstract class Payone_Core_Model_Mapper_ApiRequest_Payment_Authorize_Abstract
610
  elseif ($paymentMethod instanceof Payone_Core_Model_Payment_Method_SafeInvoice) {
611
  $clearingType = Payone_Enum_ClearingType::FINANCING;
612
  }
 
 
 
613
 
614
  return $clearingType;
615
  }
131
  $requestType = Payone_Api_Enum_RequestType::PREAUTHORIZATION;
132
  }
133
  }
134
+ // Always use PREAUTHORIZATION for Barzahlen
135
+ if ($paymentMethod instanceof Payone_Core_Model_Payment_Method_Barzahlen) {
136
+ $requestType = Payone_Api_Enum_RequestType::PREAUTHORIZATION;
137
+ }
138
 
139
  $request->setRequest($requestType);
140
  $request->setAid($this->configPayment->getAid());
390
 
391
  $invoicing = new Payone_Api_Request_Parameter_Invoicing_Transaction();
392
  $invoicing->setInvoiceappendix($invoiceAppendix);
393
+
394
  // Order items:
395
  foreach ($order->getItemsCollection() as $key => $itemData) {
396
  /** @var $itemData Mage_Sales_Model_Order_Item */
534
  }
535
  elseif ($paymentMethod instanceof Payone_Core_Model_Payment_Method_Wallet) {
536
  $payment = new Payone_Api_Request_Parameter_Authorization_PaymentMethod_Wallet();
537
+ $sType = false;
538
+
539
+ $aPostPayment = Mage::app()->getRequest()->getPost('payment');
540
+ if($aPostPayment && array_key_exists('payone_wallet_type', $aPostPayment)) {
541
+ $sType = $aPostPayment['payone_wallet_type'];
542
+ } else {
543
+ $sType = Payone_Api_Enum_WalletType::PAYPAL_EXPRESS;
544
+ }
545
+ $payment->setWallettype($sType);
546
  $isRedirect = true;
547
  }
548
  elseif ($paymentMethod instanceof Payone_Core_Model_Payment_Method_DebitPayment) {
570
  $payment->setMandateIdentification($mandateIdentification);
571
  }
572
  }
573
+ } elseif($paymentMethod instanceof Payone_Core_Model_Payment_Method_CreditcardIframe) {
574
+ $payment = new Payone_Api_Request_Parameter_Authorization_PaymentMethod_CreditCardIframe();
575
+ $isRedirect = true;
576
+ } elseif($paymentMethod instanceof Payone_Core_Model_Payment_Method_Barzahlen) {
577
+ $payment = new Payone_Api_Request_Parameter_Authorization_PaymentMethod_Barzahlen();
578
+ $payment->setApiVersion();
579
+ $payment->setCashtype();
580
  }
581
 
582
  if ($isRedirect === true) {
606
  elseif ($paymentMethod instanceof Payone_Core_Model_Payment_Method_Creditcard) {
607
  $clearingType = Payone_Enum_ClearingType::CREDITCARD;
608
  }
609
+ elseif ($paymentMethod instanceof Payone_Core_Model_Payment_Method_CreditcardIframe) {
610
+ $clearingType = Payone_Enum_ClearingType::CREDITCARD_IFRAME;
611
+ }
612
  elseif ($paymentMethod instanceof Payone_Core_Model_Payment_Method_OnlineBankTransfer) {
613
  $clearingType = Payone_Enum_ClearingType::ONLINEBANKTRANSFER;
614
  }
630
  elseif ($paymentMethod instanceof Payone_Core_Model_Payment_Method_SafeInvoice) {
631
  $clearingType = Payone_Enum_ClearingType::FINANCING;
632
  }
633
+ elseif ($paymentMethod instanceof Payone_Core_Model_Payment_Method_Barzahlen) {
634
+ $clearingType = Payone_Enum_ClearingType::BARZAHLEN;
635
+ }
636
 
637
  return $clearingType;
638
  }
app/code/community/Payone/Core/Model/Mapper/ApiRequest/Payment/Capture.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Mapper/ApiRequest/Payment/Debit.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Mapper/ApiRequest/Payment/Genericpayment.php CHANGED
@@ -95,9 +95,9 @@ class Payone_Core_Model_Mapper_ApiRequest_Payment_Genericpayment
95
  $request->setCurrency($quote->getQuoteCurrencyCode());
96
  $request->setWallet(new Payone_Api_Request_Parameter_Authorization_PaymentMethod_Wallet(array(
97
  'wallettype' => Payone_Api_Enum_WalletType::PAYPAL_EXPRESS,
98
- 'successurl' => Mage::getUrl('*/*/return'),
99
- 'errorurl' => Mage::getUrl('*/*/error'),
100
- 'backurl' => Mage::getUrl('*/*/cancel')
101
  )));
102
  return $request;
103
  }
95
  $request->setCurrency($quote->getQuoteCurrencyCode());
96
  $request->setWallet(new Payone_Api_Request_Parameter_Authorization_PaymentMethod_Wallet(array(
97
  'wallettype' => Payone_Api_Enum_WalletType::PAYPAL_EXPRESS,
98
+ 'successurl' => Mage::helper('payone_core/url')->getMagentoUrl('*/*/return'),
99
+ 'errorurl' => Mage::helper('payone_core/url')->getMagentoUrl('*/*/error'),
100
+ 'backurl' => Mage::helper('payone_core/url')->getMagentoUrl('*/*/cancel')
101
  )));
102
  return $request;
103
  }
app/code/community/Payone/Core/Model/Mapper/ApiRequest/Payment/Interface.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Mapper/ApiRequest/Payment/Preauthorize.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Mapper/ApiRequest/Verification/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Mapper/ApiRequest/Verification/AddressCheck.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Mapper/ApiRequest/Verification/BankAccountCheck.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Mapper/ApiRequest/Verification/Creditrating.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Observer/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Observer/Checkout/Onepage.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Observer/Checkout/Onepage/DebitPayment.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Observer/Checkout/Onepage/Payment/Methods.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Observer/Config/Protect.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Observer/Protocol/Api.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Observer/Sales/Order.php CHANGED
@@ -95,7 +95,6 @@ class Payone_Core_Model_Observer_Sales_Order
95
  $customer->save();
96
  }
97
 
98
-
99
  if(($payment->getMethodInstance() instanceof Payone_Core_Model_Payment_Method_Abstract) && (!$payment->getOrder()->getCustomerIsGuest())) {
100
  $customerId = $payment->getOrder()->getCustomer()->getId();
101
  $customerSavedData = array();
95
  $customer->save();
96
  }
97
 
 
98
  if(($payment->getMethodInstance() instanceof Payone_Core_Model_Payment_Method_Abstract) && (!$payment->getOrder()->getCustomerIsGuest())) {
99
  $customerId = $payment->getOrder()->getCustomer()->getId();
100
  $customerSavedData = array();
app/code/community/Payone/Core/Model/Observer/Sales/Order/Invoice.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Observer/Sales/Quote/Address.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Observer/Sales/Quote/Payment.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Observer/Store/PaymentConfig.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Observer/TransactionStatus/Forwarding.php DELETED
@@ -1,109 +0,0 @@
1
- <?php
2
- /**
3
- *
4
- * NOTICE OF LICENSE
5
- *
6
- * This source file is subject to the GNU General Public License (GPL 3)
7
- * that is bundled with this package in the file LICENSE.txt
8
- *
9
- * DISCLAIMER
10
- *
11
- * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
- * versions in the future. If you wish to customize Payone_Core for your
13
- * needs please refer to http://www.payone.de for more information.
14
- *
15
- * @category Payone
16
- * @package Payone_Core_Model
17
- * @subpackage Observer
18
- * @copyright Copyright (c) 2012 <info@noovias.com> - www.noovias.com
19
- * @author Matthias Walter <info@noovias.com>
20
- * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
- * @link http://www.noovias.com
22
- */
23
-
24
- /**
25
- *
26
- * @category Payone
27
- * @package Payone_Core_Model
28
- * @subpackage Observer
29
- * @copyright Copyright (c) 2012 <info@noovias.com> - www.noovias.com
30
- * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
31
- * @link http://www.noovias.com
32
- */
33
- class Payone_Core_Model_Observer_TransactionStatus_Forwarding extends Payone_Core_Model_Observer_Abstract
34
- {
35
- /**
36
- * @var Payone_Core_Model_Service_TransactionStatus_Forward
37
- */
38
- protected $serviceForwarding = null;
39
-
40
- /**
41
- * @param Varien_Event_Observer $observer
42
- */
43
- public function onAll(Varien_Event_Observer $observer)
44
- {
45
- $event = $observer->getEvent();
46
- /**
47
- * @var $config Payone_Core_Model_Config_Interface
48
- */
49
- $config = $event->getConfig();
50
- /**
51
- * @var $transactionStatus Payone_Core_Model_Domain_Protocol_TransactionStatus
52
- */
53
- $transactionStatus = $event->getTransactionStatus();
54
-
55
- $configForwarding = $config->getMisc()->getTransactionstatusForwarding();
56
-
57
- if (!$configForwarding->isActive()) {
58
- return;
59
- }
60
-
61
- $currentTxAction = $transactionStatus->getTxaction();
62
- if (!$configForwarding->canForwardTxAction($currentTxAction)) {
63
- return;
64
- }
65
-
66
- $this->getServiceForwarding()->setConfigForwarding($configForwarding);
67
- $success = $this->getServiceForwarding()->forward($transactionStatus);
68
-
69
- if(!$success){
70
- $exceptions = $this->getServiceForwarding()->getExceptions();
71
-
72
- $msg = '';
73
- foreach ($exceptions as $url => $e) {
74
- /**
75
- * @var $e Exception
76
- */
77
- $msg .= $url .': '.get_class($e).' > '.$e->getMessage();
78
- }
79
-
80
- $helperEmail = $this->helperEmail();
81
- $helperEmail->setStoreId($config->getStoreId());
82
- $helperEmail->sendEmailError(
83
- 'TransactionStatus Forwarding',
84
- $msg,
85
- __METHOD__
86
- );
87
- }
88
- }
89
-
90
- /**
91
- * @param Payone_Core_Model_Service_TransactionStatus_Forward $service
92
- */
93
- public function setServiceForwarding(Payone_Core_Model_Service_TransactionStatus_Forward $service)
94
- {
95
- $this->serviceForwarding = $service;
96
- }
97
-
98
- /**
99
- * @return Payone_Core_Model_Service_TransactionStatus_Forward
100
- */
101
- public function getServiceForwarding()
102
- {
103
- if($this->serviceForwarding === null){
104
- $this->serviceForwarding = $this->getFactory()->getServiceTransactionStatusForward();
105
- }
106
- return $this->serviceForwarding;
107
- }
108
-
109
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/community/Payone/Core/Model/Observer/TransactionStatus/InvoiceCreate.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Observer/TransactionStatus/OrderConfirmation.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Observer/TransactionStatus/Reminder.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Payment/Method/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Payment/Method/AdvancePayment.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Payment/Method/Barzahlen.php ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
+ * versions in the future. If you wish to customize Payone_Core for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package Payone_Core_Model
17
+ * @subpackage Payment
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.com
22
+ */
23
+
24
+ class Payone_Core_Model_Payment_Method_Barzahlen extends Payone_Core_Model_Payment_Method_Abstract
25
+ {
26
+ protected $_canUseForMultishipping = true;
27
+
28
+ protected $methodType = Payone_Core_Model_System_Config_PaymentMethodType::BARZAHLEN;
29
+
30
+ protected $_code = Payone_Core_Model_System_Config_PaymentMethodCode::BARZAHLEN;
31
+
32
+ protected $_formBlockType = 'payone_core/payment_method_form_barzahlen';
33
+ protected $_infoBlockType = 'payone_core/payment_method_info_barzahlen';
34
+
35
+ }
app/code/community/Payone/Core/Model/Payment/Method/CashOnDelivery.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Payment/Method/Creditcard.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Payment/Method/CreditcardIframe.php ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
+ * versions in the future. If you wish to customize Payone_Core for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package Payone_Core_Model
17
+ * @subpackage Payment
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.com
22
+ */
23
+
24
+ class Payone_Core_Model_Payment_Method_CreditcardIframe extends Payone_Core_Model_Payment_Method_Abstract
25
+ {
26
+ protected $_canUseForMultishipping = true;
27
+ protected $_mustTransimitInvoicingData = true;
28
+
29
+ protected $methodType = Payone_Core_Model_System_Config_PaymentMethodType::CREDITCARD_IFRAME;
30
+
31
+ protected $_code = Payone_Core_Model_System_Config_PaymentMethodCode::CREDITCARD_IFRAME;
32
+
33
+ protected $_formBlockType = 'payone_core/payment_method_form_creditcardIframe';
34
+ protected $_infoBlockType = 'payone_core/payment_method_info_creditcardIframe';
35
+
36
+ }
app/code/community/Payone/Core/Model/Payment/Method/DebitPayment.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Payment/Method/Financing.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Payment/Method/Invoice.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Payment/Method/OnlineBankTransfer.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Payment/Method/SafeInvoice.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Payment/Method/Wallet.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Repository/Api.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Repository/TransactionStatus.php CHANGED
@@ -68,6 +68,7 @@ class Payone_Core_Model_Repository_TransactionStatus
68
  $data[$key] = utf8_encode($value);
69
  }
70
 
 
71
 
72
  $domainObject->setData($data);
73
 
68
  $data[$key] = utf8_encode($value);
69
  }
70
 
71
+ $data['raw_request'] = serialize($_POST);
72
 
73
  $domainObject->setData($data);
74
 
app/code/community/Payone/Core/Model/Sales/Quote/Address.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Sales/Quote/Address/Total/Fee.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Config/PaymentMethod/Create.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Config/ProtectCheck.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Config/XmlGenerate.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Export/Collection.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/InitializeConfig.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/InitializePayment.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Management/GetFile.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Management/GetInvoice.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Management/ManageMandate.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Payment/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Payment/Authorize.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Payment/Capture.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Payment/Debit.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Payment/Genericpayment.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Payment/Interface.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Payment/Preauthorize.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Paypal/Express/Checkout.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Protocol/Api/Export.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Protocol/TransactionStatus/Export.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Sales/InvoiceCreate.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Sales/OrderComment.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Sales/OrderConfirmation.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Sales/OrderStatus.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Transaction/Create.php CHANGED
@@ -45,12 +45,18 @@ class Payone_Core_Model_Service_Transaction_Create extends Payone_Core_Model_Ser
45
  )
46
  {
47
  $transaction = $this->getFactory()->getModelTransaction();
48
- $transaction->load($response->getTxid(), 'txid'); // should not exist but to be sure load by txid
49
- if ($transaction->hasData()) {
50
- throw new Payone_Core_Exception_TransactionAlreadyExists($response->getTxid());
 
 
 
 
 
 
 
51
  }
52
 
53
- $transaction->setTxid($response->getTxid());
54
  $transaction->setLastTxaction($response->getStatus());
55
  $transaction->setUserid($response->getUserid());
56
 
45
  )
46
  {
47
  $transaction = $this->getFactory()->getModelTransaction();
48
+
49
+ if($request->isFrontendApiCall() === false) {
50
+ $transaction->load($response->getTxid(), 'txid'); // should not exist but to be sure load by txid
51
+
52
+ if ($transaction->hasData()) {
53
+ throw new Payone_Core_Exception_TransactionAlreadyExists($response->getTxid());
54
+ }
55
+ $transaction->setTxid($response->getTxid());
56
+ } else {
57
+ $transaction->setFrontendApiCall(1);
58
  }
59
 
 
60
  $transaction->setLastTxaction($response->getStatus());
61
  $transaction->setUserid($response->getUserid());
62
 
app/code/community/Payone/Core/Model/Service/Transaction/Update.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/TransactionStatus/Execute.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/TransactionStatus/Forward.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/TransactionStatus/Process.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/TransactionStatus/StoreClearingParameters.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Verification/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Verification/AddressCheck.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Verification/BankAccountCheck.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Service/Verification/Creditrating.php CHANGED
File without changes
app/code/community/Payone/Core/Model/Session.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/Abstract.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/AddressCheckType.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/AuthorizeMethod.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/AuthorizeMethodFinancing.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/AvsResult.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/Backend/Protect.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/BankaccountcheckType.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/ClearingType.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/CreditCardType.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/CreditScore.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/CreditratingChecktype.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/CreditratingIntegrationEvent.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/CurrencyUsage.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/FinancingType.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/HandleResponseError.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/KlarnaCountry.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/MethodType.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/Mode.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/OnlinebanktransferType.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/OrderStatus.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/PaymentMethodCode.php CHANGED
@@ -37,12 +37,14 @@ class Payone_Core_Model_System_Config_PaymentMethodCode extends Payone_Core_Mode
37
  const ADVANCEPAYMENT = 'payone_advance_payment';
38
  const CASHONDELIVERY = 'payone_cash_on_delivery';
39
  const CREDITCARD = 'payone_creditcard';
 
40
  const DEBITPAYMENT = 'payone_debit_payment';
41
  const FINANCING = 'payone_financing';
42
  const INVOICE = 'payone_invoice';
43
  const SAFEINVOICE = 'payone_safe_invoice';
44
  const ONLINEBANKTRANSFER = 'payone_online_bank_transfer';
45
  const WALLET = 'payone_wallet';
 
46
 
47
  /**
48
  * @return array
@@ -53,12 +55,14 @@ class Payone_Core_Model_System_Config_PaymentMethodCode extends Payone_Core_Mode
53
  self::ADVANCEPAYMENT => 'Advance Payment',
54
  self::CASHONDELIVERY => 'Cash on Delivery',
55
  self::CREDITCARD => 'Creditcard',
 
56
  self::DEBITPAYMENT => 'Debit Payment',
57
  self::FINANCING => 'Financing',
58
  self::INVOICE => 'Invoice',
59
  self::SAFEINVOICE => 'Safe Invoice',
60
  self::ONLINEBANKTRANSFER => 'Online Bank Transfer',
61
- self::WALLET => 'Wallet'
 
62
  );
63
  }
64
  }
37
  const ADVANCEPAYMENT = 'payone_advance_payment';
38
  const CASHONDELIVERY = 'payone_cash_on_delivery';
39
  const CREDITCARD = 'payone_creditcard';
40
+ const CREDITCARD_IFRAME = 'payone_creditcard_iframe';
41
  const DEBITPAYMENT = 'payone_debit_payment';
42
  const FINANCING = 'payone_financing';
43
  const INVOICE = 'payone_invoice';
44
  const SAFEINVOICE = 'payone_safe_invoice';
45
  const ONLINEBANKTRANSFER = 'payone_online_bank_transfer';
46
  const WALLET = 'payone_wallet';
47
+ const BARZAHLEN = 'payone_barzahlen';
48
 
49
  /**
50
  * @return array
55
  self::ADVANCEPAYMENT => 'Advance Payment',
56
  self::CASHONDELIVERY => 'Cash on Delivery',
57
  self::CREDITCARD => 'Creditcard',
58
+ self::CREDITCARD_IFRAME => 'Creditcard Channel Frontend',
59
  self::DEBITPAYMENT => 'Debit Payment',
60
  self::FINANCING => 'Financing',
61
  self::INVOICE => 'Invoice',
62
  self::SAFEINVOICE => 'Safe Invoice',
63
  self::ONLINEBANKTRANSFER => 'Online Bank Transfer',
64
+ self::WALLET => 'Wallet',
65
+ self::BARZAHLEN => 'Barzahlen'
66
  );
67
  }
68
  }
app/code/community/Payone/Core/Model/System/Config/PaymentMethodType.php CHANGED
@@ -35,12 +35,14 @@ class Payone_Core_Model_System_Config_PaymentMethodType extends Payone_Core_Mode
35
  const ADVANCEPAYMENT = 'advance_payment';
36
  const CASHONDELIVERY = 'cash_on_delivery';
37
  const CREDITCARD = 'creditcard';
 
38
  const DEBITPAYMENT = 'debit_payment';
39
  const FINANCING = 'financing';
40
  const SAFEINVOICE = 'safe_invoice';
41
  const INVOICE = 'invoice';
42
  const ONLINEBANKTRANSFER = 'online_bank_transfer';
43
  const WALLET = 'wallet';
 
44
 
45
  /**
46
  * @return array
@@ -51,12 +53,14 @@ class Payone_Core_Model_System_Config_PaymentMethodType extends Payone_Core_Mode
51
  self::ADVANCEPAYMENT => 'Advance Payment',
52
  self::CASHONDELIVERY => 'Cash on Delivery',
53
  self::CREDITCARD => 'Creditcard',
 
54
  self::DEBITPAYMENT => 'Debit Payment',
55
  self::FINANCING => 'Financing',
56
  self::SAFEINVOICE => 'Safe Invoice',
57
  self::INVOICE => 'Invoice',
58
  self::ONLINEBANKTRANSFER => 'Online Bank Transfer',
59
- self::WALLET => 'Wallet'
 
60
  );
61
  }
62
  }
35
  const ADVANCEPAYMENT = 'advance_payment';
36
  const CASHONDELIVERY = 'cash_on_delivery';
37
  const CREDITCARD = 'creditcard';
38
+ const CREDITCARD_IFRAME = 'creditcard_iframe';
39
  const DEBITPAYMENT = 'debit_payment';
40
  const FINANCING = 'financing';
41
  const SAFEINVOICE = 'safe_invoice';
42
  const INVOICE = 'invoice';
43
  const ONLINEBANKTRANSFER = 'online_bank_transfer';
44
  const WALLET = 'wallet';
45
+ const BARZAHLEN = 'barzahlen';
46
 
47
  /**
48
  * @return array
53
  self::ADVANCEPAYMENT => 'Advance Payment',
54
  self::CASHONDELIVERY => 'Cash on Delivery',
55
  self::CREDITCARD => 'Creditcard',
56
+ self::CREDITCARD_IFRAME => 'Creditcard Channel Frontend',
57
  self::DEBITPAYMENT => 'Debit Payment',
58
  self::FINANCING => 'Financing',
59
  self::SAFEINVOICE => 'Safe Invoice',
60
  self::INVOICE => 'Invoice',
61
  self::ONLINEBANKTRANSFER => 'Online Bank Transfer',
62
+ self::WALLET => 'Wallet',
63
+ self::BARZAHLEN => 'Barzahlen'
64
  );
65
  }
66
  }
app/code/community/Payone/Core/Model/System/Config/PersonStatus.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/ReminderLevel.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/RequestType.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/ResponseType.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/SafeInvoiceType.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/SepaCountry.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/Status.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/StatusTransaction.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/TransactionStatus.php CHANGED
File without changes
app/code/community/Payone/Core/Model/System/Config/WalletType.php CHANGED
File without changes
app/code/community/Payone/Core/controllers/Adminhtml/Configuration/Wizard/Page/PaymentController.php CHANGED
File without changes
app/code/community/Payone/Core/controllers/Adminhtml/Configuration/Wizard/PageController.php CHANGED
File without changes
app/code/community/Payone/Core/controllers/Adminhtml/Configuration/WizardController.php CHANGED
File without changes
app/code/community/Payone/Core/controllers/Adminhtml/InformationController.php CHANGED
File without changes
app/code/community/Payone/Core/controllers/Adminhtml/Protocol/ApiController.php CHANGED
File without changes
app/code/community/Payone/Core/controllers/Adminhtml/Protocol/TransactionStatusController.php CHANGED
File without changes
app/code/community/Payone/Core/controllers/Adminhtml/Sales/Order/InvoiceController.php CHANGED
File without changes
app/code/community/Payone/Core/controllers/Adminhtml/Sales/OrderController.php CHANGED
File without changes
app/code/community/Payone/Core/controllers/Adminhtml/System/Config/PaymentController.php CHANGED
File without changes
app/code/community/Payone/Core/controllers/Adminhtml/System/ConfigurationController.php CHANGED
File without changes
app/code/community/Payone/Core/controllers/Adminhtml/TransactionController.php CHANGED
File without changes
app/code/community/Payone/Core/controllers/Checkout/Onepage/PaymentController.php CHANGED
@@ -58,7 +58,10 @@ class Payone_Core_Checkout_Onepage_PaymentController extends Payone_Core_Control
58
 
59
  if ($success === true) {
60
  // Payment is okay. Redirect to standard Magento success page:
61
- $this->_redirect('checkout/onepage/success');
 
 
 
62
  return;
63
  }
64
  } catch (Exception $e) {
58
 
59
  if ($success === true) {
60
  // Payment is okay. Redirect to standard Magento success page:
61
+ $this->_redirect('checkout/onepage/success', array(
62
+ '_nosid' => true,
63
+ '_secure' => Mage::app()->getStore()->isCurrentlySecure())
64
+ );
65
  return;
66
  }
67
  } catch (Exception $e) {
app/code/community/Payone/Core/controllers/Checkout/Onepage/SuccessController.php CHANGED
File without changes
app/code/community/Payone/Core/controllers/Checkout/OnepageController.php CHANGED
File without changes
app/code/community/Payone/Core/controllers/IframeController.php ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
+ * versions in the future. If you wish to customize Payone_Core for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package Payone_Core_controllers
17
+ * @subpackage
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.de
22
+ */
23
+
24
+ class Payone_Core_IframeController extends Payone_Core_Controller_Abstract {
25
+
26
+ /**
27
+ * Handles Iframe payments for Payone
28
+ *
29
+ * @return null
30
+ */
31
+ public function showAction() {
32
+ $this->loadLayout();
33
+ $sPaymentId = $this->getPaymentType();
34
+ switch ($sPaymentId) {
35
+ case 'payone_wallet':
36
+ $this->getLayout()->getBlock('head')->setTitle($this->__('Payment with Yapital'));
37
+ break;
38
+ case 'payone_creditcard_iframe':
39
+ $this->getLayout()->getBlock('head')->setTitle($this->__('Payment with creditcard'));
40
+ break;
41
+ }
42
+ $this->renderLayout();
43
+ }
44
+
45
+ public function getPaymentType() {
46
+ $oSession = Mage::getSingleton('checkout/session');
47
+ $sPaymentMethod = $oSession->getPayonePaymentType();
48
+ return $sPaymentMethod;
49
+ }
50
+
51
+ }
app/code/community/Payone/Core/controllers/PexpressController.php CHANGED
@@ -99,7 +99,10 @@ class Payone_Core_PexpressController extends Payone_Core_Controller_Abstract
99
  $workOrderId = $this->_initWorkOrderId();
100
 
101
  $this->_checkout->returnFromPaypal($workOrderId);
102
- $this->_redirect('*/*/review');
 
 
 
103
  return;
104
  } catch (Mage_Core_Exception $e) {
105
  $this->_getCheckoutSession()->addError($e->getMessage());
@@ -190,7 +193,10 @@ class Payone_Core_PexpressController extends Payone_Core_Controller_Abstract
190
  }
191
 
192
  $this->_initWorkOrderId(false); // no need in WorkOrderId anymore
193
- $this->_redirect('checkout/onepage/success');
 
 
 
194
  return;
195
  }
196
  catch (Mage_Core_Exception $e) {
@@ -200,7 +206,10 @@ class Payone_Core_PexpressController extends Payone_Core_Controller_Abstract
200
  $this->_getSession()->addError($this->__('Unable to place the order.'));
201
  Mage::logException($e);
202
  }
203
- $this->_redirect('*/*/review');
 
 
 
204
  }
205
 
206
  /**
99
  $workOrderId = $this->_initWorkOrderId();
100
 
101
  $this->_checkout->returnFromPaypal($workOrderId);
102
+ $this->_redirect('*/*/review', array(
103
+ '_nosid' => true,
104
+ '_secure' => Mage::app()->getStore()->isCurrentlySecure())
105
+ );
106
  return;
107
  } catch (Mage_Core_Exception $e) {
108
  $this->_getCheckoutSession()->addError($e->getMessage());
193
  }
194
 
195
  $this->_initWorkOrderId(false); // no need in WorkOrderId anymore
196
+ $this->_redirect('checkout/onepage/success', array(
197
+ '_nosid' => true,
198
+ '_secure' => Mage::app()->getStore()->isCurrentlySecure())
199
+ );
200
  return;
201
  }
202
  catch (Mage_Core_Exception $e) {
206
  $this->_getSession()->addError($this->__('Unable to place the order.'));
207
  Mage::logException($e);
208
  }
209
+ $this->_redirect('*/*/review', array(
210
+ '_nosid' => true,
211
+ '_secure' => Mage::app()->getStore()->isCurrentlySecure())
212
+ );
213
  }
214
 
215
  /**
app/code/community/Payone/Core/controllers/TransactionStatusController.php CHANGED
@@ -75,6 +75,9 @@ class Payone_Core_TransactionStatusController extends Payone_Core_Controller_Abs
75
  // Handle Request:
76
  $response = $service->handleByPost();
77
 
 
 
 
78
  // Send Confirmation Message
79
  $this->getResponse()->setBody($response->getStatus());
80
  }
@@ -114,5 +117,66 @@ class Payone_Core_TransactionStatusController extends Payone_Core_Controller_Abs
114
  {
115
  return $this->helperConfig()->getConfigMisc($storeId)->getTransactionstatusProcessing();
116
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
 
118
  }
75
  // Handle Request:
76
  $response = $service->handleByPost();
77
 
78
+ // NEW forwarding handling
79
+ $this->_forwardStatus($order);
80
+
81
  // Send Confirmation Message
82
  $this->getResponse()->setBody($response->getStatus());
83
  }
117
  {
118
  return $this->helperConfig()->getConfigMisc($storeId)->getTransactionstatusProcessing();
119
  }
120
+
121
+ protected function _forwardStatus($oOrder) {
122
+ $sAction = $this->getRequest()->getParam('txaction');
123
+
124
+ $oMisc = $this->helperConfig()->getConfigMisc($oOrder->getStoreId());
125
+ $oForwarding = $oMisc->getTransactionstatusForwarding();
126
+ if (!$oForwarding->isActive() || !$oForwarding->canForwardTxAction($sAction)) {
127
+ return;
128
+ }
129
+ $aForwardUrls = $oForwarding->getConfig($sAction);
130
+
131
+ foreach ($aForwardUrls as $aHost) {
132
+ $this->_forwardRequest($aHost);
133
+ }
134
+ }
135
+
136
+ protected function _addParam($sKey, $mValue) {
137
+ $sParams = '';
138
+ if(is_array($mValue)) {
139
+ foreach ($mValue as $sKey2 => $mValue2) {
140
+ $sParams .= $this->_addParam($sKey.'['.$sKey2.']', $mValue2);
141
+ }
142
+ } else {
143
+ $sParams .= "&".$sKey."=".urlencode($mValue);
144
+ }
145
+ return $sParams;
146
+ }
147
+
148
+ protected function _forwardRequest($aHost) {
149
+ if(array_key_exists('url', $aHost) === false) {
150
+ return;
151
+ }
152
+ $sUrl = $aHost['url'];
153
+
154
+ $iTimeout = 15;
155
+ if(array_key_exists('timeout', $aHost) !== false) {
156
+ $iTimeout = $aHost['timeout'];
157
+ }
158
+
159
+ $sParams = '';
160
+ foreach($_POST as $sKey => $mValue) {
161
+ $sParams .= $this->_addParam($sKey, $mValue);
162
+ }
163
+
164
+ $sParams = substr($sParams,1);
165
+
166
+ $oCurl = curl_init($sUrl);
167
+ curl_setopt($oCurl, CURLOPT_POST, 1);
168
+ curl_setopt($oCurl, CURLOPT_POSTFIELDS, $sParams);
169
+
170
+ curl_setopt($oCurl, CURLOPT_SSL_VERIFYPEER, false);
171
+ curl_setopt($oCurl, CURLOPT_SSL_VERIFYHOST, false);
172
+ curl_setopt($oCurl, CURLOPT_SSLVERSION, 3);
173
+
174
+ curl_setopt($oCurl, CURLOPT_RETURNTRANSFER, TRUE);
175
+ curl_setopt($oCurl, CURLOPT_TIMEOUT, $iTimeout);
176
+
177
+ $oResult = curl_exec($oCurl);
178
+
179
+ curl_close($oCurl);
180
+ }
181
 
182
  }
app/code/community/Payone/Core/etc/adminhtml.xml CHANGED
File without changes
app/code/community/Payone/Core/etc/config.xml CHANGED
@@ -24,7 +24,7 @@
24
  <config>
25
  <modules>
26
  <Payone_Core>
27
- <version>3.3.3</version>
28
  </Payone_Core>
29
  </modules>
30
 
@@ -533,6 +533,16 @@
533
  <model>payone_core/payment_method_creditcard</model>
534
  <group>payone</group>
535
  </payone_creditcard>
 
 
 
 
 
 
 
 
 
 
536
  <payone_cash_on_delivery translate="title" module="payone_core">
537
  <title>PAYONE - Cash on Delivery</title>
538
  <model>payone_core/payment_method_cashOnDelivery</model>
@@ -608,6 +618,12 @@
608
  <template_cash_on_delivery>
609
  <use_global>1</use_global>
610
  </template_cash_on_delivery>
 
 
 
 
 
 
611
  </payone_payment>
612
  <payone_general>
613
  <global>
@@ -652,7 +668,7 @@ Detaillierte Informationen zur Arbeitsweise der ABC finde ich unter www.abc.de/f
652
  <cron_expr>* * * * *</cron_expr>
653
  <valid_ips><![CDATA[213.178.72.196
654
  213.178.72.197
655
- 185.60.20.0
656
  217.70.200.*]]></valid_ips>
657
  <proxy_mode>0</proxy_mode>
658
  </transactionstatus_processing>
24
  <config>
25
  <modules>
26
  <Payone_Core>
27
+ <version>3.3.8</version>
28
  </Payone_Core>
29
  </modules>
30
 
533
  <model>payone_core/payment_method_creditcard</model>
534
  <group>payone</group>
535
  </payone_creditcard>
536
+ <payone_creditcard_iframe translate="title" module="payone_core">
537
+ <title>PAYONE - CreditCard Channel Frontend</title>
538
+ <model>payone_core/payment_method_creditcardIframe</model>
539
+ <group>payone</group>
540
+ </payone_creditcard_iframe>
541
+ <payone_barzahlen translate="title" module="payone_core">
542
+ <title>PAYONE - Barzahlen</title>
543
+ <model>payone_core/payment_method_barzahlen</model>
544
+ <group>payone</group>
545
+ </payone_barzahlen>
546
  <payone_cash_on_delivery translate="title" module="payone_core">
547
  <title>PAYONE - Cash on Delivery</title>
548
  <model>payone_core/payment_method_cashOnDelivery</model>
618
  <template_cash_on_delivery>
619
  <use_global>1</use_global>
620
  </template_cash_on_delivery>
621
+ <template_creditcard_iframe>
622
+ <use_global>1</use_global>
623
+ </template_creditcard_iframe>
624
+ <template_barzahlen>
625
+ <use_global>1</use_global>
626
+ </template_barzahlen>
627
  </payone_payment>
628
  <payone_general>
629
  <global>
668
  <cron_expr>* * * * *</cron_expr>
669
  <valid_ips><![CDATA[213.178.72.196
670
  213.178.72.197
671
+ 185.60.20.*
672
  217.70.200.*]]></valid_ips>
673
  <proxy_mode>0</proxy_mode>
674
  </transactionstatus_processing>
app/code/community/Payone/Core/etc/system.xml CHANGED
@@ -934,6 +934,24 @@
934
  <show_in_store>1</show_in_store>
935
  <fields></fields>
936
  </template_cash_on_delivery>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
937
  </groups>
938
  </payone_payment>
939
 
934
  <show_in_store>1</show_in_store>
935
  <fields></fields>
936
  </template_cash_on_delivery>
937
+ <template_creditcard_iframe translate="label" module="payone_core">
938
+ <label>Creditcard Channel Frontend</label>
939
+ <frontend_type>text</frontend_type>
940
+ <sort_order>7</sort_order>
941
+ <show_in_default>1</show_in_default>
942
+ <show_in_website>1</show_in_website>
943
+ <show_in_store>1</show_in_store>
944
+ <fields></fields>
945
+ </template_creditcard_iframe>
946
+ <template_barzahlen translate="label" module="payone_core">
947
+ <label>Barzahlen</label>
948
+ <frontend_type>text</frontend_type>
949
+ <sort_order>7</sort_order>
950
+ <show_in_default>1</show_in_default>
951
+ <show_in_website>1</show_in_website>
952
+ <show_in_store>1</show_in_store>
953
+ <fields></fields>
954
+ </template_barzahlen>
955
  </groups>
956
  </payone_payment>
957
 
app/code/community/Payone/Core/sql/payone_core_setup/install-3.0.0.sql CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/mysql4-install-3.0.0.php CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.0.12-3.1.0.php CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.0.3-3.0.4.php CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.0.8-3.0.9.php CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.1.0-3.1.1.php CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.1.2-3.1.3.php CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.1.3-3.1.4.php CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.1.4-3.1.5.php CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.1.6-3.1.7.php CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.1.7-3.1.8.php CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.2.1-3.2.2.php CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.2.2-3.2.3.php CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.2.3-3.3.0.php CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.3.2-3.3.3.php CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.3.3-3.3.4.php ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
+ * versions in the future. If you wish to customize Payone_Core for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package Payone_Core
17
+ * @subpackage sql
18
+ * @copyright Copyright (c) 2013 <kontakt@fatchip.de> - www.fatchip.de
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.de
22
+ */
23
+
24
+ /** @var $this Mage_Core_Model_Resource_Setup */
25
+ /** @var $installer Mage_Core_Model_Resource_Setup */
26
+
27
+ $installer = $this;
28
+ $installer->startSetup();
29
+ $tableTransactionStatus = $this->getTable('payone_core/protocol_transactionStatus');
30
+
31
+ /** @var $helper Payone_Core_Helper_Data */
32
+ $helper = Mage::helper('payone_core');
33
+ $useSqlInstaller = $helper->mustUseSqlInstaller();
34
+
35
+ if ($useSqlInstaller) {
36
+ $sql = file_get_contents(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'upgrade-3.3.3-3.3.4.sql');
37
+
38
+ $installSqlConfig = array(
39
+ '{{payone_protocol_transactionstatus}}' => $tableTransactionStatus,
40
+ );
41
+
42
+ $installSql = str_replace(array_keys($installSqlConfig), array_values($installSqlConfig), $sql);
43
+ $installer->run($installSql);
44
+ } else {
45
+ $connection = $installer->getConnection();
46
+
47
+ // Update table payone_protocol_transactionstatus
48
+ $connection->addColumn($tableTransactionStatus, 'raw_request',
49
+ array(
50
+ 'TYPE' => Varien_Db_Ddl_Table::TYPE_TEXT,
51
+ 'LENGTH' => 500,
52
+ 'NULLABLE' => false,
53
+ 'COMMENT' => 'Raw request | Kompletter request',
54
+ 'DEFAULT' => '')
55
+ );
56
+ }
57
+
58
+ $installer->endSetup();
app/code/community/Payone/Core/sql/payone_core_setup/mysql4-upgrade-3.3.5-3.3.6.php ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
+ * versions in the future. If you wish to customize Payone_Core for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package Payone_Core
17
+ * @subpackage sql
18
+ * @copyright Copyright (c) 2013 <kontakt@fatchip.de> - www.fatchip.de
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.de
22
+ */
23
+
24
+ /** @var $this Mage_Core_Model_Resource_Setup */
25
+ /** @var $installer Mage_Core_Model_Resource_Setup */
26
+
27
+ $installer = $this;
28
+ $installer->startSetup();
29
+ $tableTransaction = $this->getTable('payone_core/transaction');
30
+
31
+ /** @var $helper Payone_Core_Helper_Data */
32
+ $helper = Mage::helper('payone_core');
33
+ $useSqlInstaller = $helper->mustUseSqlInstaller();
34
+
35
+ if ($useSqlInstaller) {
36
+ $sql = file_get_contents(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'upgrade-3.3.5-3.3.6.sql');
37
+
38
+ $installSqlConfig = array(
39
+ '{{payone_transaction}}' => $tableTransaction,
40
+ );
41
+
42
+ $installSql = str_replace(array_keys($installSqlConfig), array_values($installSqlConfig), $sql);
43
+ $installer->run($installSql);
44
+ } else {
45
+ $connection = $installer->getConnection();
46
+
47
+ // Update table payone_protocol_transactionstatus
48
+ $connection->addColumn($tableTransaction, 'frontend_api_call',
49
+ array(
50
+ 'TYPE' => Varien_Db_Ddl_Table::TYPE_INTEGER,
51
+ 'NULLABLE' => false,
52
+ 'COMMENT' => 'Flag to determine if this was a Frontend API call, where the txid is delivered later',
53
+ 'DEFAULT' => 0)
54
+ );
55
+ }
56
+
57
+ $installer->endSetup();
app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.0.12-3.1.0.sql CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.1.2-3.1.3.sql CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.1.3-3.1.4.sql CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.1.4-3.1.5.sql CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.1.6-3.1.7.sql CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.1.7-3.1.8.sql CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.2.1-3.2.2.sql CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.2.2-3.2.3.sql CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.3.2-3.3.3.sql CHANGED
File without changes
app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.3.3-3.3.4.sql ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ #-----------------------------------------------------------------
2
+ #-- Alter Table payone_protocol_transactionstatus, add raw_request
3
+ #-----------------------------------------------------------------
4
+
5
+ ALTER TABLE `{{payone_protocol_transactionstatus}}` ADD `raw_request` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL
app/code/community/Payone/Core/sql/payone_core_setup/upgrade-3.3.5-3.3.6.sql ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ #-----------------------------------------------------------------
2
+ #-- Alter Table payone_transaction, add frontend_api_call
3
+ #-----------------------------------------------------------------
4
+
5
+ ALTER TABLE `{{payone_transaction}}` ADD `frontend_api_call` INT( 11 ) NOT NULL DEFAULT '0'
app/code/community/Payone/Licensemanager/Block/Adminhtml/Notification/Toolbar.php CHANGED
File without changes
app/code/community/Payone/Licensemanager/Block/Adminhtml/Notification/Window.php CHANGED
File without changes
app/code/community/Payone/Licensemanager/Helper/Data.php CHANGED
File without changes
app/code/community/Payone/Licensemanager/Model/Observer.php CHANGED
File without changes
app/code/community/Payone/Licensemanager/controllers/ActiveController.php CHANGED
File without changes
app/code/community/Payone/Licensemanager/controllers/Adminhtml/TestController.php CHANGED
File without changes
app/code/community/Payone/Licensemanager/etc/config.xml CHANGED
File without changes
app/code/community/Payone/Migrator/Controller/Adminhtml/Abstract.php CHANGED
File without changes
app/code/community/Payone/Migrator/Helper/Config.php CHANGED
File without changes
app/code/community/Payone/Migrator/Helper/Data.php CHANGED
File without changes
app/code/community/Payone/Migrator/Model/Factory.php CHANGED
File without changes
app/code/community/Payone/Migrator/Model/Mapper/Abstract.php CHANGED
File without changes
app/code/community/Payone/Migrator/Model/Mapper/Config/General.php CHANGED
File without changes
app/code/community/Payone/Migrator/Model/Mapper/Config/Payment.php CHANGED
File without changes
app/code/community/Payone/Migrator/Model/Mapper/Config/Protect.php CHANGED
File without changes
app/code/community/Payone/Migrator/Model/Service/Abstract.php CHANGED
File without changes
app/code/community/Payone/Migrator/Model/Service/Configuration/GeneralMigrate.php CHANGED
File without changes
app/code/community/Payone/Migrator/Model/Service/Configuration/PaymentMigrate.php CHANGED
File without changes
app/code/community/Payone/Migrator/Model/Service/Configuration/ProtectMigrate.php CHANGED
File without changes
app/code/community/Payone/Migrator/Model/Service/Migrate.php CHANGED
File without changes
app/code/community/Payone/Migrator/Model/Service/Sales/PaymentMigrate.php CHANGED
File without changes
app/code/community/Payone/Migrator/controllers/Adminhtml/MigrationController.php CHANGED
File without changes
app/code/community/Payone/Migrator/controllers/Adminhtml/Wizard/MigrationController.php CHANGED
File without changes
app/code/community/Payone/Migrator/etc/config.xml CHANGED
File without changes
app/design/adminhtml/default/default/layout/payone/configuration.xml CHANGED
File without changes
app/design/adminhtml/default/default/layout/payone/core.xml CHANGED
File without changes
app/design/adminhtml/default/default/layout/payone/licensemanager.xml CHANGED
File without changes
app/design/adminhtml/default/default/layout/payone/migrator.xml CHANGED
File without changes
app/design/adminhtml/default/default/layout/payone/transaction.xml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/client_api.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/configuration/wizard/iframe.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/configuration/wizard/index.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/configuration/wizard/page/finish.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/configuration/wizard/page/form/container.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/configuration/wizard/page/index.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/configuration/wizard/page/payment/grid/container.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/configuration/wizard/page/store_switcher.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/configuration/wizard/page/view/container.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/iframe.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/information/iframe.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/payment/method/form/advancepayment.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/payment/method/form/cashondelivery.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/payment/method/form/creditcard.phtml CHANGED
@@ -102,5 +102,6 @@ $displayCvc = null;
102
  <input type="hidden" id="<?php echo $code ?>_config_id" name="payment[payone_config_payment_method_id]" value=""/>
103
  <input type="hidden" id="<?php echo $code ?>_config" name="payment[request_config]"
104
  value="<?php echo $this->escapeHtml($this->getClientApiConfigAsJson()); ?>" class=""/>
 
105
  </li>
106
  </ul>
102
  <input type="hidden" id="<?php echo $code ?>_config_id" name="payment[payone_config_payment_method_id]" value=""/>
103
  <input type="hidden" id="<?php echo $code ?>_config" name="payment[request_config]"
104
  value="<?php echo $this->escapeHtml($this->getClientApiConfigAsJson()); ?>" class=""/>
105
+ <input type="hidden" id="payone_cc_check_validation" value="<?php echo $this->getPayoneCreditCardCheckValidation();?>"/>
106
  </li>
107
  </ul>
app/design/adminhtml/default/default/template/payone/core/payment/method/form/debitpayment.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/payment/method/form/invoice.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/payment/method/info/advancepayment.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/payment/method/info/cashondelivery.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/payment/method/info/creditcard.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/payment/method/info/debitpayment.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/payment/method/info/financing.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/payment/method/info/invoice.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/payment/method/info/onlinebanktransfer.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/payment/method/info/safe_invoice.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/payment/method/info/wallet.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/payment/method/pdf/safe_invoice.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/protocol/api/view/plane.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/protocol/api/view/tab/exception.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/protocol/api/view/tab/general.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/protocol/transactionstatus/view/plane.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/protocol/transactionstatus/view/tab/general.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/sales/order/create/init.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/sales/order/view/tab/transaction.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/form/field/array.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/form/iframe.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/hint/payment.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/hint/payment_reference.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/hint/protect.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/payment/grid/container.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/general/global.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/general/narrative_text.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/general/parameter_invoice.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/general/payment_creditcard.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/general/status_mapping.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/misc/creditmemo.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/misc/discount.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/misc/email_avs.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/misc/email_error.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/misc/shipping_costs.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/misc/transaction_status_forwarding.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/misc/transactionstatus_forwarding.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/misc/transactionstatus_processing.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/payment/creditcard.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/payment/debit_payment.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/payment/financing.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/payment/method.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/payment/online_bank_transfer.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/payment/safe_invoice.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/payment/wallet.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/protect/addresscheck.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/protect/addresscheck_type.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/protect/creditrating.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/protect/creditrating_agreement_message.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/protect/creditrating_lifetime.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/protect/creditrating_type.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/system/config/tooltip/window.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/transaction/view/plane.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/transaction/view/tab/general.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/widget/form/container.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/core/widget/view/container.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/licensemanager/toolbar.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/licensemanager/window.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/payone/migrator/migration/index.phtml CHANGED
File without changes
app/design/frontend/base/default/layout/payone/core.xml CHANGED
@@ -127,5 +127,21 @@
127
  template="payone/core/checkout/onepage/success/sepamandatepdflink.phtml"
128
  after="checkout.success" />
129
  </reference>
 
 
 
 
 
130
  </checkout_onepage_success>
 
 
 
 
 
 
 
 
 
 
 
131
  </layout>
127
  template="payone/core/checkout/onepage/success/sepamandatepdflink.phtml"
128
  after="checkout.success" />
129
  </reference>
130
+ <reference name="content">
131
+ <block type="payone_core/checkout_onepage_success_barzahlen"
132
+ template="payone/core/checkout/onepage/success/barzahlen.phtml"
133
+ after="checkout.success" />
134
+ </reference>
135
  </checkout_onepage_success>
136
+
137
+ <payone_core_iframe_show translate="label">
138
+ <label>Payment with Yapital</label>
139
+ <reference name="content">
140
+ <block type="payone_core/checkout_onepage_payment_iframe" name="payone.core.checkout.iframe" template="payone/core/checkout/iframe.phtml" />
141
+ </reference>
142
+
143
+ <reference name="root">
144
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
145
+ </reference>
146
+ </payone_core_iframe_show>
147
  </layout>
app/design/frontend/base/default/template/payone/core/checkout/iframe.phtml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if($this->getIframeHeader()) { ?>
2
+ <div class="page-title title-buttons">
3
+ <h1><?php echo $this->getIframeHeader(); ?></h1>
4
+ </div>
5
+ <?php } ?>
6
+
7
+ <?php
8
+ if($this->getIframeText()) {
9
+ echo $this->getIframeText();
10
+ }
11
+ ?>
12
+ <div style="clear:both;"></div>
13
+ <iframe
14
+ src="<?php echo $this->getIframeUrl(); ?> "
15
+ <?php if($this->getIframeHeight()) echo 'height="'.$this->getIframeHeight().'"'; ?>
16
+ <?php if($this->getIframeWidth()) echo 'width="'.$this->getIframeWidth().'"'; ?>
17
+ <?php if($this->getIframeStyle()) echo 'style="'.$this->getIframeStyle().'"'; ?>
18
+ >
19
+ </iframe>
app/design/frontend/base/default/template/payone/core/checkout/onepage/init.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/checkout/onepage/payment/additional.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/checkout/onepage/review/sepamandate.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/checkout/onepage/success/barzahlen.phtml ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
+ * versions in the future. If you wish to customize Payone_Core for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package design_frontend_base_default
17
+ * @subpackage template
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.com
22
+ */
23
+ /** @var $this Payone_Core_Block_Checkout_Onepage_Success_Barzahlen*/
24
+ ?>
25
+ <?php if ($this->isBarzahlenOrder()) {?>
26
+ <style type="text/css">
27
+ #barzahlenbox {
28
+ margin: 0 auto;
29
+ }
30
+ </style>
31
+ <?php echo $this->getBarzahlenHtml(); ?>
32
+ <?php } ?>
app/design/frontend/base/default/template/payone/core/checkout/onepage/success/sepamandatepdflink.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/checkout/protect.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/client_api.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/form/advancepayment.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/form/barzahlen.phtml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
+ * versions in the future. If you wish to customize Payone_Core for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package design_frontend_base_default
17
+ * @subpackage template
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.com
22
+ */
23
+
24
+ /** @var $this Payone_Core_Block_Payment_Method_Form_Barzahlen */
25
+ $code = $this->getMethodCode();
26
+ $configId = $this->getPaymentConfig()->getId();
27
+ ?>
28
+ <fieldset class="form-list">
29
+ <ul id="payment_form_<?php echo $code ?>" style="display:none">
30
+ <li>
31
+ <input type="hidden" name="payment[payone_config_payment_method_id]" value="<?php echo $configId; ?>"/>
32
+ </li>
33
+ </ul>
34
+ </fieldset>
app/design/frontend/base/default/template/payone/core/payment/method/form/cashondelivery.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/form/creditcard.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/form/creditcardiframe.phtml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
+ * versions in the future. If you wish to customize Payone_Core for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package design_frontend_base_default
17
+ * @subpackage template
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.com
22
+ */
23
+
24
+ /** @var $this Payone_Core_Block_Payment_Method_Form_CreditcardIframe */
25
+ $code = $this->getMethodCode();
26
+ $configId = $this->getPaymentConfig()->getId();
27
+ ?>
28
+ <fieldset class="form-list">
29
+ <ul id="payment_form_<?php echo $code ?>" style="display:none">
30
+ <li>
31
+ <input type="hidden" name="payment[payone_config_payment_method_id]" value="<?php echo $configId; ?>"/>
32
+ </li>
33
+ </ul>
34
+ </fieldset>
app/design/frontend/base/default/template/payone/core/payment/method/form/debitpayment.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/form/financing.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/form/financing/klarna.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/form/invoice.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/form/onlinebanktransfer.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/form/onlinebanktransfer/bankgroup.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/form/safe_invoice.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/form/safe_invoice/klarna.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/form/safe_invoice/klarna/scripts.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/form/wallet.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/info/advancepayment.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/info/barzahlen.phtml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
+ * versions in the future. If you wish to customize Payone_Core for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package design_frontend_base_default
17
+ * @subpackage template
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.com
22
+ */
23
+
24
+ /** @var $this Payone_Core_Block_Payment_Method_Info_Barzahlen */
25
+ ?>
26
+ <?php
27
+ echo $this->escapeHtml($this->getMethodTitle()) ?>
28
+ <br/>
29
+ <?php if ($this->getLastTransId() == ''): ?>
30
+ <?php echo $this->__('Payment has not been processed yet.') ?>
31
+ <?php else: ?>
32
+ <?php if($this->getPayoneClearingBankCode()): ?>
33
+ <?php echo $this->__('Please transfer the order amount to this bank account:') ?><br/>
34
+ <?php echo $this->__('Accountholder: %s', $this->escapeHtml($this->getPayoneClearingBankAccountholder())) ?><br/>
35
+ <?php echo $this->__('Accountnumber: %s', $this->escapeHtml($this->getPayoneClearingBankAccount())) ?><br/>
36
+ <?php echo $this->__('Bank code: %s', $this->escapeHtml($this->getPayoneClearingBankCode())) ?><br/>
37
+ <?php echo $this->__('IBAN: %s', $this->escapeHtml($this->getPayoneClearingBankIban())) ?><br/>
38
+ <?php echo $this->__('BIC: %s', $this->escapeHtml($this->getPayoneClearingBankBic())) ?><br/>
39
+ <?php echo $this->__('Bank: %s', $this->escapeHtml($this->getPayoneClearingBankName())) ?><br/>
40
+ <?php endif; ?>
41
+ <?php echo $this->__('Payment reference: %s', $this->escapeHtml($this->getLastTransId())) ?><br/>
42
+ <?php endif; ?>
43
+ <br/>
app/design/frontend/base/default/template/payone/core/payment/method/info/cashondelivery.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/info/creditcard.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/info/creditcardiframe.phtml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone_Core to newer
12
+ * versions in the future. If you wish to customize Payone_Core for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package design_frontend_base_default
17
+ * @subpackage template
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.com
22
+ */
23
+
24
+ /** @var $this Payone_Core_Block_Payment_Method_Info_CreditcardIframe */
25
+ ?>
26
+ <?php
27
+ echo $this->escapeHtml($this->getMethodTitle()) ?>
28
+ <br/>
29
+ <?php if ($this->getLastTransId() == ''): ?>
30
+ <?php echo $this->__('Payment has not been processed yet.') ?>
31
+ <?php else: ?>
32
+ <?php if($this->getPayoneClearingBankCode()): ?>
33
+ <?php echo $this->__('Please transfer the order amount to this bank account:') ?><br/>
34
+ <?php echo $this->__('Accountholder: %s', $this->escapeHtml($this->getPayoneClearingBankAccountholder())) ?><br/>
35
+ <?php echo $this->__('Accountnumber: %s', $this->escapeHtml($this->getPayoneClearingBankAccount())) ?><br/>
36
+ <?php echo $this->__('Bank code: %s', $this->escapeHtml($this->getPayoneClearingBankCode())) ?><br/>
37
+ <?php echo $this->__('IBAN: %s', $this->escapeHtml($this->getPayoneClearingBankIban())) ?><br/>
38
+ <?php echo $this->__('BIC: %s', $this->escapeHtml($this->getPayoneClearingBankBic())) ?><br/>
39
+ <?php echo $this->__('Bank: %s', $this->escapeHtml($this->getPayoneClearingBankName())) ?><br/>
40
+ <?php endif; ?>
41
+ <?php echo $this->__('Payment reference: %s', $this->escapeHtml($this->getLastTransId())) ?><br/>
42
+ <?php endif; ?>
43
+ <br/>
app/design/frontend/base/default/template/payone/core/payment/method/info/debitpayment.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/info/financing.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/info/invoice.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/info/onlinebanktransfer.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/info/safe_invoice.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/payment/method/info/wallet.phtml CHANGED
File without changes
app/design/frontend/base/default/template/payone/core/paypal/express/shortcut.phtml CHANGED
File without changes
app/etc/modules/Payone_Core.xml CHANGED
File without changes
app/etc/modules/Payone_Licensemanager.xml CHANGED
File without changes
app/etc/modules/Payone_Migrator.xml CHANGED
File without changes
app/locale/de_DE/Payone_Core.csv CHANGED
@@ -52,6 +52,12 @@
52
  "New Creditcard","Kreditkarte"
53
  "Add Creditcard","Kreditkarte hinzufügen"
54
  "Edit Creditcard","Kreditkarte bearbeiten"
 
 
 
 
 
 
55
  "New Debit Payment","Lastschrift"
56
  "Add Debit Payment","Lastschrift hinzufügen"
57
  "Edit Debit Payment","Lastschrift bearbeiten"
@@ -112,9 +118,11 @@
112
  "Online Bank Transfer","Onlineüberweisung"
113
  "Cash on Delivery","Nachnahme"
114
  "Wallet","Wallet"
 
115
  "Transactionstatus-Message","Transaktionsstatus-Meldung"
116
  "Magento-Status","Magento-Status"
117
  "Add Statusmapping","Füge Statusmapping hinzu"
 
118
 
119
  "Address checking","Adressprüfung"
120
  "Enabled","Aktiviert"
@@ -909,4 +917,10 @@
909
  "You can configure this behaviour through the credit rating index setting in the configuration of the respective payment method.","Sie konfigurieren dies über die Einstellung "Bonitätsindex" in der Konfiguration der jeweiligen Zahlart."
910
  "You should advise your customers that you perform credit checks with the InfoScore Consumer Data GmbH.","Sie sollten in Ihrem Shop außerdem in geeigneter Weise darauf hinweisen, dass Sie Bonitätsprüfungen über die InfoScore Consumer Data GmbH durchführen."
911
 
912
- "Checkout with PayPal Express","Checkout mit PayPal Express"
 
 
 
 
 
 
52
  "New Creditcard","Kreditkarte"
53
  "Add Creditcard","Kreditkarte hinzufügen"
54
  "Edit Creditcard","Kreditkarte bearbeiten"
55
+ "New Creditcard Channel Frontend","Kreditkarte Channel Frontend"
56
+ "Add Creditcard Channel Frontend","Kreditkarte Channel Frontend hinzufügen"
57
+ "Edit Creditcard Channel Frontend","Kreditkarte Channel Frontend bearbeiten"
58
+ "New Barzahlen","Barzahlen"
59
+ "Add Barzahlen","Barzahlen hinzufügen"
60
+ "Edit Barzahlen","Barzahlen bearbeiten"
61
  "New Debit Payment","Lastschrift"
62
  "Add Debit Payment","Lastschrift hinzufügen"
63
  "Edit Debit Payment","Lastschrift bearbeiten"
118
  "Online Bank Transfer","Onlineüberweisung"
119
  "Cash on Delivery","Nachnahme"
120
  "Wallet","Wallet"
121
+ "Creditcard Channel Frontend","Kreditkarte Channel Frontend"
122
  "Transactionstatus-Message","Transaktionsstatus-Meldung"
123
  "Magento-Status","Magento-Status"
124
  "Add Statusmapping","Füge Statusmapping hinzu"
125
+ "Barzahlen","Barzahlen"
126
 
127
  "Address checking","Adressprüfung"
128
  "Enabled","Aktiviert"
917
  "You can configure this behaviour through the credit rating index setting in the configuration of the respective payment method.","Sie konfigurieren dies über die Einstellung "Bonitätsindex" in der Konfiguration der jeweiligen Zahlart."
918
  "You should advise your customers that you perform credit checks with the InfoScore Consumer Data GmbH.","Sie sollten in Ihrem Shop außerdem in geeigneter Weise darauf hinweisen, dass Sie Bonitätsprüfungen über die InfoScore Consumer Data GmbH durchführen."
919
 
920
+ "Checkout with PayPal Express","Checkout mit PayPal Express"
921
+
922
+ "Payment with Yapital","Bezahlung mit Yapital"
923
+ "There are 2 possibilities to pay with Yapital. Either you open the Yapital-app, select payment from the app-menu and scan the QR-code or you click the orange LOGIN button and log in on the next site, using your Yapital-login-data. After a successful transaction you will be redirected back to the shop.","Sie haben zwei M&ouml;glichkeiten mit Yapital zu bezahlen. Entweder &ouml;ffnen Sie die Yapital-App, w&auml;hlen Bezahlen aus dem App-Men&uuml; und scannen den unten aufgef&uuml;hrten QR-Code. Oder Sie loggen sich mit Ihren Yapital-Zugangsdaten &uuml;ber den orangen LOGIN Button auf dieser Seite ein. Nach erfolgreicher Transaktion gelangen Sie automatisch zur&uuml;ck in den Shop."
924
+ "Every transaction is handled in realtime with your Yapital-account. Your bankdata is not transmitted by Yapital, only the necessary transactiondata.","Alle Transaktionen werden in Echtzeit &uuml;ber Ihren Yapital-Account abgewickelt. Ihre Bankdaten werden nicht von Yapital weitergeleitet, sondern lediglich die erforderlichen Transaktionsdaten."
925
+
926
+ "Payment with creditcard","Bezahlung mit Kreditkarte"
app/locale/de_DE/Payone_Licensemanager.csv CHANGED
File without changes
app/locale/de_DE/template/email/payone/core/avs_template.phtml CHANGED
File without changes
app/locale/de_DE/template/email/payone/core/error_template.phtml CHANGED
File without changes
app/locale/en_US/Payone_Core.csv CHANGED
File without changes
app/locale/en_US/Payone_Licensemanager.csv CHANGED
File without changes
app/locale/en_US/template/email/payone/core/avs_template.phtml CHANGED
File without changes
app/locale/en_US/template/email/payone/core/error_template.phtml CHANGED
File without changes
js/payone/core/addresscheck.js CHANGED
File without changes
js/payone/core/client_api.js CHANGED
File without changes
js/payone/core/creditcard.js CHANGED
File without changes
js/payone/core/debitpayment.js CHANGED
File without changes
js/payone/core/financing.js CHANGED
File without changes
js/payone/core/klarna.js CHANGED
File without changes
js/payone/core/onlinebanktransfer.js CHANGED
File without changes
js/payone/core/safe_invoice.js CHANGED
File without changes
js/payone/core/sepa_input.js CHANGED
File without changes
js/payone/core/sepa_validation.js CHANGED
File without changes
js/payone/core/wallet.js CHANGED
File without changes
js/payone/migrator/migration.js CHANGED
File without changes
js/prototype/windows/themes/payone.css CHANGED
File without changes
js/prototype/windows/themes/payone/btn_bg.gif CHANGED
File without changes
js/prototype/windows/themes/payone/content_bg.gif CHANGED
File without changes
js/prototype/windows/themes/payone/logoclaim.gif CHANGED
File without changes
js/prototype/windows/themes/payone/top_bg.gif CHANGED
File without changes
js/prototype/windows/themes/payone/window_close.png CHANGED
File without changes
lib/Payone/Api/Adapter/Http/Abstract.php CHANGED
File without changes
lib/Payone/Api/Adapter/Http/Curl.php CHANGED
File without changes
lib/Payone/Api/Adapter/Http/Socket.php CHANGED
File without changes
lib/Payone/Api/Adapter/Interface.php CHANGED
File without changes
lib/Payone/Api/Config.php CHANGED
File without changes
lib/Payone/Api/Enum/AccessAction.php CHANGED
File without changes
lib/Payone/Api/Enum/AddressCheckDivergence.php CHANGED
File without changes
lib/Payone/Api/Enum/AddressCheckPersonstatus.php CHANGED
File without changes
lib/Payone/Api/Enum/AddressCheckScore.php CHANGED
File without changes
lib/Payone/Api/Enum/AddressCheckSecstatus.php CHANGED
File without changes
lib/Payone/Api/Enum/AddressCheckType.php CHANGED
File without changes
lib/Payone/Api/Enum/AvsResult.php CHANGED
File without changes
lib/Payone/Api/Enum/BankaccountCheckType.php CHANGED
File without changes
lib/Payone/Api/Enum/CaptureMode.php CHANGED
File without changes
lib/Payone/Api/Enum/ConsumerscoreScore.php CHANGED
File without changes
lib/Payone/Api/Enum/ConsumerscoreType.php CHANGED
File without changes
lib/Payone/Api/Enum/CreditcardType.php CHANGED
File without changes
lib/Payone/Api/Enum/DebitTransactionType.php CHANGED
File without changes
lib/Payone/Api/Enum/Ecommercemode.php CHANGED
File without changes
lib/Payone/Api/Enum/FileFormat.php CHANGED
File without changes
lib/Payone/Api/Enum/FileType.php CHANGED
File without changes
lib/Payone/Api/Enum/FinancingType.php CHANGED
File without changes
lib/Payone/Api/Enum/Gender.php CHANGED
File without changes
lib/Payone/Api/Enum/GenericpaymentAction.php CHANGED
File without changes
lib/Payone/Api/Enum/InvoiceDeliverymode.php CHANGED
File without changes
lib/Payone/Api/Enum/InvoicingItemType.php CHANGED
File without changes
lib/Payone/Api/Enum/OnlinebanktransferType.php CHANGED
File without changes
lib/Payone/Api/Enum/PayoutOpenBalance.php CHANGED
File without changes
lib/Payone/Api/Enum/PeriodUnit.php CHANGED
File without changes
lib/Payone/Api/Enum/PeriodUnitRecurring.php CHANGED
File without changes
lib/Payone/Api/Enum/RequestType.php CHANGED
File without changes
lib/Payone/Api/Enum/ResponseType.php CHANGED
File without changes
lib/Payone/Api/Enum/Settleaccount.php CHANGED
File without changes
lib/Payone/Api/Enum/Shippingprovider.php CHANGED
File without changes
lib/Payone/Api/Enum/Storecarddata.php CHANGED
File without changes
lib/Payone/Api/Enum/UseCustomerdata.php CHANGED
File without changes
lib/Payone/Api/Enum/WalletType.php CHANGED
File without changes
lib/Payone/Api/Exception/Abstract.php CHANGED
File without changes
lib/Payone/Api/Exception/InvalidParameters.php CHANGED
File without changes
lib/Payone/Api/Exception/InvalidResponse.php CHANGED
File without changes
lib/Payone/Api/Exception/InvalidUrl.php CHANGED
File without changes
lib/Payone/Api/Exception/MappingNotFound.php CHANGED
File without changes
lib/Payone/Api/Exception/Payone.php CHANGED
File without changes
lib/Payone/Api/Exception/Request/InvalidKey.php CHANGED
File without changes
lib/Payone/Api/Exception/Request/InvalidMid.php CHANGED
File without changes
lib/Payone/Api/Exception/Request/InvalidMode.php CHANGED
File without changes
lib/Payone/Api/Exception/Request/InvalidPortalid.php CHANGED
File without changes
lib/Payone/Api/Exception/Timeout.php CHANGED
File without changes
lib/Payone/Api/Exception/UnknownStatus.php CHANGED
File without changes
lib/Payone/Api/Exception/WritingRequestToServer.php CHANGED
File without changes
lib/Payone/Api/Factory.php CHANGED
File without changes
lib/Payone/Api/Mapper/Abstract.php CHANGED
File without changes
lib/Payone/Api/Mapper/Currency.php CHANGED
File without changes
lib/Payone/Api/Mapper/Currency/Interface.php CHANGED
File without changes
lib/Payone/Api/Mapper/Request/Abstract.php CHANGED
File without changes
lib/Payone/Api/Mapper/Request/Interface.php CHANGED
File without changes
lib/Payone/Api/Mapper/Request/Management/UpdateAccess.php CHANGED
File without changes
lib/Payone/Api/Mapper/Request/Payment/Abstract.php CHANGED
File without changes
lib/Payone/Api/Mapper/Request/Payment/Authorization.php CHANGED
File without changes
lib/Payone/Api/Mapper/Request/Payment/Capture.php CHANGED
File without changes
lib/Payone/Api/Mapper/Request/Payment/CreateAccess.php CHANGED
File without changes
lib/Payone/Api/Mapper/Request/Payment/Debit.php CHANGED
File without changes
lib/Payone/Api/Mapper/Request/Payment/Genericpayment.php CHANGED
File without changes
lib/Payone/Api/Mapper/Request/Payment/Preauthorization.php CHANGED
File without changes
lib/Payone/Api/Mapper/Request/Payment/Refund.php CHANGED
File without changes
lib/Payone/Api/Mapper/Request/Payment/Vauthorization.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/3dsCheck.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/Abstract.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/AddressCheck.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/Authorization.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/BankAccountCheck.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/Capture.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/Consumerscore.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/CreateAccess.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/CreditCardCheck.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/Debit.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/Genericpayment.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/GetFile.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/GetInvoice.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/Interface.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/ManageMandate.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/Preauthorization.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/Refund.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/UpdateAccess.php CHANGED
File without changes
lib/Payone/Api/Mapper/Response/Vauthorization.php CHANGED
File without changes
lib/Payone/Api/Mapper/currency.properties CHANGED
File without changes
lib/Payone/Api/Persistence/Interface.php CHANGED
File without changes
lib/Payone/Api/Request/3dsCheck.php CHANGED
File without changes
lib/Payone/Api/Request/Abstract.php CHANGED
@@ -407,4 +407,16 @@ abstract class Payone_Api_Request_Abstract
407
  {
408
  $this->applyFilters = $applyFilters;
409
  }
 
 
 
 
 
 
 
 
 
 
 
 
410
  }
407
  {
408
  $this->applyFilters = $applyFilters;
409
  }
410
+
411
+ public function isFrontendApiCall() {
412
+ if($this instanceof Payone_Api_Request_Authorization_Abstract) {
413
+ $oOrder = Mage::getSingleton('checkout/session')->getQuote();
414
+ $oPayment = $oOrder->getPayment();
415
+ if($oPayment->getMethod() == 'payone_creditcard_iframe') {
416
+ return true;
417
+ }
418
+ }
419
+ return false;
420
+ }
421
+
422
  }
lib/Payone/Api/Request/AddressCheck.php CHANGED
File without changes
lib/Payone/Api/Request/Authorization.php CHANGED
File without changes
lib/Payone/Api/Request/Authorization/Abstract.php CHANGED
@@ -103,7 +103,6 @@ abstract class Payone_Api_Request_Authorization_Abstract
103
  */
104
  protected $workorderid = null;
105
 
106
-
107
  /**
108
  * @param int $aid
109
  */
@@ -310,5 +309,98 @@ abstract class Payone_Api_Request_Authorization_Abstract
310
  function setWorkorderId($workorderid) {
311
  $this->workorderid = $workorderid;
312
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
313
 
 
 
 
 
 
 
 
314
  }
103
  */
104
  protected $workorderid = null;
105
 
 
106
  /**
107
  * @param int $aid
108
  */
309
  function setWorkorderId($workorderid) {
310
  $this->workorderid = $workorderid;
311
  }
312
+
313
+ public function convertToFrontendApiUrl() {
314
+ $sFrontendApiUrl = 'https://secure.pay1.de/frontend/';
315
+ $aFrontendUnsetParams = array(
316
+ 'mid',
317
+ 'integrator_name',
318
+ 'integrator_version',
319
+ 'solution_name',
320
+ 'solution_version',
321
+ 'ip',
322
+ 'errorurl',
323
+ 'salutation',
324
+ 'pseudocardpan',
325
+ );
326
+ $aFrontendHashParams = array(
327
+ 'aid',
328
+ 'amount',
329
+ 'backurl',
330
+ 'clearingtype',
331
+ 'currency',
332
+ 'customerid',
333
+ 'de',
334
+ 'encoding',
335
+ 'id',
336
+ 'mode',
337
+ 'no',
338
+ 'portalid',
339
+ 'pr',
340
+ 'reference',
341
+ 'request',
342
+ 'successurl',
343
+ 'targetwindow',
344
+ 'va',
345
+ 'key',
346
+ 'invoiceappendix',
347
+ 'invoice_deliverydate',
348
+ 'invoice_deliveryenddate',
349
+ 'param',
350
+ 'narrative_text',
351
+ );
352
+
353
+ $aParameters = $this->toArray();
354
+ $aParameters['targetwindow'] = 'parent';
355
+
356
+ $aHashParams = array();
357
+ foreach ($aParameters as $sKey => $sValue) {
358
+ if(array_search($sKey, $aFrontendUnsetParams) !== false) {
359
+ unset($aParameters[$sKey]);
360
+ } elseif(array_search($sKey, $aFrontendHashParams) !== false || stripos($sKey, '[') !== false) {
361
+ $aHashParams[$sKey] = $sValue;
362
+ }
363
+ }
364
+ $aParameters['hash'] = $this->_getFrontendHash($aHashParams);
365
+
366
+ $sUrlParams = '?';
367
+ foreach ($aParameters as $sKey => $sValue) {
368
+ $sUrlParams .= $sKey.'='.urlencode($sValue).'&';
369
+ }
370
+ $sUrlParams = rtrim($sUrlParams, '&');
371
+ $sFrontendApiUrl = $sFrontendApiUrl.$sUrlParams;
372
+
373
+ return $sFrontendApiUrl;
374
+ }
375
+
376
+ public function getFrontendApiResponse() {
377
+ $aResponse = array(
378
+ 'redirecturl' => $this->convertToFrontendApiUrl(),
379
+ 'status' => 'REDIRECT',
380
+ 'txid' => '',
381
+ );
382
+
383
+ return $aResponse;
384
+ }
385
+
386
+ protected function _getConfigKey() {
387
+ $oOrder = Mage::getSingleton('checkout/session')->getQuote();
388
+ $oPayment = $oOrder->getPayment();
389
+ $oPaymentMethod = $oPayment->getMethodInstance();
390
+ $oPaymentConfig = $oPaymentMethod->getConfigByOrder($oOrder);
391
+ return $oPaymentConfig->getKey();
392
+ }
393
+
394
+ protected function _getFrontendHash($aHashParams) {
395
+ ksort($aHashParams, SORT_STRING);
396
+ unset($aHashParams['key']);
397
+ $aHashParams['key'] = $this->_getConfigKey();
398
 
399
+ $sHashString = '';
400
+ foreach ($aHashParams as $sKey => $sValue) {
401
+ $sHashString .= $sValue;
402
+ }
403
+ return md5($sHashString);
404
+ }
405
+
406
  }
lib/Payone/Api/Request/BankAccountCheck.php CHANGED
File without changes
lib/Payone/Api/Request/Capture.php CHANGED
File without changes
lib/Payone/Api/Request/Consumerscore.php CHANGED
File without changes
lib/Payone/Api/Request/CreateAccess.php CHANGED
File without changes
lib/Payone/Api/Request/CreditCardCheck.php CHANGED
File without changes
lib/Payone/Api/Request/Debit.php CHANGED
File without changes
lib/Payone/Api/Request/Genericpayment.php CHANGED
File without changes
lib/Payone/Api/Request/GetFile.php CHANGED
File without changes
lib/Payone/Api/Request/GetInvoice.php CHANGED
File without changes
lib/Payone/Api/Request/Interface.php CHANGED
File without changes
lib/Payone/Api/Request/ManageMandate.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Abstract.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Authorization/3dsecure.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Authorization/Abstract.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Authorization/Business.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Authorization/DeliveryData.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/Abstract.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/Barzahlen.php ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone to newer
12
+ * versions in the future. If you wish to customize Payone for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package Payone_Api
17
+ * @subpackage Request
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.com
22
+ */
23
+
24
+ class Payone_Api_Request_Parameter_Authorization_PaymentMethod_Barzahlen
25
+ extends Payone_Api_Request_Parameter_Authorization_PaymentMethod_Abstract
26
+ {
27
+
28
+ /**
29
+ * @var string
30
+ */
31
+ protected $api_version = NULL;
32
+
33
+ /**
34
+ * @var string
35
+ */
36
+ protected $cashtype = NULL;
37
+
38
+ public function setApiVersion()
39
+ {
40
+ $this->api_version = '3.10';
41
+ }
42
+
43
+ /**
44
+ * @return string
45
+ */
46
+ public function getApiVersion()
47
+ {
48
+ return $this->api_version;
49
+ }
50
+
51
+ public function setCashtype()
52
+ {
53
+ $this->cashtype = 'BZN';
54
+ }
55
+
56
+ /**
57
+ * @return string
58
+ */
59
+ public function getCashtype()
60
+ {
61
+ return $this->cashtype;
62
+ }
63
+
64
+ }
lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/CashOnDelivery.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/CreditCard.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/CreditCardIframe.php ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone to newer
12
+ * versions in the future. If you wish to customize Payone for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package Payone_Api
17
+ * @subpackage Request
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.com
22
+ */
23
+
24
+ class Payone_Api_Request_Parameter_Authorization_PaymentMethod_CreditCardIframe
25
+ extends Payone_Api_Request_Parameter_Authorization_PaymentMethod_Abstract
26
+ {
27
+
28
+ /**
29
+ * @var string
30
+ */
31
+ protected $successurl = NULL;
32
+ /**
33
+ * @var string
34
+ */
35
+ protected $errorurl = NULL;
36
+ /**
37
+ * @var string
38
+ */
39
+ protected $backurl = NULL;
40
+
41
+ /**
42
+ * @param string $backurl
43
+ */
44
+ public function setBackurl($backurl)
45
+ {
46
+ $this->backurl = $backurl;
47
+ }
48
+
49
+ /**
50
+ * @return string
51
+ */
52
+ public function getBackurl()
53
+ {
54
+ return $this->backurl;
55
+ }
56
+
57
+ /**
58
+ * @param string $errorurl
59
+ */
60
+ public function setErrorurl($errorurl)
61
+ {
62
+ $this->errorurl = $errorurl;
63
+ }
64
+
65
+ /**
66
+ * @return string
67
+ */
68
+ public function getErrorurl()
69
+ {
70
+ return $this->errorurl;
71
+ }
72
+
73
+ /**
74
+ * @param string $successurl
75
+ */
76
+ public function setSuccessurl($successurl)
77
+ {
78
+ $this->successurl = $successurl;
79
+ }
80
+
81
+ /**
82
+ * @return string
83
+ */
84
+ public function getSuccessurl()
85
+ {
86
+ return $this->successurl;
87
+ }
88
+ }
lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/DebitPayment.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/Financing.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/OnlineBankTransfer.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Authorization/PaymentMethod/Wallet.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Authorization/PersonalData.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Capture/Business.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Capture/Invoicing/Transaction.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/CreateAccess/3dsecure.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/CreateAccess/Abstract.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/CreateAccess/Billing.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/CreateAccess/Invoicing/Transaction.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/CreateAccess/PaymentMethod/Abstract.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/CreateAccess/PaymentMethod/CreditCard.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/CreateAccess/PaymentMethod/DebitPayment.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/CreateAccess/PersonalData.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Debit/Abstract.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Debit/Business.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Debit/PaymentMethod/Abstract.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Debit/PaymentMethod/BankAccount.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Debit/PaymentMethod/CreditCard.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Interface.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Invoicing/Access/Item.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Invoicing/Item.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Invoicing/Transaction.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/ManageMandate/Abstract.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/ManageMandate/PaymentMethod/Abstract.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/ManageMandate/PaymentMethod/BankAccount.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/ManageMandate/PersonalData.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Paydata/DataItem.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Paydata/Paydata.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Refund/Abstract.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Refund/PaymentMethod/BankAccount.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/UpdateAccess/Invoicing/Transaction.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Vauthorization/Abstract.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Vauthorization/Invoicing/Transaction.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Vauthorization/PaymentMethod/Abstract.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Vauthorization/PaymentMethod/CreditCard.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Vauthorization/PaymentMethod/DebitPayment.php CHANGED
File without changes
lib/Payone/Api/Request/Parameter/Vauthorization/PersonalData.php CHANGED
File without changes
lib/Payone/Api/Request/Preauthorization.php CHANGED
File without changes
lib/Payone/Api/Request/Refund.php CHANGED
File without changes
lib/Payone/Api/Request/UpdateAccess.php CHANGED
File without changes
lib/Payone/Api/Request/Vauthorization.php CHANGED
File without changes
lib/Payone/Api/Response/3dsCheck/Enrolled.php CHANGED
File without changes
lib/Payone/Api/Response/3dsCheck/Invalid.php CHANGED
File without changes
lib/Payone/Api/Response/3dsCheck/Valid.php CHANGED
File without changes
lib/Payone/Api/Response/Abstract.php CHANGED
@@ -57,9 +57,8 @@ abstract class Payone_Api_Response_Abstract implements Payone_Api_Response_Inter
57
  public function init(array $data = array())
58
  {
59
  foreach ($data as $key => $value) {
60
- $key = ucwords(str_replace('_', ' ', $key));
61
  $method = 'set' . str_replace(' ', '', $key);
62
-
63
  if (method_exists($this, $method)) {
64
  $this->{$method}($value);
65
  }
57
  public function init(array $data = array())
58
  {
59
  foreach ($data as $key => $value) {
60
+ $key = ucwords(str_replace(array('_', '[', ']'), ' ', $key));
61
  $method = 'set' . str_replace(' ', '', $key);
 
62
  if (method_exists($this, $method)) {
63
  $this->{$method}($value);
64
  }
lib/Payone/Api/Response/AddressCheck/Invalid.php CHANGED
File without changes
lib/Payone/Api/Response/AddressCheck/Valid.php CHANGED
File without changes
lib/Payone/Api/Response/Authorization/Abstract.php CHANGED
@@ -82,6 +82,21 @@ abstract class Payone_Api_Response_Authorization_Abstract
82
  * @var string
83
  */
84
  protected $mandate_identification = NULL;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
 
86
 
87
  /**
@@ -275,4 +290,47 @@ abstract class Payone_Api_Response_Authorization_Abstract
275
  {
276
  return $this->mandate_identification;
277
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
278
  }
82
  * @var string
83
  */
84
  protected $mandate_identification = NULL;
85
+
86
+ /**
87
+ * @var string
88
+ */
89
+ protected $paydata_content_encoding = NULL;
90
+
91
+ /**
92
+ * @var string
93
+ */
94
+ protected $paydata_instruction_notes = NULL;
95
+
96
+ /**
97
+ * @var string
98
+ */
99
+ protected $paydata_content_format = NULL;
100
 
101
 
102
  /**
290
  {
291
  return $this->mandate_identification;
292
  }
293
+
294
+ /**
295
+ * @param string $sContentEncoding
296
+ */
297
+ public function setAddPaydataContentEncoding($sContentEncoding) {
298
+ $this->paydata_content_encoding = $sContentEncoding;
299
+ }
300
+
301
+ /**
302
+ * @return string
303
+ */
304
+ public function getAddPaydataContentEncoding() {
305
+ return $this->paydata_content_encoding;
306
+ }
307
+
308
+ /**
309
+ * @param string $sInstructionNotes
310
+ */
311
+ public function setAddPaydataInstructionNotes($sInstructionNotes) {
312
+ $this->paydata_instruction_notes = $sInstructionNotes;
313
+ }
314
+
315
+ /**
316
+ * @return string
317
+ */
318
+ public function getAddPaydataInstructionNotes() {
319
+ return $this->paydata_instruction_notes;
320
+ }
321
+
322
+ /**
323
+ * @param string $sContentFormat
324
+ */
325
+ public function setAddPaydataContentFormat($sContentFormat) {
326
+ $this->paydata_content_format = $sContentFormat;
327
+ }
328
+
329
+ /**
330
+ * @return string
331
+ */
332
+ public function getAddPaydataContentFormat() {
333
+ return $this->paydata_content_format;
334
+ }
335
+
336
  }
lib/Payone/Api/Response/Authorization/Approved.php CHANGED
File without changes
lib/Payone/Api/Response/Authorization/Redirect.php CHANGED
File without changes
lib/Payone/Api/Response/BankAccountCheck/Blocked.php CHANGED
File without changes
lib/Payone/Api/Response/BankAccountCheck/Invalid.php CHANGED
File without changes
lib/Payone/Api/Response/BankAccountCheck/Valid.php CHANGED
File without changes
lib/Payone/Api/Response/Capture/Approved.php CHANGED
File without changes
lib/Payone/Api/Response/Consumerscore/Invalid.php CHANGED
File without changes
lib/Payone/Api/Response/Consumerscore/Valid.php CHANGED
File without changes
lib/Payone/Api/Response/CreateAccess/Approved.php CHANGED
File without changes
lib/Payone/Api/Response/CreditCardCheck/Invalid.php CHANGED
File without changes
lib/Payone/Api/Response/CreditCardCheck/Valid.php CHANGED
File without changes
lib/Payone/Api/Response/Debit/Approved.php CHANGED
File without changes
lib/Payone/Api/Response/Error.php CHANGED
File without changes
lib/Payone/Api/Response/Genericpayment/Abstract.php CHANGED
File without changes
lib/Payone/Api/Response/Genericpayment/Approved.php CHANGED
File without changes
lib/Payone/Api/Response/Genericpayment/Ok.php CHANGED
File without changes
lib/Payone/Api/Response/Genericpayment/Redirect.php CHANGED
File without changes
lib/Payone/Api/Response/Interface.php CHANGED
File without changes
lib/Payone/Api/Response/Invalid.php CHANGED
File without changes
lib/Payone/Api/Response/Management/GetFile.php CHANGED
File without changes
lib/Payone/Api/Response/Management/GetInvoice.php CHANGED
File without changes
lib/Payone/Api/Response/Management/ManageMandate/Approved.php CHANGED
File without changes
lib/Payone/Api/Response/Management/UpdateAccess/Ok.php CHANGED
File without changes
lib/Payone/Api/Response/Parameter/Abstract.php CHANGED
File without changes
lib/Payone/Api/Response/Parameter/Interface.php CHANGED
File without changes
lib/Payone/Api/Response/Parameter/Paydata/DataItem.php CHANGED
File without changes
lib/Payone/Api/Response/Parameter/Paydata/Paydata.php CHANGED
File without changes
lib/Payone/Api/Response/Preauthorization/Approved.php CHANGED
File without changes
lib/Payone/Api/Response/Preauthorization/Redirect.php CHANGED
File without changes
lib/Payone/Api/Response/Refund/Approved.php CHANGED
File without changes
lib/Payone/Api/Response/Vauthorization/Approved.php CHANGED
File without changes
lib/Payone/Api/Service/Abstract.php CHANGED
File without changes
lib/Payone/Api/Service/Interface.php CHANGED
File without changes
lib/Payone/Api/Service/Management/GetFile.php CHANGED
File without changes
lib/Payone/Api/Service/Management/GetInvoice.php CHANGED
File without changes
lib/Payone/Api/Service/Management/ManageMandate.php CHANGED
File without changes
lib/Payone/Api/Service/Management/UpdateAccess.php CHANGED
File without changes
lib/Payone/Api/Service/Payment/Abstract.php CHANGED
File without changes
lib/Payone/Api/Service/Payment/Authorize.php CHANGED
@@ -66,7 +66,11 @@ class Payone_Api_Service_Payment_Authorize
66
 
67
  $requestParams = $this->getMapperRequest()->map($request);
68
 
69
- $responseRaw = $this->getAdapter()->request($requestParams);
 
 
 
 
70
 
71
  $response = $this->getMapperResponse()->map($responseRaw);
72
 
66
 
67
  $requestParams = $this->getMapperRequest()->map($request);
68
 
69
+ if($request->isFrontendApiCall() === false) {
70
+ $responseRaw = $this->getAdapter()->request($requestParams);
71
+ } else {
72
+ $responseRaw = $request->getFrontendApiResponse();
73
+ }
74
 
75
  $response = $this->getMapperResponse()->map($responseRaw);
76
 
lib/Payone/Api/Service/Payment/AuthorizeInterface.php CHANGED
File without changes
lib/Payone/Api/Service/Payment/Capture.php CHANGED
File without changes
lib/Payone/Api/Service/Payment/CaptureInterface.php CHANGED
File without changes
lib/Payone/Api/Service/Payment/CreateAccess.php CHANGED
File without changes
lib/Payone/Api/Service/Payment/CreateAccessInterface.php CHANGED
File without changes
lib/Payone/Api/Service/Payment/Debit.php CHANGED
File without changes
lib/Payone/Api/Service/Payment/DebitInterface.php CHANGED
File without changes
lib/Payone/Api/Service/Payment/Genericpayment.php CHANGED
File without changes
lib/Payone/Api/Service/Payment/GenericpaymentInterface.php CHANGED
File without changes
lib/Payone/Api/Service/Payment/Preauthorize.php CHANGED
@@ -74,7 +74,11 @@ class Payone_Api_Service_Payment_Preauthorize
74
 
75
  $requestParams = $this->getMapperRequest()->map($request);
76
 
77
- $responseRaw = $this->getAdapter()->request($requestParams);
 
 
 
 
78
 
79
  $response = $this->getMapperResponse()->map($responseRaw);
80
 
74
 
75
  $requestParams = $this->getMapperRequest()->map($request);
76
 
77
+ if($request->isFrontendApiCall() === false) {
78
+ $responseRaw = $this->getAdapter()->request($requestParams);
79
+ } else {
80
+ $responseRaw = $request->getFrontendApiResponse();
81
+ }
82
 
83
  $response = $this->getMapperResponse()->map($responseRaw);
84
 
lib/Payone/Api/Service/Payment/PreauthorizeInterface.php CHANGED
File without changes
lib/Payone/Api/Service/Payment/Refund.php CHANGED
File without changes
lib/Payone/Api/Service/Payment/RefundInterface.php CHANGED
File without changes
lib/Payone/Api/Service/Payment/Vauthorize.php CHANGED
File without changes
lib/Payone/Api/Service/Payment/VauthorizeInterface.php CHANGED
File without changes
lib/Payone/Api/Service/ProtocolRequest.php CHANGED
File without changes
lib/Payone/Api/Service/ProtocolRequest/Interface.php CHANGED
File without changes
lib/Payone/Api/Service/Verification/3dsCheck.php CHANGED
File without changes
lib/Payone/Api/Service/Verification/AddressCheck.php CHANGED
File without changes
lib/Payone/Api/Service/Verification/BankAccountCheck.php CHANGED
File without changes
lib/Payone/Api/Service/Verification/Consumerscore.php CHANGED
File without changes
lib/Payone/Api/Service/Verification/CreditCardCheck.php CHANGED
File without changes
lib/Payone/Api/Validator/Abstract.php CHANGED
File without changes
lib/Payone/Api/Validator/DefaultParameters.php CHANGED
File without changes
lib/Payone/Api/Validator/Interface.php CHANGED
File without changes
lib/Payone/Autoload.php CHANGED
File without changes
lib/Payone/Bootstrap.php CHANGED
File without changes
lib/Payone/Builder.php CHANGED
File without changes
lib/Payone/ClientApi/Enum/RequestType.php CHANGED
File without changes
lib/Payone/ClientApi/Enum/ResponseType.php CHANGED
File without changes
lib/Payone/ClientApi/Exception/Abstract.php CHANGED
File without changes
lib/Payone/ClientApi/Exception/InvalidParameters.php CHANGED
File without changes
lib/Payone/ClientApi/Factory.php CHANGED
File without changes
lib/Payone/ClientApi/Request/Abstract.php CHANGED
File without changes
lib/Payone/ClientApi/Request/CreditCardCheck.php CHANGED
File without changes
lib/Payone/ClientApi/Request/Interface.php CHANGED
File without changes
lib/Payone/ClientApi/Service/GenerateHash.php CHANGED
File without changes
lib/Payone/Config.php CHANGED
File without changes
lib/Payone/Config/Abstract.php CHANGED
File without changes
lib/Payone/Enum/ClearingType.php CHANGED
@@ -23,10 +23,12 @@ class Payone_Enum_ClearingType
23
  {
24
  const DEBITPAYMENT = 'elv';
25
  const CREDITCARD = 'cc';
 
26
  const ADVANCEPAYMENT = 'vor';
27
  const INVOICE = 'rec';
28
  const ONLINEBANKTRANSFER = 'sb';
29
  const CASHONDELIVERY = 'cod';
30
  const WALLET = 'wlt';
31
  const FINANCING = 'fnc';
 
32
  }
23
  {
24
  const DEBITPAYMENT = 'elv';
25
  const CREDITCARD = 'cc';
26
+ const CREDITCARD_IFRAME = 'cc';
27
  const ADVANCEPAYMENT = 'vor';
28
  const INVOICE = 'rec';
29
  const ONLINEBANKTRANSFER = 'sb';
30
  const CASHONDELIVERY = 'cod';
31
  const WALLET = 'wlt';
32
  const FINANCING = 'fnc';
33
+ const BARZAHLEN = 'csh';
34
  }
lib/Payone/Enum/Mode.php CHANGED
File without changes
lib/Payone/Enum/Reminderlevel.php CHANGED
File without changes
lib/Payone/Log4php/Logger.php CHANGED
File without changes
lib/Payone/Log4php/LoggerAppender.php CHANGED
File without changes
lib/Payone/Log4php/LoggerAppenderConsole.php CHANGED
File without changes
lib/Payone/Log4php/LoggerAppenderDailyFile.php CHANGED
File without changes
lib/Payone/Log4php/LoggerAppenderEcho.php CHANGED
File without changes
lib/Payone/Log4php/LoggerAppenderFile.php CHANGED
File without changes
lib/Payone/Log4php/LoggerAppenderMail.php CHANGED
File without changes
lib/Payone/Log4php/LoggerAppenderMailEvent.php CHANGED
File without changes
lib/Payone/Log4php/LoggerAppenderMongoDB.php CHANGED
File without changes
lib/Payone/Log4php/LoggerAppenderNull.php CHANGED
File without changes
lib/Payone/Log4php/LoggerAppenderPDO.php CHANGED
File without changes
lib/Payone/Log4php/LoggerAppenderPhp.php CHANGED
File without changes
lib/Payone/Log4php/LoggerAppenderPool.php CHANGED
File without changes
lib/Payone/Log4php/LoggerAppenderRollingFile.php CHANGED
File without changes
lib/Payone/Log4php/LoggerAppenderSocket.php CHANGED
File without changes
lib/Payone/Log4php/LoggerAppenderSyslog.php CHANGED
File without changes
lib/Payone/Log4php/LoggerAutoloader.php CHANGED
File without changes
lib/Payone/Log4php/LoggerConfigurable.php CHANGED
File without changes
lib/Payone/Log4php/LoggerConfigurationAdapter.php CHANGED
File without changes
lib/Payone/Log4php/LoggerConfigurationAdapterINI.php CHANGED
File without changes
lib/Payone/Log4php/LoggerConfigurationAdapterPHP.php CHANGED
File without changes
lib/Payone/Log4php/LoggerConfigurationAdapterXML.php CHANGED
File without changes
lib/Payone/Log4php/LoggerConfigurator.php CHANGED
File without changes
lib/Payone/Log4php/LoggerConfiguratorDefault.php CHANGED
File without changes
lib/Payone/Log4php/LoggerException.php CHANGED
File without changes
lib/Payone/Log4php/LoggerFilter.php CHANGED
File without changes
lib/Payone/Log4php/LoggerFilterDenyAll.php CHANGED
File without changes
lib/Payone/Log4php/LoggerFilterLevelMatch.php CHANGED
File without changes
lib/Payone/Log4php/LoggerFilterLevelRange.php CHANGED
File without changes
lib/Payone/Log4php/LoggerFilterStringMatch.php CHANGED
File without changes
lib/Payone/Log4php/LoggerFormattingInfo.php CHANGED
File without changes
lib/Payone/Log4php/LoggerHierarchy.php CHANGED
File without changes
lib/Payone/Log4php/LoggerLayout.php CHANGED
File without changes
lib/Payone/Log4php/LoggerLayoutHtml.php CHANGED
File without changes
lib/Payone/Log4php/LoggerLayoutPattern.php CHANGED
File without changes
lib/Payone/Log4php/LoggerLayoutSerialized.php CHANGED
File without changes
lib/Payone/Log4php/LoggerLayoutSimple.php CHANGED
File without changes
lib/Payone/Log4php/LoggerLayoutTTCC.php CHANGED
File without changes
lib/Payone/Log4php/LoggerLayoutXml.php CHANGED
File without changes
lib/Payone/Log4php/LoggerLevel.php CHANGED
File without changes
lib/Payone/Log4php/LoggerLocationInfo.php CHANGED
File without changes
lib/Payone/Log4php/LoggerLoggingEvent.php CHANGED
File without changes
lib/Payone/Log4php/LoggerMDC.php CHANGED
File without changes
lib/Payone/Log4php/LoggerNDC.php CHANGED
File without changes
lib/Payone/Log4php/LoggerOptionConverter.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverter.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterClass.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterCookie.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterDate.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterEnvironment.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterFile.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterLevel.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterLine.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterLiteral.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterLocation.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterLogger.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterMDC.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterMessage.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterMethod.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterNDC.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterNewLine.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterProcess.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterRelative.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterRequest.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterServer.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterSession.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterSessionID.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterSuperglobal.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternConverterThrowable.php CHANGED
File without changes
lib/Payone/Log4php/LoggerPatternParser.php CHANGED
File without changes
lib/Payone/Log4php/LoggerReflectionUtils.php CHANGED
File without changes
lib/Payone/Log4php/LoggerRendererDefault.php CHANGED
File without changes
lib/Payone/Log4php/LoggerRendererException.php CHANGED
File without changes
lib/Payone/Log4php/LoggerRendererMap.php CHANGED
File without changes
lib/Payone/Log4php/LoggerRendererObject.php CHANGED
File without changes
lib/Payone/Log4php/LoggerRoot.php CHANGED
File without changes
lib/Payone/Log4php/LoggerThrowableInformation.php CHANGED
File without changes
lib/Payone/Log4php/LoggerUtils.php CHANGED
File without changes
lib/Payone/Log4php/xml/log4php.dtd CHANGED
File without changes
lib/Payone/Protocol/Config/Filter.php CHANGED
File without changes
lib/Payone/Protocol/Exception/FilterNotFound.php CHANGED
File without changes
lib/Payone/Protocol/Exception/InvalidConfig.php CHANGED
File without changes
lib/Payone/Protocol/Factory.php CHANGED
File without changes
lib/Payone/Protocol/Filter/Abstract.php CHANGED
File without changes
lib/Payone/Protocol/Filter/Filterable.php CHANGED
File without changes
lib/Payone/Protocol/Filter/Interface.php CHANGED
File without changes
lib/Payone/Protocol/Filter/MaskAllValue.php CHANGED
File without changes
lib/Payone/Protocol/Filter/MaskValue.php CHANGED
File without changes
lib/Payone/Protocol/Logger/Interface.php CHANGED
File without changes
lib/Payone/Protocol/Logger/Log4php.php CHANGED
File without changes
lib/Payone/Protocol/Service/ApplyFilters.php CHANGED
File without changes
lib/Payone/Protocol/Service/Protocol/Abstract.php CHANGED
File without changes
lib/Payone/SessionStatus/Config.php CHANGED
File without changes
lib/Payone/SessionStatus/Enum/Action.php CHANGED
File without changes
lib/Payone/SessionStatus/Exception/Abstract.php CHANGED
File without changes
lib/Payone/SessionStatus/Exception/MissmatchingKeys.php CHANGED
File without changes
lib/Payone/SessionStatus/Exception/NoPostRequest.php CHANGED
File without changes
lib/Payone/SessionStatus/Exception/NoRequestData.php CHANGED
File without changes
lib/Payone/SessionStatus/Exception/Validation.php CHANGED
File without changes
lib/Payone/SessionStatus/Factory.php CHANGED
File without changes
lib/Payone/SessionStatus/Mapper/Request.php CHANGED
File without changes
lib/Payone/SessionStatus/Mapper/RequestInterface.php CHANGED
File without changes
lib/Payone/SessionStatus/Persistence/Interface.php CHANGED
File without changes
lib/Payone/SessionStatus/Request.php CHANGED
File without changes
lib/Payone/SessionStatus/Request/Abstract.php CHANGED
File without changes
lib/Payone/SessionStatus/Request/Interface.php CHANGED
File without changes
lib/Payone/SessionStatus/Request/Item.php CHANGED
File without changes
lib/Payone/SessionStatus/Request/Item/Abstract.php CHANGED
File without changes
lib/Payone/SessionStatus/Request/Item/Interface.php CHANGED
File without changes
lib/Payone/SessionStatus/Response.php CHANGED
File without changes
lib/Payone/SessionStatus/Response/Abstract.php CHANGED
File without changes
lib/Payone/SessionStatus/Response/Interface.php CHANGED
File without changes
lib/Payone/SessionStatus/Service/HandleRequest.php CHANGED
File without changes
lib/Payone/SessionStatus/Service/ProtocolRequest.php CHANGED
File without changes
lib/Payone/SessionStatus/Service/ProtocolRequest/Interface.php CHANGED
File without changes
lib/Payone/SessionStatus/Validator/Abstract.php CHANGED
File without changes
lib/Payone/SessionStatus/Validator/DefaultParameters.php CHANGED
File without changes
lib/Payone/SessionStatus/Validator/Interface.php CHANGED
File without changes
lib/Payone/SessionStatus/Validator/Ip.php CHANGED
File without changes
lib/Payone/Settings/Configuration/Abstract.php CHANGED
File without changes
lib/Payone/Settings/Configuration/Api/RequestType.php CHANGED
File without changes
lib/Payone/Settings/Configuration/Api/ResponseType.php CHANGED
File without changes
lib/Payone/Settings/Configuration/Mode.php CHANGED
File without changes
lib/Payone/Settings/Configuration/PaymentMethod.php CHANGED
File without changes
lib/Payone/Settings/Configuration/PaymentMethod/CreditCard.php CHANGED
File without changes
lib/Payone/Settings/Configuration/PaymentMethod/Financing.php CHANGED
File without changes
lib/Payone/Settings/Configuration/PaymentMethod/OnlineBankTransfer.php CHANGED
File without changes
lib/Payone/Settings/Configuration/PaymentMethod/Wallet.php CHANGED
File without changes
lib/Payone/Settings/Configuration/Reminderlevel.php CHANGED
File without changes
lib/Payone/Settings/Configuration/TransactionStatus/Action.php CHANGED
File without changes
lib/Payone/Settings/Configuration/Verification/AddressCheck.php CHANGED
File without changes
lib/Payone/Settings/Configuration/Verification/AvsResult.php CHANGED
File without changes
lib/Payone/Settings/Configuration/Verification/BankaccountCheck.php CHANGED
File without changes
lib/Payone/Settings/Configuration/Verification/Consumerscore.php CHANGED
File without changes
lib/Payone/Settings/Configuration/Verification/Personstatus.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/Abstract.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/Collection.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/Global/StatusMapping.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/Interface.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/Misc/TransactionstatusForwarding.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/PaymentMethod/Abstract.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/PaymentMethod/AdvancePayment.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/PaymentMethod/Barzahlen.php ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone to newer
12
+ * versions in the future. If you wish to customize Payone for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package Payone_Settings
17
+ * @subpackage Data
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.com
22
+ */
23
+ class Payone_Settings_Data_ConfigFile_PaymentMethod_Barzahlen
24
+ extends Payone_Settings_Data_ConfigFile_PaymentMethod_Abstract
25
+ implements Payone_Settings_Data_ConfigFile_Interface
26
+ {
27
+ /** @var string */
28
+ protected $key = Payone_Enum_ClearingType::BARZAHLEN;
29
+
30
+ /**
31
+ * @return string
32
+ */
33
+ public function getKey()
34
+ {
35
+ return $this->key;
36
+ }
37
+ }
lib/Payone/Settings/Data/ConfigFile/PaymentMethod/CashOnDelivery.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/PaymentMethod/Creditcard.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/PaymentMethod/CreditcardIframe.php ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the GNU General Public License (GPL 3)
7
+ * that is bundled with this package in the file LICENSE.txt
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade Payone to newer
12
+ * versions in the future. If you wish to customize Payone for your
13
+ * needs please refer to http://www.payone.de for more information.
14
+ *
15
+ * @category Payone
16
+ * @package Payone_Settings
17
+ * @subpackage Data
18
+ * @copyright Copyright (c) 2015 <kontakt@fatchip.de> - www.fatchip.com
19
+ * @author Robert M�ller <robert.mueller@fatchip.de>
20
+ * @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
21
+ * @link http://www.fatchip.com
22
+ */
23
+ class Payone_Settings_Data_ConfigFile_PaymentMethod_CreditcardIframe
24
+ extends Payone_Settings_Data_ConfigFile_PaymentMethod_Abstract
25
+ implements Payone_Settings_Data_ConfigFile_Interface
26
+ {
27
+ /** @var string */
28
+ protected $key = Payone_Enum_ClearingType::CREDITCARD_IFRAME;
29
+
30
+ /**
31
+ * @return string
32
+ */
33
+ public function getKey()
34
+ {
35
+ return $this->key;
36
+ }
37
+ }
lib/Payone/Settings/Data/ConfigFile/PaymentMethod/DebitPayment.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/PaymentMethod/Financing.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/PaymentMethod/Invoice.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/PaymentMethod/OnlineBankTransfer.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/PaymentMethod/Wallet.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/Protect/Addresscheck.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/Protect/Consumerscore.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/Root.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/Shop.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/Shop/ClearingTypes.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/Shop/Global.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/Shop/Misc.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/Shop/Protect.php CHANGED
File without changes
lib/Payone/Settings/Data/ConfigFile/Shop/System.php CHANGED
File without changes
lib/Payone/Settings/Factory.php CHANGED
File without changes
lib/Payone/Settings/Service/XmlGenerate.php CHANGED
File without changes
lib/Payone/Settings/Service/XmlParse.php CHANGED
File without changes
lib/Payone/TransactionStatus/Config.php CHANGED
File without changes
lib/Payone/TransactionStatus/Enum/Failedcause.php CHANGED
File without changes
lib/Payone/TransactionStatus/Enum/Txaction.php CHANGED
File without changes
lib/Payone/TransactionStatus/Exception/Abstract.php CHANGED
File without changes
lib/Payone/TransactionStatus/Exception/MissmatchingKeys.php CHANGED
File without changes
lib/Payone/TransactionStatus/Exception/NoPostRequest.php CHANGED
File without changes
lib/Payone/TransactionStatus/Exception/NoRequestData.php CHANGED
File without changes
lib/Payone/TransactionStatus/Exception/Validation.php CHANGED
File without changes
lib/Payone/TransactionStatus/Factory.php CHANGED
File without changes
lib/Payone/TransactionStatus/Mapper/Request.php CHANGED
File without changes
lib/Payone/TransactionStatus/Mapper/RequestInterface.php CHANGED
File without changes
lib/Payone/TransactionStatus/Persistence/Interface.php CHANGED
File without changes
lib/Payone/TransactionStatus/Request.php CHANGED
File without changes
lib/Payone/TransactionStatus/Request/Abstract.php CHANGED
File without changes
lib/Payone/TransactionStatus/Request/Interface.php CHANGED
File without changes
lib/Payone/TransactionStatus/Response.php CHANGED
File without changes
lib/Payone/TransactionStatus/Response/Abstract.php CHANGED
File without changes
lib/Payone/TransactionStatus/Response/Interface.php CHANGED
File without changes
lib/Payone/TransactionStatus/Service/HandleRequest.php CHANGED
@@ -97,6 +97,10 @@ class Payone_TransactionStatus_Service_HandleRequest
97
  //
98
  $response = new Payone_TransactionStatus_Response('TSOK');
99
 
 
 
 
 
100
  // Protocol
101
  $this->protocol($request, $response);
102
  }
@@ -107,6 +111,16 @@ class Payone_TransactionStatus_Service_HandleRequest
107
 
108
  return $response;
109
  }
 
 
 
 
 
 
 
 
 
 
110
 
111
  /**
112
  * @param Payone_TransactionStatus_Request $request
97
  //
98
  $response = new Payone_TransactionStatus_Response('TSOK');
99
 
100
+ if($request->getClearingtype() == 'cc') {
101
+ $this->_handleTransactionId($request);
102
+ }
103
+
104
  // Protocol
105
  $this->protocol($request, $response);
106
  }
111
 
112
  return $response;
113
  }
114
+
115
+ protected function _handleTransactionId(Payone_TransactionStatus_Request $oRequest) {
116
+ $oFactory = new Payone_Core_Model_Factory();
117
+ $oTransaction = $oFactory->getModelTransaction();
118
+ $oTransaction->load($oRequest->getReference(), 'reference');
119
+ if($oTransaction->getFrontendApiCall() == 1 && !$oTransaction->getTxid()) {
120
+ $oTransaction->setTxid($oRequest->getTxid());
121
+ $oTransaction->save();
122
+ }
123
+ }
124
 
125
  /**
126
  * @param Payone_TransactionStatus_Request $request
lib/Payone/TransactionStatus/Service/ProtocolRequest.php CHANGED
File without changes
lib/Payone/TransactionStatus/Service/ProtocolRequest/Interface.php CHANGED
File without changes
lib/Payone/TransactionStatus/Validator/Abstract.php CHANGED
File without changes
lib/Payone/TransactionStatus/Validator/DefaultParameters.php CHANGED
File without changes
lib/Payone/TransactionStatus/Validator/Interface.php CHANGED
File without changes
lib/Payone/TransactionStatus/Validator/Ip.php CHANGED
File without changes
package.xml CHANGED
@@ -1,24 +1,40 @@
1
  <?xml version="1.0"?>
2
- <package><name>Mage_Payone</name><version>3.3.3</version><stability>stable</stability><license>Open Software License (OSL)</license><channel>community</channel><extends></extends><summary>PAYONE FinanceGate payment gateway for all german online and offline payment methods including PayPal, all major Credit Cards and Maestro.</summary><description>The extension provides PAYONE FinanceGate payment integration which enables payment proccessing through an existing PAYONE merchant account. No user accounts for your customers needed!&amp;#xD;
3
- &amp;#xD;
4
- The extension supports the following payment types:&amp;#xD;
5
- - Credit Card (Visa, MasterCard, American Express, Diners Club, JCB)&amp;#xD;
6
- - Maestro&amp;#xD;
7
- - Direct Debit (Lastschrift / ELV) for Germany, Austria, Netherlands&amp;#xD;
8
- - international Prepayment (Vorkasse)&amp;#xD;
9
- - international Invoice (offene Rechnung)&amp;#xD;
10
- - Sofort- berweisung&amp;#xD;
11
- - giropay&amp;#xD;
12
- - PayPal&amp;#xD;
13
- &amp;#xD;
14
- Furthermore the following risk-management-services are supported:&amp;#xD;
15
- - 3D-Secure: Verified by Visa &amp;amp; MasterCard SecureCode&amp;#xD;
16
- - AdressCheck for 18 countries&amp;#xD;
17
- - POS- and Merchant-Blacklists&amp;#xD;
18
- - CreditCard- and BankAccountChecks&amp;#xD;
19
- &amp;#xD;
20
- No PCI DSS Certification is needed, since all payment data is transmitted via the fully customizable payment form of FinanceGate.&amp;#xD;
21
- &amp;#xD;
22
- With FinanceGate Business even account receivable management, dunning and debt collection can be done by FinanceGate automatically.&amp;#xD;
23
- &amp;#xD;
24
- Notice: Remember this extension is still beta. We recommend to test all transaction types in your application carefully before going live.</description><notes>Mage_Payone-3.2.0</notes><authors><author><name>PAYONE</name><user>jgerle</user><email>tech.support@payone.de</email></author><author><name>VOTUM</name><user>votum</user><email>info@votum.de</email></author><author><name>Edward Mateja</name><user>emateja</user><email>edward.mateja@votum.de</email></author></authors><date>2015-04-20</date><time>2:30:14</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="lib"><dir name="Payone"><file name="Autoload.php" hash="56707f5883c217f5cf2fd54d6a3d86f3"/><file name="Bootstrap.php" hash="7287b7485c6df7a0d9ce31537fe6534b"/><file name="Builder.php" hash="a5f8720bb0c2760511626804b5eb027f"/><file name="Config.php" hash="826ca1aa4b6ccac52972aa257c53cb25"/><dir name="Log4php"><file name="Logger.php" hash="fddde1cc9bdcca7521419c6420da19bb"/><file name="LoggerAppender.php" hash="b2424ba907d62c68f079529dba54feae"/><file name="LoggerAppenderConsole.php" hash="f2208d2f2f2fe4408be85e3008372f5a"/><file name="LoggerAppenderDailyFile.php" hash="bb4cfca31c83a613efef8d0b08a00bfa"/><file name="LoggerAppenderEcho.php" hash="e56cf56319d463a6047202bf053bddc5"/><file name="LoggerAppenderFile.php" hash="c4024ee55ceb5eeb2c46ab21a6ff20d8"/><file name="LoggerAppenderMail.php" hash="ad0a7e196d14d27545eaa3452c3ecaae"/><file name="LoggerAppenderMailEvent.php" hash="ea556db2d8b74637f02b1da7846a4349"/><file name="LoggerAppenderMongoDB.php" hash="ccfb66a44a273375ed5d6eab6042db7b"/><file name="LoggerAppenderNull.php" hash="248d6eeed9b84b959c4ae82c0d6daaba"/><file name="LoggerAppenderPDO.php" hash="356490ffaaad56675db83322d53b5c73"/><file name="LoggerAppenderPhp.php" hash="8a7d58987d7905e92d1f268c604087d9"/><file name="LoggerAppenderPool.php" hash="9b0d55088306772bd34c00b1ac440bf4"/><file name="LoggerAppenderRollingFile.php" hash="b705522052e8c359877e2ba271744790"/><file name="LoggerAppenderSocket.php" hash="f9bdaf50bb8978fe41098320a7e5246d"/><file name="LoggerAppenderSyslog.php" hash="27574b740b0d5312396159d8d7e12e63"/><file name="LoggerAutoloader.php" hash="a0b75450405b5febb023005265d4818e"/><file name="LoggerConfigurable.php" hash="0f7c49d4b5c7951f7a5ebcb6fd72dc98"/><file name="LoggerConfigurationAdapter.php" hash="c0adc3a6cbaa800f9a1485d1f1fefed3"/><file name="LoggerConfigurationAdapterINI.php" hash="ea216d508a831c88a7bc6c13c3f2fc85"/><file name="LoggerConfigurationAdapterPHP.php" hash="a41c90c802c25ba8dec45b3138993590"/><file name="LoggerConfigurationAdapterXML.php" hash="a12cbab8e379f4984c078abfc58502f2"/><file name="LoggerConfigurator.php" hash="712f07e7f3616570770b1a7673dcffa2"/><file name="LoggerConfiguratorDefault.php" hash="e01b6a93b7c4bff6b4cc82b7bda3c257"/><file name="LoggerException.php" hash="07fb71118915292280c330ca3e685c1c"/><file name="LoggerFilter.php" hash="ec564b521fe88298fe33b2dcf6005676"/><file name="LoggerFilterDenyAll.php" hash="53c74073fdf43bd7636608541866c119"/><file name="LoggerFilterLevelMatch.php" hash="60ee4c3c71a3b9144162169213a80617"/><file name="LoggerFilterLevelRange.php" hash="47dc7ccc561775c3e6e3c8532eea2171"/><file name="LoggerFilterStringMatch.php" hash="a042f17a4c84a39a82686aaa64d379f9"/><file name="LoggerFormattingInfo.php" hash="d57affba3a4f3f97970dfe40fa86d52d"/><file name="LoggerHierarchy.php" hash="a270105e860c20c909587e6b49e8f8b5"/><file name="LoggerLayout.php" hash="30d28c7bc9c0ea76fb049443f484b882"/><file name="LoggerLayoutHtml.php" hash="b620a59d84919ba7967d2719245f1f86"/><file name="LoggerLayoutPattern.php" hash="bf3b331de61b6ff8f0a732f04e1d6c23"/><file name="LoggerLayoutSerialized.php" hash="00a06131613a91c7c7ee6a5ba3947435"/><file name="LoggerLayoutSimple.php" hash="dcb84998b3330fb3a22ebd945ce0cd5f"/><file name="LoggerLayoutTTCC.php" hash="e368135278a1fca6b2e504ffc6111d3f"/><file name="LoggerLayoutXml.php" hash="c49e0fa7239c3bfd074f227e9b1acdd6"/><file name="LoggerLevel.php" hash="36a8d511ee74cb1c7c2aabcbe8b498e8"/><file name="LoggerLocationInfo.php" hash="188d3351daa27320359bec0302acc9aa"/><file name="LoggerLoggingEvent.php" hash="9ddc530baeef4bbd31ff53d364984107"/><file name="LoggerMDC.php" hash="779ebb5f26440b8d7dd6951ba38ea656"/><file name="LoggerNDC.php" hash="ec7fa35d571fa5cb53a4e91ddbe9ab22"/><file name="LoggerOptionConverter.php" hash="1c71069d10b3b8fa059746314f27db81"/><file name="LoggerPatternConverter.php" hash="8c384ce762db48a9e797929cb128f3d4"/><file name="LoggerPatternConverterClass.php" hash="d6a162b0bc1034d768b5738385e29630"/><file name="LoggerPatternConverterCookie.php" hash="a0dc2686c21284986f44ef306fdc3ff8"/><file name="LoggerPatternConverterDate.php" hash="2912f6c9b82d694b40ccc4accdba2e89"/><file name="LoggerPatternConverterEnvironment.php" hash="d7b8736d5784612941235a821f458ede"/><file name="LoggerPatternConverterFile.php" hash="10028ea79771e11a9c1c615b10fec045"/><file name="LoggerPatternConverterLevel.php" hash="d377b9f1eac786fa56f5232bc3a29eb3"/><file name="LoggerPatternConverterLine.php" hash="8c7c68267321e96b0dd9d5de3415a431"/><file name="LoggerPatternConverterLiteral.php" hash="5d846e8bbc96f26bc8e174013a1a5032"/><file name="LoggerPatternConverterLocation.php" hash="81536bcf1001bb97dfa21e9f7cbd4c5c"/><file name="LoggerPatternConverterLogger.php" hash="20b17edda41867d62c704c127f749b15"/><file name="LoggerPatternConverterMDC.php" hash="e4dc6877f736f846e1a4cc176b7c3a9b"/><file name="LoggerPatternConverterMessage.php" hash="30545b3ad7c93ea2193d342e2f99c2e7"/><file name="LoggerPatternConverterMethod.php" hash="eea57c3ef84b389ca433a7f2293582ae"/><file name="LoggerPatternConverterNDC.php" hash="f9275e216e7528b91d70998ad7475d91"/><file name="LoggerPatternConverterNewLine.php" hash="1ae8aa85ad891dbc7f1e41ed26194546"/><file name="LoggerPatternConverterProcess.php" hash="cd6244ec38481c95bfa7b6a2db5027c9"/><file name="LoggerPatternConverterRelative.php" hash="d1558f42568aad26b3a76d8608843841"/><file name="LoggerPatternConverterRequest.php" hash="4bdcac1e0447e330562315e4ae4f023c"/><file name="LoggerPatternConverterServer.php" hash="bd737b114527ea39dd5b960c22e1b349"/><file name="LoggerPatternConverterSession.php" hash="a613871c06e80970944445cdd4233cda"/><file name="LoggerPatternConverterSessionID.php" hash="91cdd24b77656cafd2e1ae647290fa8e"/><file name="LoggerPatternConverterSuperglobal.php" hash="ab3d22445bebe7335324f26384bd8cb1"/><file name="LoggerPatternConverterThrowable.php" hash="529b157d117600859d9fce6336096951"/><file name="LoggerPatternParser.php" hash="a1ae906f01046609c2ff2ba8a5e4f867"/><file name="LoggerReflectionUtils.php" hash="8416f23b1cf8b0b05f311bb5be3da682"/><file name="LoggerRendererDefault.php" hash="443469d3bd64cd82b1c07f279c358eb6"/><file name="LoggerRendererException.php" hash="bd3aab85ee3c9753277a8eb4b49e83d9"/><file name="LoggerRendererMap.php" hash="e253ff2dec83beff52ab329cc83d93a0"/><file name="LoggerRendererObject.php" hash="0fa3070986bc410792a43628c51daa7d"/><file name="LoggerRoot.php" hash="1c46358d43e0671cc2a7dcc3101a6e7f"/><file name="LoggerThrowableInformation.php" hash="fb6aada7a39faba0d6a3b0ce6c284321"/><file name="LoggerUtils.php" hash="400c7578fb86bc02f9153da5d982576c"/><dir name="xml"><file name="log4php.dtd" hash="81fddcc2738a2ea91ad88de4644c947a"/></dir></dir><dir name="Enum"><file name="ClearingType.php" hash="1877487ad4c5253ce466657255f6fe2b"/><file name="Mode.php" hash="fc06f871f7260eb219f1a70c035a4643"/><file name="Reminderlevel.php" hash="56155ec0e4a65d721c35b376c1619fe0"/></dir><dir name="SessionStatus"><file name="Config.php" hash="6d334a0289e62ff4dc733bd0921487c5"/><file name="Factory.php" hash="cb54b2d7bc0796482d757b9a0ab1d799"/><file name="Request.php" hash="1b983280cfddd2457c305179f1c53727"/><file name="Response.php" hash="9ccca133335feee635fdd0ca780c0620"/><dir name="Response"><file name="Abstract.php" hash="fee8d73aef2eb2256ebb05ed17d0a82f"/><file name="Interface.php" hash="a5ff6298e316d6e66bef5778896cb370"/></dir><dir name="Persistence"><file name="Interface.php" hash="7a0b0478154cdb2a878c7db2527ae5eb"/></dir><dir name="Enum"><file name="Action.php" hash="7eb0ffda19e436cd48f41a3ea89c248f"/></dir><dir name="Service"><file name="HandleRequest.php" hash="4f86ccfa7ab1e7f87c10636920a1f13e"/><file name="ProtocolRequest.php" hash="7199c23af5e24f8330ccf45a1b771be4"/><dir name="ProtocolRequest"><file name="Interface.php" hash="fb885835634e3b0f2590a0d5e99c8115"/></dir></dir><dir name="Mapper"><file name="Request.php" hash="134124f1325df30d07d89c31ab995547"/><file name="RequestInterface.php" hash="cdd99d6c58cf4b05f864c3a369a01752"/></dir><dir name="Request"><file name="Abstract.php" hash="d72876194302d694c10768fe00361bc0"/><file name="Interface.php" hash="35c176b9c92f34678e2ab5beca41dbac"/><file name="Item.php" hash="0ea4383aa48bd44492a39af695a33053"/><dir name="Item"><file name="Abstract.php" hash="10a1d89a7adeda8536fd3b6c1e0c2e6c"/><file name="Interface.php" hash="8290c4e00daa898dc4a84700e74bd9b3"/></dir></dir><dir name="Exception"><file name="Abstract.php" hash="e35bfb41c7228620143dd6c9d9e86121"/><file name="MissmatchingKeys.php" hash="734a2167efbc6bfbaa9829a377c4c7cd"/><file name="NoPostRequest.php" hash="f2e07cebe97b9275a287e66d27258ee6"/><file name="NoRequestData.php" hash="a3148abb91560cbafddee466686abbe5"/><file name="Validation.php" hash="c127e48496a51b149359a62839544a55"/></dir><dir name="Validator"><file name="Abstract.php" hash="e4ac1dedef2f8673172fe97fe7e63059"/><file name="DefaultParameters.php" hash="3e8e5aba4908963c2a39afd1f18d4367"/><file name="Interface.php" hash="5d348843ead07b105338d065c4326d7c"/><file name="Ip.php" hash="0c0c94d438927da3da5c979a1c537fa2"/></dir></dir><dir name="TransactionStatus"><file name="Config.php" hash="30a54bc4e88eadc7ec027cd485fdb0ee"/><file name="Factory.php" hash="3caccda2074acae7f1a6771851fe7ecd"/><file name="Request.php" hash="3dd9c60acceb49bfef505afd5eee1a96"/><file name="Response.php" hash="30e355b348b7fd48fea3accf18cce097"/><dir name="Response"><file name="Abstract.php" hash="706ea8218bd41f4c05bb06cb7f1755db"/><file name="Interface.php" hash="a34045aa333c842e554847492f289d8b"/></dir><dir name="Persistence"><file name="Interface.php" hash="2df04eff13f76ae9931b9b0fc906b61e"/></dir><dir name="Enum"><file name="Failedcause.php" hash="117498c6d47f339ab9b9cd99f5463713"/><file name="Txaction.php" hash="456c892d4004efa52f2ec4ef4e43709f"/></dir><dir name="Service"><file name="HandleRequest.php" hash="e022e91df959f32923cb315645bcfa95"/><file name="ProtocolRequest.php" hash="9042686a7acdfcd2a7ddda89b7c650a8"/><dir name="ProtocolRequest"><file name="Interface.php" hash="167d45bbee2208242808800fd07e288e"/></dir></dir><dir name="Mapper"><file name="Request.php" hash="8f32a412e6ff5aee9687adcf276c90d6"/><file name="RequestInterface.php" hash="0da0be95a86d17301adcd2978752321a"/></dir><dir name="Request"><file name="Abstract.php" hash="6d59526e5c3cef44d3d9048e12d8cfa5"/><file name="Interface.php" hash="40f697d1de9b8a9e8a40003b7e766151"/></dir><dir name="Exception"><file name="Abstract.php" hash="632395a010faf55bb0a7f7b4e0a13de5"/><file name="MissmatchingKeys.php" hash="97ac63f21e2fcded47d5f84c1288f76a"/><file name="NoPostRequest.php" hash="24f51d9128d9f39a5eea73a4c2c45e2f"/><file name="NoRequestData.php" hash="7531903cb3ecbfcfe94ed0a8344d6c38"/><file name="Validation.php" hash="9422a5f6adde1c92cd402bdfc42aab5c"/></dir><dir name="Validator"><file name="Abstract.php" hash="aa1bee35692eb6a95e1c46ea671264dc"/><file name="DefaultParameters.php" hash="655f08e7da277673a62bea4364ad789c"/><file name="Interface.php" hash="16cb84d2eef9bd2aac89a1368a148ee4"/><file name="Ip.php" hash="8e29ede7e0217a05ce4522f1ee0622bd"/></dir></dir><dir name="Settings"><file name="Factory.php" hash="49c3a3f962dacfceda808cd029d39385"/><dir name="Service"><file name="XmlGenerate.php" hash="c4641438d959cc081694d4267407a184"/><file name="XmlParse.php" hash="1c7eb375b49fb2269d95492e3b62f022"/></dir><dir name="Data"><dir name="ConfigFile"><file name="Abstract.php" hash="be0f0346b0aa15c497f0081b0b6155a9"/><file name="Collection.php" hash="a7263f8efc3a1a079bcf12e176dc9ac2"/><file name="Interface.php" hash="1fe7136e991f3619f6e5a73e2d70a9e1"/><file name="Root.php" hash="9d4d579eb0b7d2bfa4f9d3bfd876fad8"/><file name="Shop.php" hash="7e291a39ffdeb1072772d88ba94d4e28"/><dir name="Global"><file name="StatusMapping.php" hash="3279b2f48bdac717ddf721d9ed5a2b03"/></dir><dir name="Protect"><file name="Addresscheck.php" hash="31afb2d81cebbfbce44e607f58060f79"/><file name="Consumerscore.php" hash="98452e35ecdd74e682d47a1d08e31575"/></dir><dir name="Shop"><file name="ClearingTypes.php" hash="2653246018e2cb62ba1a7a2ebeda0acf"/><file name="Global.php" hash="ee9cc234afcd67f1479bd86642fadea3"/><file name="Misc.php" hash="3392d70def6b9982e8ee96355e4a41e0"/><file name="Protect.php" hash="f18ca572c638b36c947cdc0fad0f7c71"/><file name="System.php" hash="d4d60ab9e103ec5746ff2b707c145a6f"/></dir><dir name="PaymentMethod"><file name="Abstract.php" hash="9eb23c7e797e68ca04bc04b5beb81012"/><file name="AdvancePayment.php" hash="5d939d5bd4d01999b812ec301d9056d2"/><file name="CashOnDelivery.php" hash="30871b68d6548d36da2730a3ab4ab2e8"/><file name="Creditcard.php" hash="82eef73b281c81aa07acd1457b89a777"/><file name="DebitPayment.php" hash="a196e908c35a4feca64ba1fc0133d1fb"/><file name="Financing.php" hash="ccf3303c1f3d7f719989d2b2af1b2d53"/><file name="Invoice.php" hash="0a648fea43888179f5a90b5aa356acca"/><file name="OnlineBankTransfer.php" hash="ec60c2dbe9113ec7473da98daf56d38f"/><file name="Wallet.php" hash="f540d8dbe35ae31cae52f11c33b9592f"/></dir><dir name="Misc"><file name="TransactionstatusForwarding.php" hash="9fdf0331c563cdfd64976164f07169f9"/></dir></dir></dir><dir name="Configuration"><file name="Abstract.php" hash="f15afcda690a5207944202f37e3c8e4b"/><file name="Mode.php" hash="a2ab66af34d2e20c3ce7fe8dcbb8603d"/><file name="PaymentMethod.php" hash="f91a6cb847afe46e7419058005aac27f"/><file name="Reminderlevel.php" hash="571623cdf2e9e9870b92ad45c6756f46"/><dir name="TransactionStatus"><file name="Action.php" hash="72213ba2746ec3b7e4e4b7a87bc35968"/></dir><dir name="Api"><file name="RequestType.php" hash="09bd4b26418c492924f8d5ac5223ef40"/><file name="ResponseType.php" hash="48dd933cb3fa752551327516e30d991d"/></dir><dir name="Verification"><file name="AddressCheck.php" hash="5dc1acc18bea2223022073a939011c2d"/><file name="AvsResult.php" hash="3e6c8c0f4d79bf174c57f7c566a0c9c7"/><file name="BankaccountCheck.php" hash="8546a79bae6184fd40fcb43aee102e18"/><file name="Consumerscore.php" hash="14b516aeae796212aa6f44476f6a8cb0"/><file name="Personstatus.php" hash="7554fe19329245980db3e492b7faae93"/></dir><dir name="PaymentMethod"><file name="CreditCard.php" hash="fc08438200314b07c4e128917c1a634c"/><file name="Financing.php" hash="a530a06d26a99912b3e0748fc67810ed"/><file name="OnlineBankTransfer.php" hash="df445f5f9f909fec6a3d2685e8f956c4"/><file name="Wallet.php" hash="7db782973c76541f73d35c60276c3eaa"/></dir></dir></dir><dir name="Api"><file name="Config.php" hash="004c459ae31c87ba73419148bb236f09"/><file name="Factory.php" hash="d5b3aab8ad2f77303213e7d5e3a4b8a2"/><dir name="Response"><file name="Abstract.php" hash="6747283465eb23bea7ef0b6f4cb81df1"/><file name="Error.php" hash="5b244a184285b0b155fdda18a0a5f4e9"/><file name="Interface.php" hash="4b0c18516850283078423ae02db27665"/><file name="Invalid.php" hash="2e70169805114abc447cbc54e12dfe7d"/><dir name="CreditCardCheck"><file name="Invalid.php" hash="1360c4a19989b39c221637f549cf6dcf"/><file name="Valid.php" hash="4b2cd6a3d7002af64e9b2fdd25e2d666"/></dir><dir name="Management"><file name="GetFile.php" hash="2a71fc77a2e4c5ead30c73f900708642"/><file name="GetInvoice.php" hash="4561a181783547f3f62f51dc8e6cc161"/><dir name="UpdateAccess"><file name="Ok.php" hash="8da6117cadf1db521221efc9bd123da9"/></dir><dir name="ManageMandate"><file name="Approved.php" hash="296bf34a77bd42a56b4f83ed3a77e03a"/></dir></dir><dir name="Refund"><file name="Approved.php" hash="98ae8425ae0497b66a131eeaa86bd318"/></dir><dir name="3dsCheck"><file name="Enrolled.php" hash="761d1b85854600d3036453dcf861e5a8"/><file name="Invalid.php" hash="35d3cf082577a49239def28304bec09c"/><file name="Valid.php" hash="229b019a8e23c5912ee60f5490ea4b95"/></dir><dir name="Capture"><file name="Approved.php" hash="7e19559bbd9c43106664528a3a1544e1"/></dir><dir name="BankAccountCheck"><file name="Blocked.php" hash="f2d2bfa8d00f285720551e0b8cf24ff1"/><file name="Invalid.php" hash="38a969437ef746262b9ab896d82de378"/><file name="Valid.php" hash="840cb9d43b09f59f78e6e43e6bc8c1cf"/></dir><dir name="Preauthorization"><file name="Approved.php" hash="e0a8f78ede823d6bf0a6788f02b8ed9b"/><file name="Redirect.php" hash="8b21473eb2742c4669bc53fc072f5f1b"/></dir><dir name="Genericpayment"><file name="Abstract.php" hash="103bad64823c32a9f3718057a5903b0e"/><file name="Approved.php" hash="275135ef1d6fbdd5e67ebea7ea219b36"/><file name="Ok.php" hash="78b5a6648a11ce4fa60b50b44de55a38"/><file name="Redirect.php" hash="1a7d28339213878685bd04ce0199173f"/></dir><dir name="Consumerscore"><file name="Invalid.php" hash="02f0b89201e907bdd1af588ea30726e1"/><file name="Valid.php" hash="f136c9413b19cda1d6703934220d347a"/></dir><dir name="Vauthorization"><file name="Approved.php" hash="1fa7ebdc580b6cfff2aa91b10e410307"/></dir><dir name="Authorization"><file name="Abstract.php" hash="588af4b4ddccb0b3a9606930cf1deba2"/><file name="Approved.php" hash="2ee24e646337a522efe5f192d422e31b"/><file name="Redirect.php" hash="93baae52db091d32ee929f46b3b23ea4"/></dir><dir name="AddressCheck"><file name="Invalid.php" hash="f31f0bcdd6c2cf43cccaa98bf88dfa8f"/><file name="Valid.php" hash="9b2d37f9fe2a94c7613a1fe318fed34d"/></dir><dir name="CreateAccess"><file name="Approved.php" hash="77c1885ddcf64ea000118c1339efc06d"/></dir><dir name="Parameter"><file name="Abstract.php" hash="539bd05687ba1fc3e3b096a60aff0976"/><file name="Interface.php" hash="167d2b75fc768a4138d8dfc9f8844a86"/><dir name="Paydata"><file name="DataItem.php" hash="be3f172a2d658ac0c3fc42a63ade5ae4"/><file name="Paydata.php" hash="1c2c4a6c47c64c5b0c2d3360e2d75a46"/></dir></dir><dir name="Debit"><file name="Approved.php" hash="83caebd649e0d4cfdce294a9282e3740"/></dir></dir><dir name="Persistence"><file name="Interface.php" hash="783670fa2ec0bb82977f1b4548d8d77b"/></dir><dir name="Enum"><file name="AccessAction.php" hash="06f335b4a7915b38a39f65c15fb67852"/><file name="AddressCheckDivergence.php" hash="53c7accd75e2eb0c7f3a59e7c1d5c246"/><file name="AddressCheckPersonstatus.php" hash="834734b30c3f1979e84b487b44d20aef"/><file name="AddressCheckScore.php" hash="689d5042f08872c2e0f9cc7c839dd9e8"/><file name="AddressCheckSecstatus.php" hash="8fcf203cfb088a618ddf1436acfcd467"/><file name="AddressCheckType.php" hash="22c992dfd61bcbc66348b4d6f15c2101"/><file name="AvsResult.php" hash="b0386b93d4897ff9c425a64bc8440511"/><file name="BankaccountCheckType.php" hash="9e7bdb92cc66475ce71eb7cd4bfac903"/><file name="CaptureMode.php" hash="8063239d52293c4d681c0574e1d1ba18"/><file name="ConsumerscoreScore.php" hash="0698bad35ff8d2c777148038e6b881da"/><file name="ConsumerscoreType.php" hash="089cea7e978c2eaeb316726a78da1483"/><file name="CreditcardType.php" hash="e68edc3d4b9f5506239a037e0bc38473"/><file name="DebitTransactionType.php" hash="1aedd895d59618a5f1385001fd7291f4"/><file name="Ecommercemode.php" hash="7180d9c7c4b535d2b19e95ac740b9c60"/><file name="FileFormat.php" hash="23f747ea956c096bbbed4e7461e7fd2c"/><file name="FileType.php" hash="df5f5bb76244c8a81a59f8f4201b9986"/><file name="FinancingType.php" hash="7f18d69f522984f5bcd5ec169c346f09"/><file name="Gender.php" hash="d58bbf2a4019ec8c3b375f50ea2b3ffc"/><file name="GenericpaymentAction.php" hash="a784ca76d4a4a38f680530f565319902"/><file name="InvoiceDeliverymode.php" hash="b449ae8492973f1735746571fdc62153"/><file name="InvoicingItemType.php" hash="898ead3cd513b0156cda33035f5cefc2"/><file name="OnlinebanktransferType.php" hash="fc5b1a811e948aa75f27c3181f27a07f"/><file name="PayoutOpenBalance.php" hash="d263156eafb88ed7e74556b1b1924e94"/><file name="PeriodUnit.php" hash="08673a4c85ade8967011b05d34eef33b"/><file name="PeriodUnitRecurring.php" hash="3a665fa2bd8b15f0b2fc455dd2b58d7c"/><file name="RequestType.php" hash="0f46029990e12dee9e6a29e70eb4881b"/><file name="ResponseType.php" hash="092e28de767b844d119975e55c65d2b4"/><file name="Settleaccount.php" hash="a6a4c23be40837c9eec24f5342f69f80"/><file name="Shippingprovider.php" hash="cc47d7bb11f9633cb06ace20c1d3defc"/><file name="Storecarddata.php" hash="f5b8c68a66d61b788e4c068671858ff4"/><file name="UseCustomerdata.php" hash="1c6a5dd06e4447cb1f22cb819e9ebc5f"/><file name="WalletType.php" hash="64fa28a5d60a133d736d671b0d4f4100"/></dir><dir name="Service"><file name="Abstract.php" hash="b8d9512e815eb84a4a585fe57b1701ea"/><file name="Interface.php" hash="1d854d9104dfcf22b131f460dc3eeb04"/><file name="ProtocolRequest.php" hash="338deff5b5f4d30c927c1e4b708f658a"/><dir name="Management"><file name="GetFile.php" hash="565ca32e98ac32749737d4b84b305a9a"/><file name="GetInvoice.php" hash="1e2f7f6f63535aec6d7cb6470cf5a87a"/><file name="ManageMandate.php" hash="f393a553f7951812af4bb95f1c7eaa10"/><file name="UpdateAccess.php" hash="f45f64f5baf33a65440b7963fe444c19"/></dir><dir name="Payment"><file name="Abstract.php" hash="6969db1c619b363ae91b0d263be57964"/><file name="Authorize.php" hash="db21b827cf39363220d5d2b0ff44cc50"/><file name="AuthorizeInterface.php" hash="4a3399ce8b72cd43b271d19a3a560b95"/><file name="Capture.php" hash="8c731d7a3a50811ab12f0fe6a569330f"/><file name="CaptureInterface.php" hash="580ffaf8f16891ceab328d74a02f2f9a"/><file name="CreateAccess.php" hash="2ef787938b1d58225648f20a4c4b55f7"/><file name="CreateAccessInterface.php" hash="c6d6eba3cd6fb415a8ab8e9a10393c8b"/><file name="Debit.php" hash="4ab986b335928ceb86c562dc0261f8cf"/><file name="DebitInterface.php" hash="685c013fd6cf139ea18576dce58a2215"/><file name="Genericpayment.php" hash="619c9291799c049124ccb618870e1fe6"/><file name="GenericpaymentInterface.php" hash="feef6095776d0406cb390b7a2902d2d9"/><file name="Preauthorize.php" hash="0072d971575c6de8b4445b0b6831eb47"/><file name="PreauthorizeInterface.php" hash="b0fec4bf035c791846d969b1c089f31b"/><file name="Refund.php" hash="cdb182edf4ef2d5ff3869d492e23f0c4"/><file name="RefundInterface.php" hash="8ce11a13475480ad9cb2d4df9a1ec02e"/><file name="Vauthorize.php" hash="eab21489ca608fd38b2548a6ec3ca6bd"/><file name="VauthorizeInterface.php" hash="2baddc081baab0f6194620635fbd01b5"/></dir><dir name="Verification"><file name="3dsCheck.php" hash="084a38ece457af196c664cef63a58187"/><file name="AddressCheck.php" hash="252ba67326f698391984e5cd743912ab"/><file name="BankAccountCheck.php" hash="35daae8d7bd3df68e6cb05c09ef834c5"/><file name="Consumerscore.php" hash="a7b4e0251400725892fb689724109130"/><file name="CreditCardCheck.php" hash="5fdb19049e5349894db3d91c4167d09e"/></dir><dir name="ProtocolRequest"><file name="Interface.php" hash="eab9d1fd07792532d7c470a8de602749"/></dir></dir><dir name="Mapper"><file name="Abstract.php" hash="cca8cbf754f938d0680c34d8dfb62581"/><file name="Currency.php" hash="d12f01a77c738e4f9807b5e75f5b3e1c"/><file name="currency.properties" hash="eef9fbec34f4f4a2602f6081fcfda371"/><dir name="Response"><file name="3dsCheck.php" hash="045096f3cb31429dc4d722ce2e519d9e"/><file name="Abstract.php" hash="c4a9c2972e67bc7d15e886eebb1ce5d6"/><file name="AddressCheck.php" hash="084b59a4216344eb13a5f3b21eb59f14"/><file name="Authorization.php" hash="9d19b05a3bdecd83cee8ea5a839f9453"/><file name="BankAccountCheck.php" hash="21b75a9386768830bfb230b06ada37b6"/><file name="Capture.php" hash="74df2833fecd483c81ebcfbc565a7533"/><file name="Consumerscore.php" hash="bb77021437781ae4c53af7b765226377"/><file name="CreateAccess.php" hash="1f55381b4c373debd047118728b590c9"/><file name="CreditCardCheck.php" hash="13b068754c45682ba531e606bd913fa2"/><file name="Debit.php" hash="c90741eaca2368f606b2563ac62883aa"/><file name="Genericpayment.php" hash="afa63b219ef83c9f9af6a58937dab5c6"/><file name="GetFile.php" hash="0656a7a3bbaf8731b603e933232c0eff"/><file name="GetInvoice.php" hash="f8f054ec2ac431b8b23ff35d812dddc0"/><file name="Interface.php" hash="3c036e02bb08de61eb26310138f738ae"/><file name="ManageMandate.php" hash="114676edb47ac6a20ca83be0c645ee4f"/><file name="Preauthorization.php" hash="7107262bb6ddd490d895be0a0db575a0"/><file name="Refund.php" hash="1b0f61f792c2e1afc6894d61793ab686"/><file name="UpdateAccess.php" hash="d37f044a3b21d10df368b9ec232897ad"/><file name="Vauthorization.php" hash="677a7fa3d73cd834fae60d2a9028af4c"/></dir><dir name="Currency"><file name="Interface.php" hash="bf48bcda959ddea8ee3e32952e60949c"/></dir><dir name="Request"><file name="Abstract.php" hash="b4161ceec23a7151d2bbc3c0fc95e71f"/><file name="Interface.php" hash="dfb550ad191f80669ccdeef763c7b59a"/><dir name="Management"><file name="UpdateAccess.php" hash="1c0454de087a657611578625cd4cbaba"/></dir><dir name="Payment"><file name="Abstract.php" hash="b3b1e2756395d8e08bed10cbcc9eab7e"/><file name="Authorization.php" hash="4314798721f70470e2c38a540c7146a8"/><file name="Capture.php" hash="dd8813205e0c3c512e589300a9e8a986"/><file name="CreateAccess.php" hash="2a8ff9db0d6a575eed3dde00a92c69c4"/><file name="Debit.php" hash="8cc7c0cea1d57afe566d1e0fe43ce46e"/><file name="Genericpayment.php" hash="b27ef61d7a7e784636a602a54140b0d0"/><file name="Preauthorization.php" hash="34b624ec8b2a2dac64febb900908ca05"/><file name="Refund.php" hash="7150d816db33148714233b83422c8162"/><file name="Vauthorization.php" hash="e7b128a72020208335864d76d675a902"/></dir></dir></dir><dir name="Request"><file name="3dsCheck.php" hash="94bba3316832ca7c88260eef39cfbb4c"/><file name="Abstract.php" hash="833bb81463d5da883aea05b874db8b0d"/><file name="AddressCheck.php" hash="10740f6cdaffc9f78ed8bbae8fb6de63"/><file name="Authorization.php" hash="5d3316d77bceedb62004632d16198b4a"/><file name="BankAccountCheck.php" hash="40ccd3f30fd53a31df0383185d060dd5"/><file name="Capture.php" hash="b33a01d76f1ed59cdfa40a0dcc024d53"/><file name="Consumerscore.php" hash="8dba5007ea234d999cbd8b0d02b154ce"/><file name="CreateAccess.php" hash="0fd67979ab701b54d568bcf5b39aef4e"/><file name="CreditCardCheck.php" hash="c6f35c53ef0e26796205abf2c6e81723"/><file name="Debit.php" hash="ce7deb0382877001222f4410be14a309"/><file name="Genericpayment.php" hash="aaa045479467cfee8ef681c87ba28462"/><file name="GetFile.php" hash="95f3f6b3cfaaf4cd83211dc90617f55b"/><file name="GetInvoice.php" hash="f83b623168d6fae921199b9859bb43ae"/><file name="Interface.php" hash="558d7665a4c3404e6d89ad13a122367a"/><file name="ManageMandate.php" hash="80b16691ad7360253ed1ccd264704ae0"/><file name="Preauthorization.php" hash="6438ce17257c0f184dc8af180c9ad21c"/><file name="Refund.php" hash="42b3b4a7c07972b8d193bf1670625d0d"/><file name="UpdateAccess.php" hash="470d91884118674ec80378c0e65700f3"/><file name="Vauthorization.php" hash="da8f7714adf754df13ce9622c3a0ee35"/><dir name="Authorization"><file name="Abstract.php" hash="2c36d715a02d214d05130fff0d5017ac"/></dir><dir name="Parameter"><file name="Abstract.php" hash="b193968a62a9eef3dfac086a891e85d1"/><file name="Interface.php" hash="7b3b6208ca9e3186be261ae7862c6479"/><dir name="Invoicing"><file name="Item.php" hash="6d0c539503ea3d16ea991e4cc3a193e4"/><file name="Transaction.php" hash="4002529d89dd7b9ce13de9b8524d0726"/><dir name="Access"><file name="Item.php" hash="78f0781d244fe77459933fa5aca9bbb4"/></dir></dir><dir name="Refund"><file name="Abstract.php" hash="47c0b8a357b935e69c88f376022e0c83"/><dir name="PaymentMethod"><file name="BankAccount.php" hash="0e9bdd3e279803cad2572b51544cb6da"/></dir></dir><dir name="UpdateAccess"><dir name="Invoicing"><file name="Transaction.php" hash="609113dd7f6c6380b65721e18ed95116"/></dir></dir><dir name="Capture"><file name="Business.php" hash="fa0c5cfdc78f19c93d22c570d4392217"/><dir name="Invoicing"><file name="Transaction.php" hash="ab8f6f2872d035bb676f49bb74c84eaa"/></dir></dir><dir name="Vauthorization"><file name="Abstract.php" hash="87698493477461e0dd6a0a23502c313e"/><file name="PersonalData.php" hash="dbc89f4208436ed7f8442d0ed1c5af85"/><dir name="Invoicing"><file name="Transaction.php" hash="77cddd9a739d4fa9449c4b23739cd088"/></dir><dir name="PaymentMethod"><file name="Abstract.php" hash="64ea4df92a938c222524fd843a793c21"/><file name="CreditCard.php" hash="4c9d27ac565d6ac6954ff6e00bc31644"/><file name="DebitPayment.php" hash="b9cb83751d1acf2559d121a16dda17b9"/></dir></dir><dir name="Authorization"><file name="3dsecure.php" hash="c81ad086656fb07f173cb1c7006effcc"/><file name="Abstract.php" hash="8225edba0ff5e6a062361359f0b35a79"/><file name="Business.php" hash="becef5a6e46a7126eb4b07d3d4e2dabd"/><file name="DeliveryData.php" hash="62f5e16900673f02c7c86a6fe2d31da1"/><file name="PersonalData.php" hash="5c9b2ae75aa18ada0eb14b654031da97"/><dir name="PaymentMethod"><file name="Abstract.php" hash="9a237eff832a99a6990b036a780e88ec"/><file name="CashOnDelivery.php" hash="2e89d3baf895baef3b512acc36ea9831"/><file name="CreditCard.php" hash="c871f5e2c00492e2232bccdd0c60c4e7"/><file name="DebitPayment.php" hash="6c5bd3473b6edc5fc923bbb7718fc293"/><file name="Financing.php" hash="9bf3eabd7ff2e91b07905188ebec82e8"/><file name="OnlineBankTransfer.php" hash="f556ef8b1fa09eb5c216eb79fdbf9a9c"/><file name="Wallet.php" hash="3ff0949925f424d1737e27b9eac0ae37"/></dir></dir><dir name="CreateAccess"><file name="3dsecure.php" hash="ddc7dc0f2611502d94bebdea95e337e1"/><file name="Abstract.php" hash="357c8471022e76fe08791cd47f4ebdbc"/><file name="Billing.php" hash="72fcc2befe91d5b851bc0d80b33670a4"/><file name="PersonalData.php" hash="cf16bc56d4d72d0a733a1034a71e5865"/><dir name="Invoicing"><file name="Transaction.php" hash="4b5e9f8da6754d4ee12486e87c2df806"/></dir><dir name="PaymentMethod"><file name="Abstract.php" hash="a1b8579bf21a7550b817e23217c004b6"/><file name="CreditCard.php" hash="832e55197a2df95b09ef9d77e0179af9"/><file name="DebitPayment.php" hash="bc4c4197336fde464087a075da559888"/></dir></dir><dir name="Debit"><file name="Abstract.php" hash="e66574f79bfde6d722882ba0680cf35f"/><file name="Business.php" hash="849ad8b9663563be3f1576cd9e964af9"/><dir name="PaymentMethod"><file name="Abstract.php" hash="78974c85893ffc40807fc7b13309245b"/><file name="BankAccount.php" hash="57fec9893d145f3d801399b8c008d86d"/><file name="CreditCard.php" hash="c74b103174b4021bbcabf0cb175034d2"/></dir></dir><dir name="Paydata"><file name="DataItem.php" hash="d24f141d08f652c563f13a13971f7f7e"/><file name="Paydata.php" hash="afad7b461b71f6e6bbb3405676b7067e"/></dir><dir name="ManageMandate"><file name="Abstract.php" hash="b0a31171c9d4a899eb1fa5899ebaa11a"/><file name="PersonalData.php" hash="a1c61541639a60731aeea95eb014e985"/><dir name="PaymentMethod"><file name="Abstract.php" hash="7089b377e576ef5529b55cefadc2555e"/><file name="BankAccount.php" hash="34c46f12b9edce8a8a2740ab64c6c66e"/></dir></dir></dir></dir><dir name="Exception"><file name="Abstract.php" hash="09266153140106c4177f1ec616e82b75"/><file name="InvalidParameters.php" hash="a7d9a56d5f1f1492e39f7bf128abd845"/><file name="InvalidResponse.php" hash="216f9e035f04fc0340f3960c92d2b209"/><file name="InvalidUrl.php" hash="61c4c388a90361e1de18d8b68fb914e7"/><file name="MappingNotFound.php" hash="e465bf155d207e86b420e20963113c97"/><file name="Payone.php" hash="63e447068676c3f62578f1392558e506"/><file name="Timeout.php" hash="112670215f70139a4ab30a3a9d459fe3"/><file name="UnknownStatus.php" hash="767e935b0bca23c581db594cb71dcb88"/><file name="WritingRequestToServer.php" hash="16437699dd39c2307aca6aec944c3cb3"/><dir name="Request"><file name="InvalidKey.php" hash="45f6aea3a604026ea53732805c97998c"/><file name="InvalidMid.php" hash="8a215505065c1ad96d5ab24ce7bdb2c0"/><file name="InvalidMode.php" hash="97fd778214be1297e5a2639ac03edb17"/><file name="InvalidPortalid.php" hash="1346da51642cd24c3c8c49094a3760be"/></dir></dir><dir name="Adapter"><file name="Interface.php" hash="12e6dcf75c76cf5a44fe92ea3f92dc8f"/><dir name="Http"><file name="Abstract.php" hash="50e5a129e9c406c82745288d35c869ee"/><file name="Curl.php" hash="09107f0d1fe82d4d3c58b73fd61c2481"/><file name="Socket.php" hash="76ff8d8ff010537d56f266acc47c7092"/></dir></dir><dir name="Validator"><file name="Abstract.php" hash="a3bbebe0cf3f455bacf1716c0b67779a"/><file name="DefaultParameters.php" hash="21171914c65583c046fe5a3df8c138e6"/><file name="Interface.php" hash="c7e52165e76fb9f0815b90b8609dfe14"/></dir></dir><dir name="Config"><file name="Abstract.php" hash="3e38cf8907fc388aa053b76154c5f8a6"/></dir><dir name="ClientApi"><file name="Factory.php" hash="1c986f90b6735fd77b61114a92b8364f"/><dir name="Enum"><file name="RequestType.php" hash="e496e1ec9291a3bd2619ace4e9201bbe"/><file name="ResponseType.php" hash="907e66abd764e267ba5905e69d8905b3"/></dir><dir name="Service"><file name="GenerateHash.php" hash="9e19af747d9ec92c483cfe8ff8ec1da5"/></dir><dir name="Request"><file name="Abstract.php" hash="257aa6e406500795ae1f992d0b2e48cc"/><file name="CreditCardCheck.php" hash="9281308800e3ce3e2af375d0f038d66b"/><file name="Interface.php" hash="ac65dc86b506183ab0e32f6f8e7865c9"/></dir><dir name="Exception"><file name="Abstract.php" hash="be912f22feedcbfa15a433b322e4e765"/><file name="InvalidParameters.php" hash="3640c7b8610936874c0d10b07301f0fe"/></dir></dir><dir name="Protocol"><file name="Factory.php" hash="ef0b2fce1ab02d70f9ed1a3e0f4b87d0"/><dir name="Service"><file name="ApplyFilters.php" hash="a527ea04a30bd9150171af9b2b733ad1"/><dir name="Protocol"><file name="Abstract.php" hash="2c0df0e7ef13add24edd2d4ef3ffdd04"/></dir></dir><dir name="Filter"><file name="Abstract.php" hash="65aa27b167ea5cd15471e2f159bce487"/><file name="Filterable.php" hash="da27430330796e57a2b06d86fd834537"/><file name="Interface.php" hash="00f3f383e303bed2a0a92e81621098ac"/><file name="MaskAllValue.php" hash="61812846bd2f44a10c9dbf967746380f"/><file name="MaskValue.php" hash="aa0fdcb99504e5118046d3c8b664c1ec"/></dir><dir name="Config"><file name="Filter.php" hash="f8781db0de4e426e3c2b107eca7bf13d"/></dir><dir name="Logger"><file name="Interface.php" hash="fed7e42b92d6a4e4555d3563f4ff7cf2"/><file name="Log4php.php" hash="774e39045504986ca0c2ca609b616993"/></dir><dir name="Exception"><file name="FilterNotFound.php" hash="d08881829222d1cb677318776cdaefaf"/><file name="InvalidConfig.php" hash="211505ea0e1d0b3b63dfdb5c6cd56469"/></dir></dir></dir></dir><dir name="skin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="payone"><dir name="migrator"><file name="migration.css" hash="c27e9fc8fa891b5ae3ca7480ba90cb02"/><dir name="images"><file name="ajax-loader.gif" hash="32dc1f5901143d36fbd7a6df3950819f"/><file name="failure.gif" hash="4d785bcecfbe716fa4d749d20738a8f0"/><file name="success.gif" hash="3f9b9025551da6963a9ecf8d184a204a"/></dir></dir><dir name="core"><file name="boxes.css" hash="1a9ef798278e1d1dcc3c8dd86eb8ddca"/><file name="wizard.css" hash="c2be3f8f3b7012f015fcd76aceebe32b"/><dir name="images"><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="favicon.png" hash="d189cb860fcdd76fbf3c07627023eed9"/><file name="help.png" hash="c3812c74bc524179f4ccf5d2db7b3cbf"/><file name="icon_16.png" hash="2812a3406492773bdbc8308d22901964"/><file name="logoclaim.gif" hash="d71545ef09e2f10339654cda93d1cca2"/><file name="magento_general_global.png" hash="2341d0ffb0f7fd6fe6ebf53860f9197b"/><file name="money_add.png" hash="41e1f9224e9c35929cb54882dc9d4426"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="payone"><dir name="core"><file name="mandate.css" hash="246dc6bbdca6c0eda2972b5abcb2b24b"/></dir></dir></dir></dir></dir></dir><dir name="js"><dir name="prototype"><dir name="windows"><dir name="themes"><file name="payone.css" hash="ca84a0501c8f6f794c08bc34c013aa01"/><dir name="payone"><file name="btn_bg.gif" hash="37c51a4d48a92da9648dcd3ca011039f"/><file name="content_bg.gif" hash="21278ea0da2d4256f4ced96b6080ba2e"/><file name="logoclaim.gif" hash="d71545ef09e2f10339654cda93d1cca2"/><file name="top_bg.gif" hash="26f28090de87d64f9b01bf624f89bfe2"/><file name="window_close.png" hash="1944445eb3fb14f0ede092665ccbbf0b"/></dir></dir></dir></dir><dir name="payone"><dir name="migrator"><file name="migration.js" hash="602a23b295cf6b241845fa626b089c91"/></dir><dir name="core"><file name="addresscheck.js" hash="6568d29af003fa91f0b5c469ff464e3c"/><file name="client_api.js" hash="5bc2aa3a184a17c33a099d74912d5d0d"/><file name="creditcard.js" hash="e97b2e9ee74b192b28e0d1763521012e"/><file name="debitpayment.js" hash="12e2cbe8050c26afb71eb4eab8ffa238"/><file name="financing.js" hash="dd40ebd51ff10cf811211c29b73d142c"/><file name="klarna.js" hash="22de283a0a0b98aa880d4f2f55f245af"/><file name="onlinebanktransfer.js" hash="7647f634804c80a28d8252524c3ee484"/><file name="safe_invoice.js" hash="18e2937400142d0e26fd0fe068e5e293"/><file name="sepa_input.js" hash="c791b60e714058e0864891619f1ebd80"/><file name="sepa_validation.js" hash="e8b50fd2da5bd35bf5acfd6450838efe"/><file name="wallet.js" hash="8b52a7055252923888319dd057aa1e4e"/></dir></dir></dir><dir name="app"><dir name="locale"><dir name="en_US"><file name="Payone_Core.csv" hash="5848c5f3bebf667f0e78dfe15e1a0230"/><file name="Payone_Licensemanager.csv" hash="7271c2b5890d4ad709d5b1268c31575f"/><dir name="template"><dir name="email"><dir name="payone"><dir name="core"><file name="avs_template.phtml" hash="fb6ebbfa5d1f95d58b321cf6feb81dba"/><file name="error_template.phtml" hash="009959ada1dabe51d7e1bbc36027a65f"/></dir></dir></dir></dir></dir><dir name="de_DE"><file name="Payone_Core.csv" hash="7abb4933cb2c67f7d87b10c86d4d8270"/><file name="Payone_Licensemanager.csv" hash="d36e77ad14ad0db2a294ab6e38afe426"/><dir name="template"><dir name="email"><dir name="payone"><dir name="core"><file name="avs_template.phtml" hash="fb6ebbfa5d1f95d58b321cf6feb81dba"/><file name="error_template.phtml" hash="009959ada1dabe51d7e1bbc36027a65f"/></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Payone_Core.xml" hash="26082ff2574ca87302556c5c3a39b246"/><file name="Payone_Licensemanager.xml" hash="cb7bcac54336595c25214557382e6c55"/><file name="Payone_Migrator.xml" hash="9af684dec6dc50d9e863538773350fb7"/></dir></dir><dir name="code"><dir name="community"><dir name="Payone"><dir name="Core"><dir name="sql"><dir name="payone_core_setup"><file name="install-3.0.0.sql" hash="28a783cc46e235b6c13dd502651ff7e7"/><file name="mysql4-install-3.0.0.php" hash="e570826a7a6b3d94ec7a4731a1962a6f"/><file name="mysql4-upgrade-3.0.12-3.1.0.php" hash="bca5f3758f786378978834b89c29f141"/><file name="mysql4-upgrade-3.0.3-3.0.4.php" hash="864709102446d37f8b0ad1c7d7b3ab60"/><file name="mysql4-upgrade-3.0.8-3.0.9.php" hash="b8b666e1cef07ae385278a454b885d77"/><file name="mysql4-upgrade-3.1.0-3.1.1.php" hash="d7c545b39a8ec2764fdcadd6656005dd"/><file name="mysql4-upgrade-3.1.2-3.1.3.php" hash="22d8f0e22f537cec9564d177f5ebeac4"/><file name="mysql4-upgrade-3.1.3-3.1.4.php" hash="fdb019dcd5a75d24fee65d2fae768ef6"/><file name="mysql4-upgrade-3.1.4-3.1.5.php" hash="07861bdab5b1db51dcef427891c2bd5f"/><file name="mysql4-upgrade-3.1.6-3.1.7.php" hash="e3d5404bae141f641ddb0e32d28ec8a3"/><file name="mysql4-upgrade-3.1.7-3.1.8.php" hash="bde5b06ffb9d254458c03d875a22ff79"/><file name="mysql4-upgrade-3.2.1-3.2.2.php" hash="f69e68b839573bf5c69ef51d22955ab5"/><file name="mysql4-upgrade-3.2.2-3.2.3.php" hash="589d0a609cc844aadf4379f6deea2666"/><file name="mysql4-upgrade-3.2.3-3.3.0.php" hash="16cdd1b5d738cc8f038b0a96edbd766b"/><file name="mysql4-upgrade-3.3.2-3.3.3.php" hash="977a848bd6148f8337daf514f89b3302"/><file name="upgrade-3.0.12-3.1.0.sql" hash="bd9827b38f1a1ed0fdb049c889ceb29f"/><file name="upgrade-3.1.2-3.1.3.sql" hash="d3e3fc1f9402bb6295124f4750a476d4"/><file name="upgrade-3.1.3-3.1.4.sql" hash="b9ae52a8c4fcf6f97727b3310b6db1a2"/><file name="upgrade-3.1.4-3.1.5.sql" hash="4cc6ee67329dbaa3ad119b6d117ba9af"/><file name="upgrade-3.1.6-3.1.7.sql" hash="9839cc9c41207a4bd7608d91c5ee83a2"/><file name="upgrade-3.1.7-3.1.8.sql" hash="ac5279de707324fe4f2ea4711e6bd851"/><file name="upgrade-3.2.1-3.2.2.sql" hash="feb5a8265a5495a7a9614a79e9fa98fe"/><file name="upgrade-3.2.2-3.2.3.sql" hash="1ae4bcc6626e9a9e3179b0ae83a4b9d0"/><file name="upgrade-3.3.2-3.3.3.sql" hash="66915e375a44c6451bf5fd57b0b1b365"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="80661f3ff3f6782efad26e377413aeb3"/><file name="config.xml" hash="f465521dff1d3886eca707bbefd03527"/><file name="system.xml" hash="c6bb575259a891d8d331e7bb1e43c058"/></dir><dir name="Exception"><file name="InvalidRequestType.php" hash="ef0f4dc53e93ba1b32229e5928d00bd2"/><file name="InvalidScope.php" hash="3e4185c541d15ed6d8822540dee61b9c"/><file name="InvoicePreparationNoItems.php" hash="dc5497f50a8954ac451f56c8c47e57b4"/><file name="InvoiceSave.php" hash="585931380f6291f47b28d23024366ba6"/><file name="OrderCannotInvoice.php" hash="b63f0a9a1702708422f30472012643a6"/><file name="OrderNotFound.php" hash="22001580df9425cd4d5bb954378aac4c"/><file name="PaymentMethodConfigNotFound.php" hash="c62057ea1bd54c0b91dacd2a5db50b49"/><file name="PaymentTypeNotFound.php" hash="7d6866507e5f803e1bf0e31545f9c06c"/><file name="TransactionAlreadyExists.php" hash="6dfb3da13440462021c2175405ace0b9"/><file name="TransactionStatusForward.php" hash="52f6974ad59271d161451944fd000986"/></dir><dir name="Block"><dir name="Payment"><dir name="Method"><dir name="Info"><file name="Abstract.php" hash="6223f872dc5236037673414cbb0690bf"/><file name="AdvancePayment.php" hash="5a30ac680ba4b813b8292ee680970815"/><file name="CashOnDelivery.php" hash="f98ff0c449f5fd265aeb1e0bba189d88"/><file name="Creditcard.php" hash="039cde64d6835e601245e46f606d4f66"/><file name="DebitPayment.php" hash="f7e390fae84439f5003578a81699eef1"/><file name="Financing.php" hash="6168f4820caa216f6f30a14069602123"/><file name="Invoice.php" hash="4e39306b2241b19e8d75684307522aaa"/><file name="OnlineBankTransfer.php" hash="a6b327b86716a748cbf24e789c25a5f7"/><file name="SafeInvoice.php" hash="fca91084fb3fff9c6ff82bee1f182490"/><file name="Wallet.php" hash="1c97123bd3b8c5c10e766dd7749f2076"/></dir><dir name="Form"><file name="Abstract.php" hash="69f5a91b970098111ffe71a1f91bcfdc"/><file name="AdvancePayment.php" hash="f8fa142db063838f6e2affd24e605309"/><file name="CashOnDelivery.php" hash="47aa8eae525f0926cfa0ca39dbf16dd8"/><file name="Creditcard.php" hash="078bfa9c24baa817df8e6684f21ed082"/><file name="DebitPayment.php" hash="ca62636d4ab7b961ac04bb66d5a09810"/><file name="Financing.php" hash="e6a7e1323868ceb97815d793be291afd"/><file name="Invoice.php" hash="792e994d4e724c508c44aa80c2c05377"/><file name="OnlineBankTransfer.php" hash="bd8aa5ce3a5579294418544dbb10a477"/><file name="SafeInvoice.php" hash="3cfd8a05e6bab685a19c64c93632ff84"/><file name="Wallet.php" hash="da09f18c16574eac09b9a1d2bc2a67db"/><dir name="SafeInvoice"><file name="Klarna.php" hash="d8f2ba8fe76f594acd15d9c292084c70"/></dir><dir name="Financing"><file name="Klarna.php" hash="f5d570edd1ebcf3db3982c5086a23221"/></dir></dir></dir></dir><dir name="Adminhtml"><file name="Information.php" hash="2459128787e623cebf78be3634eb7514"/><file name="Transaction.php" hash="9da66e164d1dea5013167c374865a94d"/><dir name="Protocol"><file name="Api.php" hash="86163b631dabef5538c9d7ba18cb3b04"/><file name="TransactionStatus.php" hash="4aa543fe53ea8c4d0a4c09a61c84d52f"/><dir name="TransactionStatus"><file name="Grid.php" hash="b9e276667ce3599e5250f0026ab4f8d5"/><file name="View.php" hash="b7d782116f5d8d09087bf9eb7110ecdf"/><dir name="View"><file name="Plane.php" hash="e7fee81fb6ee269bab8186972e0093a1"/><file name="Tabs.php" hash="aba3d7bf0ab3762a2900237b21a2198a"/><dir name="Tab"><file name="General.php" hash="a80cb470751f948b35aa04f991dd4486"/></dir></dir></dir><dir name="Api"><file name="Grid.php" hash="fe43a5b1464e1059703788bd91f408cf"/><file name="View.php" hash="d00b5b3c9a7d0e36693c026c5de0dd35"/><dir name="View"><file name="Plane.php" hash="daf40463ac56195f9d2181e35062baa2"/><file name="Tabs.php" hash="cc81cd30acbda3b87f2b302ee8cdaf1a"/><dir name="Tab"><file name="Exception.php" hash="1825ebf171f264b6c74ed7e1fe9d6fbd"/><file name="General.php" hash="9a5d35a92a9d622a2ddfb0edafa76092"/></dir></dir></dir></dir><dir name="Widget"><dir name="View"><file name="Container.php" hash="dfd28e3f3205c9ab6f1d5ba5cdd1222c"/></dir><dir name="Grid"><file name="Container.php" hash="f035c12b7bf696a0222ce0b3f50dfd46"/><dir name="Column"><dir name="Renderer"><file name="Datetime.php" hash="52a793dde88b725b9b9d5f27842b1705"/><file name="UnixTimestamp.php" hash="9da03743ed591e5f24f1f682c5f4fb5f"/></dir></dir></dir></dir><dir name="Configuration"><dir name="Wizard"><dir name="Page"><file name="Edit.php" hash="1f1b820d0f2d50230f8cdf762c80bc5c"/><file name="View.php" hash="9ab4a5083eebc1961ea5c0acb0ba2cf2"/></dir><dir name="Config"><file name="Form.php" hash="7e48e792893e9a64f7001e96b003e382"/></dir></dir></dir><dir name="Information"><file name="Abstract.php" hash="89033bd457bcd46a7ceb13462360a5e6"/></dir><dir name="System"><dir name="Config"><file name="Hint.php" hash="621ffcb807a4175d274dcb4d4f99bb7d"/><file name="Notice.php" hash="466258b59f294048fa48639f3681ad5e"/><file name="Payment.php" hash="0c9f0cd463afa2bbb5eec693ae1da597"/><file name="Tooltip.php" hash="d9905fba960f4a7500265c30f1dfddf9"/><dir name="Payment"><file name="Edit.php" hash="ee890691a35e5b33bfd1a986a4481ace"/><file name="Grid.php" hash="7ff4cfab006c716256b416a1898383e4"/></dir><dir name="Form"><file name="Field.php" hash="9c7f06f1a79d2308d5bf89c08b986b62"/><file name="Payment.php" hash="812418b9dc6e7d0f7af71c54fa7ad4cf"/><dir name="Field"><file name="Abstract.php" hash="77de293a1573d415a0560d1f3366ed12"/><file name="Forwarding.php" hash="37db0ebdea18716749598e092070475e"/><file name="Info.php" hash="403bb1317e88e67abbc8da62d5249411"/><file name="KlarnaStoreId.php" hash="a250983a9d5969f90a772e13893cb580"/><file name="PaymentFee.php" hash="755e20786c0203016611bfcfdc6ede90"/><file name="PersonStatusMapping.php" hash="a5450b8e05fa801ec373ac7c21e58b34"/><file name="StatusMapping.php" hash="cf91819c4d98a270e3725f9af4b9b88c"/></dir><dir name="Payment"><file name="Method.php" hash="322e4976bd8389f5e9627ba5c17ad0e4"/></dir></dir></dir></dir><dir name="Transaction"><file name="Grid.php" hash="cca8ffb56bc00514d56af6f05c38882f"/><file name="View.php" hash="267ceb1bf113dae62c503c8c9f858a78"/><dir name="View"><file name="Plane.php" hash="161a1c1f5cb58333e4428414397a91f6"/><file name="Tabs.php" hash="127b5f4090f96a1956f2838e7e1bf90f"/><dir name="Tab"><file name="General.php" hash="bc901fbe55449792917519c795c58808"/><file name="TransactionStatus.php" hash="6325158ee9acda45dc1b3aa6a34b8cdd"/></dir></dir></dir><dir name="Sales"><file name="Order.php" hash="d9b85ad2061f9fe9552f5ffed60d0797"/><dir name="Order"><file name="Grid.php" hash="8769f1b2708b28af0a4f97574c0b0c92"/><dir name="View"><dir name="Tab"><file name="Api.php" hash="add6c7c0adbd91114b3eed850569b65a"/><file name="Transaction.php" hash="a6001e58c3ce4d6737f4928ccac66176"/><file name="TransactionStatus.php" hash="44541e398ab29db4720b2109f6e0607c"/></dir></dir><dir name="Create"><file name="Init.php" hash="3f2f8f8de024565abc1f8e4ced98319b"/></dir></dir></dir></dir><dir name="Paypal"><dir name="Express"><file name="Form.php" hash="ba423a9b4a05a29e42ccec59ee6d92c6"/><file name="Review.php" hash="af55e28dea7aa5a0b203072ad51e1eed"/><file name="Shortcut.php" hash="067f4fd7cf2a01187057b56e10ba39dd"/><dir name="Review"><file name="Billing.php" hash="978428adda7eb6096c3f809b6e80bfca"/><file name="Details.php" hash="84667d363b6e065a0b10b2fa1f1e23b1"/><file name="Shipping.php" hash="a5b92c87f7ce44a65b7057e2f5ee84d2"/></dir></dir></dir><dir name="Checkout"><dir name="Onepage"><dir name="Success"><file name="SepaMandatePdfLink.php" hash="73c3a6035c989697c447f7572986a815"/></dir><dir name="Review"><file name="SepaMandate.php" hash="c6ab2e1b5d3cc046682985342ddec6a1"/></dir><dir name="Payment"><file name="Additional.php" hash="6fb72c642149f73a73b6ffcdd8249a93"/><file name="Methods.php" hash="a2e4bb44fa3c254bdfcc3f4671dc8968"/></dir></dir></dir></dir><dir name="Model"><file name="Config.php" hash="e377c2462e81c4a6caacd784cf6a5d65"/><file name="Factory.php" hash="de434373104157a1cdb8db5294a4b7f8"/><file name="Session.php" hash="938080bfc84b9a0ef6c46d0aa9e32cc6"/><dir name="Cronjob"><file name="Abstract.php" hash="123c05ac24b16ce69ec970a5da85f10e"/><dir name="TransactionStatus"><file name="Worker.php" hash="1e7090f9b91571176224d97a3e932ede"/></dir></dir><dir name="Service"><file name="Abstract.php" hash="9c2a7aeecb9fc0303ac20a6ddc73ae96"/><file name="InitializeConfig.php" hash="941c42e76ab330f1f2895c026025a009"/><file name="InitializePayment.php" hash="688d23ed08cdc74797818ad84d9359cc"/><dir name="Export"><file name="Collection.php" hash="ba553e1ced6fd131b725c92150e09a78"/></dir><dir name="Management"><file name="GetFile.php" hash="dca7b664b32e217ab50cd88e5919b8d4"/><file name="GetInvoice.php" hash="16da5759ecfbe625633da5e1e00cfecd"/><file name="ManageMandate.php" hash="8bea957a3e67e3f611bd927263161a72"/></dir><dir name="TransactionStatus"><file name="Execute.php" hash="d4dff27a2cc271faaba576f9161a7f89"/><file name="Forward.php" hash="8dacb47c9a0db8e76669158aa15303b6"/><file name="Process.php" hash="be3b935bdea0b665b6ba660df1e43cb0"/><file name="StoreClearingParameters.php" hash="29f9570fb39da143e6b0edae80c126a7"/></dir><dir name="Payment"><file name="Abstract.php" hash="78f1f27d510d88c8ffa3575b1fdd5877"/><file name="Authorize.php" hash="fa22191f012150eb5bd4ab2b183522dc"/><file name="Capture.php" hash="58bee25ef7c318f53a00d608cf16d0bf"/><file name="Debit.php" hash="4320627bc743c5ae303296417c64c232"/><file name="Genericpayment.php" hash="c1f53f413810ffec500def8743cb9c0f"/><file name="Interface.php" hash="5a6669702b6f966cdca52378e96e60d2"/><file name="Preauthorize.php" hash="b13323bc57512b9244a217dcc8106625"/></dir><dir name="Config"><file name="ProtectCheck.php" hash="81e93c3cd18c39b9cf52e94374cd341c"/><file name="XmlGenerate.php" hash="6a2ea0a941738a70b7bf510d8cf22369"/><dir name="PaymentMethod"><file name="Create.php" hash="af77caf92d5d7a87f691a571d5300c34"/></dir></dir><dir name="Verification"><file name="Abstract.php" hash="0fde90b0db9c18f414e5e90843f0e6ce"/><file name="AddressCheck.php" hash="b6e828cf9dc96d7e9cafae8037aa942f"/><file name="BankAccountCheck.php" hash="a78e4e65d55c07e5b6f0dd2139219a53"/><file name="Creditrating.php" hash="7dfbcaf8dbb3c11625a3a9943fa3a793"/></dir><dir name="Protocol"><dir name="TransactionStatus"><file name="Export.php" hash="1265210a4dcc3475e3cef56a70e073c2"/></dir><dir name="Api"><file name="Export.php" hash="ae95ecb8c8e7b8418c8d3dd361c751c0"/></dir></dir><dir name="Paypal"><dir name="Express"><file name="Checkout.php" hash="6445da311d049f4d014c62ce823ac7b4"/></dir></dir><dir name="Transaction"><file name="Create.php" hash="95d9079e7fd9a85597b62e96f7a4d77b"/><file name="Update.php" hash="f25e151fd02916472e7792360699a988"/></dir><dir name="Sales"><file name="InvoiceCreate.php" hash="84148ef78256e3daad76395fbb30e9a5"/><file name="OrderComment.php" hash="41433c126e5254b985d900f704b31ae9"/><file name="OrderConfirmation.php" hash="ea36bf39b5759943b38a7390d7242822"/><file name="OrderStatus.php" hash="fe3f8df1627c19363f21a29b4e8085f2"/></dir></dir><dir name="Mapper"><file name="Abstract.php" hash="269e16e71331e002333535450d4d2924"/><dir name="ApiRequest"><file name="Abstract.php" hash="67a9f749767b79e7641138f8edc9c788"/><dir name="Management"><file name="GetFile.php" hash="2c4dd75523f2479a1d3f352123ce93d6"/><file name="GetInvoice.php" hash="18e670a377141a7c37d37a336cddba92"/><file name="ManageMandate.php" hash="36f2ccf6e5b5aa6317632700a73d394b"/></dir><dir name="Payment"><file name="Abstract.php" hash="6efd8c7edec6017059c977bd503747a7"/><file name="Authorize.php" hash="7b4b3ee3e5fe3614158a2538878ba4f0"/><file name="Capture.php" hash="7893b25f0f1fb8c7e48308fa1a06a024"/><file name="Debit.php" hash="c3db864a77047846ba67de4da8237b15"/><file name="Genericpayment.php" hash="03995aae6ff033f919b4bfedcabd86a5"/><file name="Interface.php" hash="2ed7debbc0cbe1979be9ad4fa583c63d"/><file name="Preauthorize.php" hash="5de50d89d2c8bde9f64029fe787191ff"/><dir name="Authorize"><file name="Abstract.php" hash="cb52f9c63e9edd645fd464d2e107b58f"/></dir></dir><dir name="Verification"><file name="Abstract.php" hash="6b492aabd24d09580bb5c8184ebab5dd"/><file name="AddressCheck.php" hash="6c30ca669aa897159418d4e6c857d550"/><file name="BankAccountCheck.php" hash="f963c0a703501bdacdf3acbe37dd929d"/><file name="Creditrating.php" hash="aa5dc04063a6d8b4fedf05b4d82ba244"/></dir></dir></dir><dir name="Handler"><file name="Abstract.php" hash="7916a63c5d1ca3c7cec27cc6bd038846"/><file name="Interface.php" hash="8137fbb2cea9866c2d6a64421653b1f7"/><dir name="Management"><file name="GetInvoice.php" hash="4fc10247b8969f9dbe447d3003a052a0"/></dir><dir name="Payment"><file name="Abstract.php" hash="44a3373698eadce21a6a88a67e7f62bb"/><file name="Authorize.php" hash="0693282e074f6c22824c5eab347aa9a2"/><file name="Capture.php" hash="d6d7dd0dfc16066faebc9678bb98b0ca"/><file name="Debit.php" hash="3dcee9f980aa64fb8d2ee93e4cdc91cb"/><file name="Genericpayment.php" hash="50ec7f11bd99ec553208908e387ba8bc"/><file name="Interface.php" hash="3ff3b7247a7f69dd84b0999259f24bf8"/><file name="Preauthorize.php" hash="377a4242911f900ad046edc03da31891"/></dir><dir name="Verification"><file name="Abstract.php" hash="04be41f4fde5091816cb2dc650b53306"/><file name="AddressCheck.php" hash="603f95a45583c5a9fc61fe747915c094"/><file name="Creditrating.php" hash="df5e854c7814b05fae05ccb0d4eb09f9"/><file name="Interface.php" hash="601a0d018c10962c13e26c67ecb60deb"/></dir></dir><dir name="Observer"><file name="Abstract.php" hash="7818d67d38868e56e44260d5eaeeb74d"/><dir name="Store"><file name="PaymentConfig.php" hash="fdf9db06695c1ef6a90a1695a8df58b0"/></dir><dir name="TransactionStatus"><file name="Forwarding.php" hash="72e93b7a9fc67b3c817a8a3086b3c58d"/><file name="InvoiceCreate.php" hash="d15502d5794acf2a35fae589e9c60b25"/><file name="OrderConfirmation.php" hash="0ba29147ead6d943964be30c2b5aa1a6"/><file name="Reminder.php" hash="e476fbafaec9b3f2fa3d0ec5f57f6dce"/></dir><dir name="Config"><file name="Protect.php" hash="a9b87d00e3f7a3294046efb7b6ace00e"/></dir><dir name="Protocol"><file name="Api.php" hash="8756084b6e8c4ce3ff7fddfae2cbba8f"/></dir><dir name="Checkout"><file name="Onepage.php" hash="739313c22c4082dca0c640f72c745d79"/><dir name="Onepage"><file name="DebitPayment.php" hash="07bda3094ce9ad4518008a57fb8d0347"/><dir name="Payment"><file name="Methods.php" hash="f52a00f21e196656b3546ed7d647373c"/></dir></dir></dir><dir name="Sales"><file name="Order.php" hash="5f9a27fd6ccfd8f9476924729ba362fb"/><dir name="Order"><file name="Invoice.php" hash="ce15847f18e76b7e1518d7584a82c818"/></dir><dir name="Quote"><file name="Address.php" hash="a978a502b2b5bda43d300b3327ae85f0"/><file name="Payment.php" hash="49864ede5b1ab94fc51a98b4cadc2874"/></dir></dir></dir><dir name="Payment"><dir name="Method"><file name="Abstract.php" hash="9ddf98c48e125d3e515578e45d59b1ed"/><file name="AdvancePayment.php" hash="c165fc2cb0402478db74782a38f89ec5"/><file name="CashOnDelivery.php" hash="247d715b663369c27111ece38dfb7803"/><file name="Creditcard.php" hash="4d778e393876187bd89d1c2c3e326c98"/><file name="DebitPayment.php" hash="98868e4cf9cbda62e7e193f945d3d212"/><file name="Financing.php" hash="fb7c2c1f9b417affd028f4a2ad2e324a"/><file name="Invoice.php" hash="b6dc6fd8189c61f04a440b39d72a2c61"/><file name="OnlineBankTransfer.php" hash="5f6e2a08c6f83534f15b05f95bfceb37"/><file name="SafeInvoice.php" hash="84d93f1ccf6a72134e351a534a2c14fc"/><file name="Wallet.php" hash="009d360a81b7a9527d192e4011df9749"/></dir></dir><dir name="Config"><file name="AreaAbstract.php" hash="e75eacc876e77fa1f540e15a8a89a1d5"/><file name="AreaInterface.php" hash="9822e7864b81dcdade053baea64db83f"/><file name="General.php" hash="ed2d6a546cdd1a4ab4d3d619edc2ee3d"/><file name="Interface.php" hash="a3de42afc8b6907e64d522aa3ec5cf63"/><file name="Misc.php" hash="bbac6a7fa27f05c7f21071fa01ac3460"/><file name="Payment.php" hash="727160b76efedc58a77dd9d84b28c1cc"/><file name="Protect.php" hash="21be6a05897ce9a155363ce56e0a5e4d"/><dir name="Protect"><file name="AddressCheck.php" hash="3637d686c50702120d791b6f5e695569"/><file name="Creditrating.php" hash="ffe6d1d2c95d641535a5027b2afb54cc"/></dir><dir name="Payment"><file name="Method.php" hash="aff746e77e950931bb9ff82ef8099673"/><dir name="Method"><file name="Interface.php" hash="632affbdf429b37f2a3511354d7c0afe"/></dir></dir><dir name="General"><file name="Global.php" hash="8dccc2d180777584499d13a0ef028ba0"/><file name="ParameterInvoice.php" hash="6a58ff0f8c126de0decd22b845d02d40"/><file name="ParameterNarrativeText.php" hash="5f0128073807d017a4f3704c5879e36f"/><file name="PaymentCreditcard.php" hash="d055547ad354429c2c4b061353a9f121"/><file name="PaymentPaypalExpressCheckout.php" hash="ee32ca1227bf056788be16e2e5e51e0d"/><file name="StatusMapping.php" hash="444346141aafa48049b22418ba65c8fe"/></dir><dir name="Misc"><file name="Creditmemo.php" hash="f9509d5a67e5ecd3cf029750beea9106"/><file name="Discount.php" hash="4ce56b1b21f8c39961c4bbe860eda20c"/><file name="EmailAvs.php" hash="3da7b2a26718650a87466e7cdae55c31"/><file name="EmailError.php" hash="4c45b1d6d95f3659c66dffbc3d770080"/><file name="ShippingCosts.php" hash="d828b50fa706fa3f938713d223bda3c6"/><file name="TransactionstatusForwarding.php" hash="39d587c3c484bc99773b060d6265959e"/><file name="TransactionstatusProcessing.php" hash="9b96fe9c0463577a7b9b58a45311bdfc"/><dir name="Email"><file name="Abstract.php" hash="50f7c3519a70855acb69d255cb0056d6"/><file name="Interface.php" hash="d07157b9ca17401277b35f7aea92a7cc"/></dir></dir></dir><dir name="Repository"><file name="Api.php" hash="215b63473d061699b64fbc698f95a1f7"/><file name="TransactionStatus.php" hash="633e3ea0f01a27374fd8d3b721c064b8"/></dir><dir name="Domain"><file name="Customer.php" hash="fdd681797cc6a3cfb05f0c4a059b034c"/><file name="Transaction.php" hash="32129c443a4218374a20920198dfe73c"/><dir name="Resource"><file name="Customer.php" hash="f1cf269f52b8aee82fab4911908fac99"/><file name="Transaction.php" hash="a05356964069784a9c46b61c9c77c26c"/><dir name="Customer"><file name="Collection.php" hash="f43cdb8f3038d92f60982492948c0535"/></dir><dir name="Config"><file name="PaymentMethod.php" hash="7261f0a45bff60e891cf24820a565670"/><dir name="PaymentMethod"><file name="Collection.php" hash="92fcb0cf48eada524e326942f1dd5c4b"/></dir></dir><dir name="Protocol"><file name="Api.php" hash="bb257184fa77ef1b71f0964168dd78af"/><file name="TransactionStatus.php" hash="d4a202ea0d7ce2afeff4b3da4f18a237"/><dir name="TransactionStatus"><file name="Collection.php" hash="884176fcb71b1a76d2b094bb70644c5e"/></dir><dir name="Api"><file name="Collection.php" hash="2ce71ea52eb4aa11fbc546001ed22fc8"/></dir></dir><dir name="Transaction"><file name="Collection.php" hash="f3dd454961a551357eb95b73912c411c"/></dir></dir><dir name="Config"><file name="PaymentMethod.php" hash="4fba9c1c12810186c7566720b4502ee0"/></dir><dir name="Protocol"><file name="Api.php" hash="70d1c4920f0637e28ec95cf8b9ca1bdb"/><file name="TransactionStatus.php" hash="681a1936ddbf0b519d6b97ded83d4a1a"/></dir></dir><dir name="System"><dir name="Config"><file name="Abstract.php" hash="3a0050936a4c51a407acca82d5290b99"/><file name="AddressCheckType.php" hash="11f0297e62f8aa723051bef05b1a1024"/><file name="AuthorizeMethod.php" hash="ab01882f7e8b685bf65c9c2cf630f8dd"/><file name="AuthorizeMethodFinancing.php" hash="4176d6fa53e5d7dc9c3e2f2cc6996450"/><file name="AvsResult.php" hash="b1e3ca79a77286e1e705501a33c13855"/><file name="BankaccountcheckType.php" hash="f09ba1733f34eb60b17d2b0c21a4ff3b"/><file name="ClearingType.php" hash="d6c1cf6362e17ae0042612774c37483f"/><file name="CreditCardType.php" hash="a4dd68bdd7abe455c6adeb3e20e1bb55"/><file name="CreditScore.php" hash="bc54944274a9d5137c474dcf27fc91f9"/><file name="CreditratingChecktype.php" hash="985ce6d65da0281e8e99f334e980e14e"/><file name="CreditratingIntegrationEvent.php" hash="9da728646ff3eea66e6155fb4d4b4233"/><file name="CurrencyUsage.php" hash="b4884c120331479be761f61841782a8c"/><file name="FinancingType.php" hash="3ea24f49efc63b5ee37644dfd8a3c5c6"/><file name="HandleResponseError.php" hash="6c92277e38f8256f6fe7b6696107fdd2"/><file name="KlarnaCountry.php" hash="49e1a250427eb1a66da63901e47bb3e5"/><file name="MethodType.php" hash="a2bb15d6a43746cc1c87a9ee252d87ef"/><file name="Mode.php" hash="f4b7f10abd52f5b5d23873e159e4fc23"/><file name="OnlinebanktransferType.php" hash="804bf6bd18c9903519e48072ab33d1da"/><file name="OrderStatus.php" hash="929fde9dd5ed62286fdb0c3292d1544a"/><file name="PaymentMethodCode.php" hash="be2c8473e58dea95fbf7e9ffe5aac06a"/><file name="PaymentMethodType.php" hash="1da77ef4656e965fd12f2ae8fc853c53"/><file name="PersonStatus.php" hash="8d909a2f468207880d3b431dbfbfdef8"/><file name="ReminderLevel.php" hash="cac22bfaece3ccca9a51adc59efdf44b"/><file name="RequestType.php" hash="f43e32fd32329193252190746f0a8571"/><file name="ResponseType.php" hash="d6a64bbe4ea58d2126ff8d7f76795bcf"/><file name="SafeInvoiceType.php" hash="e33c155d6eb7b8b05bb2eef81c492bd4"/><file name="SepaCountry.php" hash="1d53612b26e8cc6e90f6ae8903dae50d"/><file name="Status.php" hash="2612834bc2a1ed7c43a2cc3342adf63d"/><file name="StatusTransaction.php" hash="53271af6dbe8195a8fa1e12a79a56c68"/><file name="TransactionStatus.php" hash="8c1f59103ba441a3bddbf454bc4c3129"/><file name="WalletType.php" hash="c49c188f400e808a58348716a9fa421e"/><dir name="Backend"><file name="Protect.php" hash="65562d422ca71b7bac0e0157a12b7ac2"/></dir></dir></dir><dir name="Sales"><dir name="Quote"><file name="Address.php" hash="61dcd092801b9f88e0627c6d69343eeb"/><dir name="Address"><dir name="Total"><file name="Fee.php" hash="3bac7e6e8f51348c8b4c55d419b4b1f5"/></dir></dir></dir></dir></dir><dir name="controllers"><file name="PexpressController.php" hash="d056f377571ceedac91e5e238b326491"/><file name="TransactionStatusController.php" hash="f6660bc654ef08ccb3adcd58dfda0596"/><dir name="Adminhtml"><file name="InformationController.php" hash="4fbe3552aff0415f9e6e6574c7dfc080"/><file name="TransactionController.php" hash="59e0e04c5ef04e28a3b781a1c2c3b412"/><dir name="Protocol"><file name="ApiController.php" hash="1af6ef54bfb5a870f482895c0fc5f769"/><file name="TransactionStatusController.php" hash="97a5933efe3633ce5c370c1e67eaa37d"/></dir><dir name="Configuration"><file name="WizardController.php" hash="cfc6b411102e225a48935cee6e0c7576"/><dir name="Wizard"><file name="PageController.php" hash="a6565671b73edb8b30b27e325b3ee6c0"/><dir name="Page"><file name="PaymentController.php" hash="836c77b7dcc77cae37ae101ad28b2169"/></dir></dir></dir><dir name="System"><file name="ConfigurationController.php" hash="0cd99975387d248d9583d6804c3c5a4c"/><dir name="Config"><file name="PaymentController.php" hash="47bda106aafbcbbc8a04a1da28ce136e"/></dir></dir><dir name="Sales"><file name="OrderController.php" hash="ac4a0fe89896111ea5dfff2ae01f0e90"/><dir name="Order"><file name="InvoiceController.php" hash="16c96795a7e9c8dd546c4c69a5568987"/></dir></dir></dir><dir name="Checkout"><file name="OnepageController.php" hash="5c206fbba8832d67269f480facca40a0"/><dir name="Onepage"><file name="PaymentController.php" hash="2af269f961ca62364cc719c7ab112e42"/><file name="SuccessController.php" hash="1de90543c4a4fda2ad63841a5b3a5c5b"/></dir></dir></dir><dir name="Controller"><file name="Abstract.php" hash="e896d0e966ebb3123c047760fff8c17a"/><dir name="Adminhtml"><file name="Abstract.php" hash="fc530c509c8377d4b401b0ad4144ac62"/><dir name="Configuration"><dir name="Wizard"><file name="Abstract.php" hash="bdfe26c77fbfb08d5eed508b3707129b"/></dir></dir></dir></dir><dir name="Helper"><file name="Abstract.php" hash="614b70f3acf925a3b544e91e5a0085d3"/><file name="Compatibility.php" hash="40ec8b9e8f5bff66181d9d257d7f6a0e"/><file name="Config.php" hash="8672eb13e5051e0f1aefeb714b75f419"/><file name="Data.php" hash="b2886731b945327dcdcf65c1aa860902"/><file name="Email.php" hash="395561eb7a6c319055270706e6d32226"/><file name="Registry.php" hash="da6aee13a620bd78e6aa12e1a1700bfc"/><file name="Score.php" hash="bed6e4c0d668ebbb83ea99235728a063"/><file name="Url.php" hash="9ce4dc25c5920247c9b85cccf450ec0e"/><file name="Wizard.php" hash="70b6882f848c703ff0fc26d62dcb376b"/><dir name="Sales"><file name="Button.php" hash="f9752550b0ba4559a78631ea7240dbfa"/></dir></dir></dir><dir name="Migrator"><dir name="etc"><file name="config.xml" hash="9fb5870a66cfe557beba5b9780fcdff5"/></dir><dir name="Model"><file name="Factory.php" hash="614bc12c240bd0c917fdc090c8018ccc"/><dir name="Service"><file name="Abstract.php" hash="2208fd00d748f4e42470c57a90fad2a2"/><file name="Migrate.php" hash="07b0deb7c09a313a2b337b684c76f9da"/><dir name="Configuration"><file name="GeneralMigrate.php" hash="044e996b5f7243086d66d85444bef05c"/><file name="PaymentMigrate.php" hash="0d65e45786eac7a4d36d00fbac7d1188"/><file name="ProtectMigrate.php" hash="1289918e3fb0f87dec2c4d3cd76ad77c"/></dir><dir name="Sales"><file name="PaymentMigrate.php" hash="b0cb16acd822816b82009b5f648eb4f6"/></dir></dir><dir name="Mapper"><file name="Abstract.php" hash="a784a82feaf6120184bc5e53331bd519"/><dir name="Config"><file name="General.php" hash="e24eb1f80ab89b37da5bfe333e34ed05"/><file name="Payment.php" hash="37dd103a0f2ff3493a93c3ec03474671"/><file name="Protect.php" hash="7192a4e8e1789401dbb69dc4c1891ed3"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="MigrationController.php" hash="7d9f458c55ee1fe5232c6d7136d86551"/><dir name="Wizard"><file name="MigrationController.php" hash="578c2b786ec293a24bce53806f16c102"/></dir></dir></dir><dir name="Controller"><dir name="Adminhtml"><file name="Abstract.php" hash="a8ae39e90f2b28ecf7ac97422433d5cd"/></dir></dir><dir name="Helper"><file name="Config.php" hash="4abc3ee9237fa433bc1d1d3dbfa97afc"/><file name="Data.php" hash="ebb5526d898038aa2004e6347794b478"/></dir></dir><dir name="Licensemanager"><dir name="etc"><file name="config.xml" hash="9320d37054de0f353446be3922c850da"/></dir><dir name="Block"><dir name="Adminhtml"><dir name="Notification"><file name="Toolbar.php" hash="1541b50b2dd5b30d607706083e27b553"/><file name="Window.php" hash="3eac23541a377348c46beeaee75aa0bf"/></dir></dir></dir><dir name="Model"><file name="Observer.php" hash="944b1efc0f9a92473a5b0da0b03d5e80"/></dir><dir name="controllers"><file name="ActiveController.php" hash="70c33ad2159aa89535693ba441276444"/><dir name="Adminhtml"><file name="TestController.php" hash="f3de560bf4a3c3916d46b942f791eb8e"/></dir></dir><dir name="Helper"><file name="Data.php" hash="806cbd7cb3002984015373b728f04fd0"/></dir></dir></dir></dir></dir><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="payone"><dir name="licensemanager"><file name="toolbar.phtml" hash="d26c581014a5e81fe20998e78d6c4cfb"/><file name="window.phtml" hash="12d097e099fb1c7e035dfd4cf27bc364"/></dir><dir name="migrator"><dir name="migration"><file name="index.phtml" hash="e61197db7ef214108863c79ddeb9815b"/></dir></dir><dir name="core"><file name="client_api.phtml" hash="82d735b2326311446896dc12b826d6a5"/><file name="iframe.phtml" hash="9f74308e8b43cad2b15748b9f8368559"/><dir name="information"><file name="iframe.phtml" hash="c4e39d236151492940e32a0563a6a4b8"/></dir><dir name="configuration"><dir name="wizard"><file name="iframe.phtml" hash="186c008f6b31f8276a84aeb7d3c404e4"/><file name="index.phtml" hash="2deddd95d55920eff1ccc96959857b75"/><dir name="page"><file name="finish.phtml" hash="956ddfbe0e9971e647735fe4a45abf0e"/><file name="index.phtml" hash="66e73112887b5c1028fac21d5ce97c71"/><file name="store_switcher.phtml" hash="6871e556b2872ba357ea95be0c543a6a"/><dir name="view"><file name="container.phtml" hash="042d56bf10158e1944c48f788f48121e"/></dir><dir name="form"><file name="container.phtml" hash="3c7287c0c40be94a1b1189a6cd7f8812"/></dir><dir name="payment"><dir name="grid"><file name="container.phtml" hash="1b00428676495848907360d99697bd80"/></dir></dir></dir></dir></dir><dir name="transaction"><dir name="view"><file name="plane.phtml" hash="8f4c2ef7fecfab8eb02d12b35e862b5e"/><dir name="tab"><file name="general.phtml" hash="68caff5aa8efad5e37378e9c7b739842"/></dir></dir></dir><dir name="protocol"><dir name="api"><dir name="view"><file name="plane.phtml" hash="fcfcb586c7c92606a6c309489c878d53"/><dir name="tab"><file name="exception.phtml" hash="54d0c77b153ff41fa10391b3177fc96a"/><file name="general.phtml" hash="8d4ad5cd56d33fd7fdcf0b4ff7bc0cc9"/></dir></dir></dir><dir name="transactionstatus"><dir name="view"><file name="plane.phtml" hash="7d19a22206a2384f5972a313017e4589"/><dir name="tab"><file name="general.phtml" hash="fd318ab622c4aa2c0554d7ce81843361"/></dir></dir></dir></dir><dir name="payment"><dir name="method"><dir name="form"><file name="advancepayment.phtml" hash="ccba1332be108f51e27afaf713805dfe"/><file name="cashondelivery.phtml" hash="ad4e7185825b32b69ca06083c03c7a46"/><file name="creditcard.phtml" hash="6988cb1c2f870a93c93491776f2a6e84"/><file name="debitpayment.phtml" hash="0f260a75d9948f707b03c5e1bd3960b6"/><file name="invoice.phtml" hash="b0548563fdacc3cb1757a838d2c03158"/></dir><dir name="info"><file name="advancepayment.phtml" hash="74b458367e5712c859d800b933ed95ff"/><file name="cashondelivery.phtml" hash="91f410d394f3040641468425d39a537c"/><file name="creditcard.phtml" hash="c89761dabea8e6c31b8f400586619f21"/><file name="debitpayment.phtml" hash="d6064c3b4ac949d3cd13d50da428fd75"/><file name="financing.phtml" hash="8719ffe34094d2f0ce884cb9d8ebc04a"/><file name="invoice.phtml" hash="64001ffc31c0eafb832c03edd285fc5d"/><file name="onlinebanktransfer.phtml" hash="c9a2962511e29aa68999a41f5787340f"/><file name="safe_invoice.phtml" hash="8db49727920c0bd0f8ec98d168b8803e"/><file name="wallet.phtml" hash="bd71ab9ff89f2cfa590307c9e29e0ead"/></dir><dir name="pdf"><file name="safe_invoice.phtml" hash="667afd9640f1c34c1116c1939951e8d5"/></dir></dir></dir><dir name="system"><dir name="config"><file name="tooltip.phtml" hash="15f2dc92646a8d8533c7f1c1d0bb10b0"/><dir name="hint"><file name="payment.phtml" hash="4b4466ca1692e274d6e5fb7987f08118"/><file name="payment_reference.phtml" hash="2497578443d7d0455e7d75e1000aed32"/><file name="protect.phtml" hash="a74b775620a7f04c9270fc2be84d8663"/></dir><dir name="form"><file name="iframe.phtml" hash="67366b7e745ab1a2a1f359360df88e07"/><dir name="field"><file name="array.phtml" hash="1aee5fb9b33232708fe242601e4de701"/></dir></dir><dir name="payment"><dir name="grid"><file name="container.phtml" hash="952f87bb71dfd75d126e3196f863dba6"/></dir></dir><dir name="tooltip"><file name="window.phtml" hash="b7de8be932ff20ab238c8882f50e4801"/><dir name="misc"><file name="creditmemo.phtml" hash="c8cd996ead752e92c2d846be336f87e7"/><file name="discount.phtml" hash="d7d0199dd43b147cb0de1c153da84b76"/><file name="email_avs.phtml" hash="9a3814369fdaf6c50ec982e492a9e6e0"/><file name="email_error.phtml" hash="ad1332058c196e799a4e6491b541edea"/><file name="shipping_costs.phtml" hash="2f454c80f83d8751ac03fa47fa577920"/><file name="transaction_status_forwarding.phtml" hash="2f38a7934acdc8690fe3e4bb2a11c716"/><file name="transactionstatus_forwarding.phtml" hash="d51ede956575e0ec46fa01278d3bf6ed"/><file name="transactionstatus_processing.phtml" hash="c50425a16765bdfeab57c50fc92652de"/></dir><dir name="payment"><file name="creditcard.phtml" hash="97b7354aab2ba7b3819454f9d61b02fb"/><file name="debit_payment.phtml" hash="ab78f96997475fbd2a479dbaea433c23"/><file name="financing.phtml" hash="b86925660a1ae2f8d538435a54287d40"/><file name="method.phtml" hash="b73fd750132f0fe30a79e0188b6f0ce6"/><file name="online_bank_transfer.phtml" hash="b375b82162e8b98c5b662206d40e050a"/><file name="safe_invoice.phtml" hash="7087e169885c5193653a5b141a22d3c4"/><file name="wallet.phtml" hash="f79baa38b5b23a55e2f890a1862b8d56"/></dir><dir name="protect"><file name="addresscheck.phtml" hash="c7c1dff4417ebfdf3ac52d3713adc947"/><file name="addresscheck_type.phtml" hash="ecad494863d2f38c5b7f66705af621f0"/><file name="creditrating.phtml" hash="c5ce65e9bea965ca34264a8e585f2c8b"/><file name="creditrating_agreement_message.phtml" hash="a664e5c7a1383b75e6c1f89d9ac6aa94"/><file name="creditrating_lifetime.phtml" hash="7ee1a92e923f8c5d52284d280ac333f2"/><file name="creditrating_type.phtml" hash="eae6bcb8c942f80d9f86b98e6f94e461"/></dir><dir name="general"><file name="global.phtml" hash="bf390501c5f46d49e19fbad1198e41b9"/><file name="narrative_text.phtml" hash="39a12ae97238f3789ca5fb6a84fb2f8d"/><file name="parameter_invoice.phtml" hash="b8c23adab22eb1a571b4faebbabf8699"/><file name="payment_creditcard.phtml" hash="62c33af2d3ce3ac15674547f76865ed6"/><file name="status_mapping.phtml" hash="918d84d9874bba0e31f814b0f4afa8fb"/></dir></dir></dir></dir><dir name="widget"><dir name="view"><file name="container.phtml" hash="b750b77783092c218e3326734681c2f2"/></dir><dir name="form"><file name="container.phtml" hash="2ed5809647722a4a4358a89732100029"/></dir></dir><dir name="sales"><dir name="order"><dir name="view"><dir name="tab"><file name="transaction.phtml" hash="4af63c9829a7bd466eafc54ae9dd889a"/></dir></dir><dir name="create"><file name="init.phtml" hash="468a133c8dff06c7292b6e7d4de8068f"/></dir></dir></dir></dir></dir></dir><dir name="layout"><dir name="payone"><file name="configuration.xml" hash="e27c94d22f89de34b111eb755ded3d0e"/><file name="core.xml" hash="4c2937ab9409c8cdaf0833f064288f05"/><file name="licensemanager.xml" hash="709dccc8694f15e29277243d99b40441"/><file name="migrator.xml" hash="eeb630d133aeb3f54010d9d194772c46"/><file name="transaction.xml" hash="765365f3a10d6ff526a4889c4a606153"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="payone"><dir name="core"><file name="client_api.phtml" hash="1ec0b009b38dc06caa21467c3f4ffb71"/><dir name="checkout"><file name="protect.phtml" hash="f99ba7707392621d73df931a3821d691"/><dir name="onepage"><file name="init.phtml" hash="5c0c3bf8d37efdbf537b5384bc34398e"/><dir name="success"><file name="sepamandatepdflink.phtml" hash="79198bd920f3ad9093a7ecfa6da65718"/></dir><dir name="review"><file name="sepamandate.phtml" hash="0b063330ec99a140acc5c2ddf90e80c5"/></dir><dir name="payment"><file name="additional.phtml" hash="3882f895bd113afc428393a71f5d7ccf"/></dir></dir></dir><dir name="paypal"><dir name="express"><file name="shortcut.phtml" hash="985799b85b94dab0ec9f036747f6b90d"/></dir></dir><dir name="payment"><dir name="method"><dir name="form"><file name="advancepayment.phtml" hash="53be7d1aebc234604157aa7e6dc47795"/><file name="cashondelivery.phtml" hash="0cad47103bbd341208e6252bd8fe47d1"/><file name="creditcard.phtml" hash="be08e9f0c9586de5ac61b916d95b4904"/><file name="debitpayment.phtml" hash="41845416e7669d2bba8707bfd950b192"/><file name="financing.phtml" hash="300380c002a7df80336792273676a50c"/><file name="invoice.phtml" hash="64ec86d5cdd348a80a43a713abc1f0af"/><file name="onlinebanktransfer.phtml" hash="a9614deb6f221ea3b88013cc85b51b9d"/><file name="safe_invoice.phtml" hash="34ac7632459b1062ceb63e256a69ae6d"/><file name="wallet.phtml" hash="32fe1f2fc914b2c11b8c3506d03e0890"/><dir name="onlinebanktransfer"><file name="bankgroup.phtml" hash="489d1ed76bfddf13680873277f114605"/></dir><dir name="safe_invoice"><file name="klarna.phtml" hash="8f18e6818c2f4d1cd0a80a9e951ad754"/><dir name="klarna"><file name="scripts.phtml" hash="c86c08b139497ae4619ac163333a4c51"/></dir></dir><dir name="financing"><file name="klarna.phtml" hash="7b15ed9ec043a973e132a382d6f85366"/></dir></dir><dir name="info"><file name="advancepayment.phtml" hash="611af85c9ae80aa9c702b34fc0724e79"/><file name="cashondelivery.phtml" hash="5f369ef06729584e8bf094700877386d"/><file name="creditcard.phtml" hash="dc5ecc29deed279f93928e307c6d1ba2"/><file name="debitpayment.phtml" hash="62b9c771fc1a45d376e990bb9d3c9bd2"/><file name="financing.phtml" hash="25fec413f14104d9d589a88931a87443"/><file name="invoice.phtml" hash="64179e611f39b4b7e68cd367aecb0931"/><file name="onlinebanktransfer.phtml" hash="8480970cb94182a8e59069a5b2a6b044"/><file name="safe_invoice.phtml" hash="7195fccdfde46f248cff5dcca6e55db8"/><file name="wallet.phtml" hash="099fd47c84a62ad9510a47a24345d317"/></dir></dir></dir></dir></dir></dir><dir name="layout"><dir name="payone"><file name="core.xml" hash="efe15e0e97752ad6706c82a698634d84"/></dir></dir></dir></dir></dir></dir></dir></target></contents></package>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <?xml version="1.0"?>
2
+ <package>
3
+ <name>Mage_Payone</name>
4
+ <version>3.3.8</version>
5
+ <stability>stable</stability>
6
+ <license>Open Software License (OSL)</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>PAYONE FinanceGate payment gateway for all german online and offline payment methods including PayPal, all major Credit Cards and Maestro.</summary>
10
+ <description>The extension provides PAYONE FinanceGate payment integration which enables payment proccessing through an existing PAYONE merchant account. No user accounts for your customers needed!&#xD;
11
+ &#xD;
12
+ The extension supports the following payment types:&#xD;
13
+ - Credit Card (Visa, MasterCard, American Express, Diners Club, JCB)&#xD;
14
+ - Maestro&#xD;
15
+ - Direct Debit (Lastschrift / ELV) for Germany, Austria, Netherlands&#xD;
16
+ - international Prepayment (Vorkasse&#xD;
17
+ - international Invoice (offene Rechnung)&#xD;
18
+ - Sofort- berweisung&#xD;
19
+ - giropay&#xD;
20
+ - PayPal&#xD;
21
+ &#xD;
22
+ Furthermore the following risk-management-services are supported:&#xD;
23
+ - 3D-Secure: Verified by Visa &amp;amp;amp; MasterCard SecureCode&#xD;
24
+ - AdressCheck for 18 countries&#xD;
25
+ - POS- and Merchant-Blacklists&#xD;
26
+ - CreditCard- and BankAccountChecks&#xD;
27
+ &#xD;
28
+ No PCI DSS Certification is needed, since all payment data is transmitted via the fully customizable payment form of FinanceGate.&#xD;
29
+ &#xD;
30
+ With FinanceGate Business even account receivable management, dunning and debt collection can be done by FinanceGate automatically.&#xD;
31
+ &#xD;
32
+ Notice: Remember this extension is still beta. We recommend to test all transaction types in your application carefully before going live.</description>
33
+ <notes>Mage_Payone-3.3.8</notes>
34
+ <authors><author><name>PAYONE</name><user>jgerle</user><email>tech.support@payone.de</email></author></authors>
35
+ <date>2015-06-26</date>
36
+ <time>09:21:51</time>
37
+ <contents><target name="mage"><dir name="lib"><dir name="Payone"><dir name="Api"><dir name="Adapter"><dir name="Http"><file name="Abstract.php" hash="50e5a129e9c406c82745288d35c869ee"/><file name="Curl.php" hash="09107f0d1fe82d4d3c58b73fd61c2481"/><file name="Socket.php" hash="76ff8d8ff010537d56f266acc47c7092"/></dir><file name="Interface.php" hash="12e6dcf75c76cf5a44fe92ea3f92dc8f"/></dir><file name="Config.php" hash="004c459ae31c87ba73419148bb236f09"/><dir name="Enum"><file name="AccessAction.php" hash="06f335b4a7915b38a39f65c15fb67852"/><file name="AddressCheckDivergence.php" hash="53c7accd75e2eb0c7f3a59e7c1d5c246"/><file name="AddressCheckPersonstatus.php" hash="834734b30c3f1979e84b487b44d20aef"/><file name="AddressCheckScore.php" hash="689d5042f08872c2e0f9cc7c839dd9e8"/><file name="AddressCheckSecstatus.php" hash="8fcf203cfb088a618ddf1436acfcd467"/><file name="AddressCheckType.php" hash="22c992dfd61bcbc66348b4d6f15c2101"/><file name="AvsResult.php" hash="b0386b93d4897ff9c425a64bc8440511"/><file name="BankaccountCheckType.php" hash="9e7bdb92cc66475ce71eb7cd4bfac903"/><file name="CaptureMode.php" hash="8063239d52293c4d681c0574e1d1ba18"/><file name="ConsumerscoreScore.php" hash="0698bad35ff8d2c777148038e6b881da"/><file name="ConsumerscoreType.php" hash="089cea7e978c2eaeb316726a78da1483"/><file name="CreditcardType.php" hash="e68edc3d4b9f5506239a037e0bc38473"/><file name="DebitTransactionType.php" hash="1aedd895d59618a5f1385001fd7291f4"/><file name="Ecommercemode.php" hash="7180d9c7c4b535d2b19e95ac740b9c60"/><file name="FileFormat.php" hash="23f747ea956c096bbbed4e7461e7fd2c"/><file name="FileType.php" hash="df5f5bb76244c8a81a59f8f4201b9986"/><file name="FinancingType.php" hash="7f18d69f522984f5bcd5ec169c346f09"/><file name="Gender.php" hash="d58bbf2a4019ec8c3b375f50ea2b3ffc"/><file name="GenericpaymentAction.php" hash="a784ca76d4a4a38f680530f565319902"/><file name="InvoiceDeliverymode.php" hash="b449ae8492973f1735746571fdc62153"/><file name="InvoicingItemType.php" hash="898ead3cd513b0156cda33035f5cefc2"/><file name="OnlinebanktransferType.php" hash="fc5b1a811e948aa75f27c3181f27a07f"/><file name="PayoutOpenBalance.php" hash="d263156eafb88ed7e74556b1b1924e94"/><file name="PeriodUnit.php" hash="08673a4c85ade8967011b05d34eef33b"/><file name="PeriodUnitRecurring.php" hash="3a665fa2bd8b15f0b2fc455dd2b58d7c"/><file name="RequestType.php" hash="0f46029990e12dee9e6a29e70eb4881b"/><file name="ResponseType.php" hash="092e28de767b844d119975e55c65d2b4"/><file name="Settleaccount.php" hash="a6a4c23be40837c9eec24f5342f69f80"/><file name="Shippingprovider.php" hash="cc47d7bb11f9633cb06ace20c1d3defc"/><file name="Storecarddata.php" hash="f5b8c68a66d61b788e4c068671858ff4"/><file name="UseCustomerdata.php" hash="1c6a5dd06e4447cb1f22cb819e9ebc5f"/><file name="WalletType.php" hash="64fa28a5d60a133d736d671b0d4f4100"/></dir><dir name="Exception"><file name="Abstract.php" hash="09266153140106c4177f1ec616e82b75"/><file name="InvalidParameters.php" hash="a7d9a56d5f1f1492e39f7bf128abd845"/><file name="InvalidResponse.php" hash="216f9e035f04fc0340f3960c92d2b209"/><file name="InvalidUrl.php" hash="61c4c388a90361e1de18d8b68fb914e7"/><file name="MappingNotFound.php" hash="e465bf155d207e86b420e20963113c97"/><file name="Payone.php" hash="63e447068676c3f62578f1392558e506"/><dir name="Request"><file name="InvalidKey.php" hash="45f6aea3a604026ea53732805c97998c"/><file name="InvalidMid.php" hash="8a215505065c1ad96d5ab24ce7bdb2c0"/><file name="InvalidMode.php" hash="97fd778214be1297e5a2639ac03edb17"/><file name="InvalidPortalid.php" hash="1346da51642cd24c3c8c49094a3760be"/></dir><file name="Timeout.php" hash="112670215f70139a4ab30a3a9d459fe3"/><file name="UnknownStatus.php" hash="767e935b0bca23c581db594cb71dcb88"/><file name="WritingRequestToServer.php" hash="16437699dd39c2307aca6aec944c3cb3"/></dir><file name="Factory.php" hash="d5b3aab8ad2f77303213e7d5e3a4b8a2"/><dir name="Mapper"><file name="Abstract.php" hash="cca8cbf754f938d0680c34d8dfb62581"/><dir name="Currency"><file name="Interface.php" hash="bf48bcda959ddea8ee3e32952e60949c"/></dir><file name="Currency.php" hash="d12f01a77c738e4f9807b5e75f5b3e1c"/><dir name="Request"><file name="Abstract.php" hash="b4161ceec23a7151d2bbc3c0fc95e71f"/><file name="Interface.php" hash="dfb550ad191f80669ccdeef763c7b59a"/><dir name="Management"><file name="UpdateAccess.php" hash="1c0454de087a657611578625cd4cbaba"/></dir><dir name="Payment"><file name="Abstract.php" hash="b3b1e2756395d8e08bed10cbcc9eab7e"/><file name="Authorization.php" hash="4314798721f70470e2c38a540c7146a8"/><file name="Capture.php" hash="dd8813205e0c3c512e589300a9e8a986"/><file name="CreateAccess.php" hash="2a8ff9db0d6a575eed3dde00a92c69c4"/><file name="Debit.php" hash="8cc7c0cea1d57afe566d1e0fe43ce46e"/><file name="Genericpayment.php" hash="b27ef61d7a7e784636a602a54140b0d0"/><file name="Preauthorization.php" hash="34b624ec8b2a2dac64febb900908ca05"/><file name="Refund.php" hash="7150d816db33148714233b83422c8162"/><file name="Vauthorization.php" hash="e7b128a72020208335864d76d675a902"/></dir></dir><dir name="Response"><file name="3dsCheck.php" hash="045096f3cb31429dc4d722ce2e519d9e"/><file name="Abstract.php" hash="c4a9c2972e67bc7d15e886eebb1ce5d6"/><file name="AddressCheck.php" hash="084b59a4216344eb13a5f3b21eb59f14"/><file name="Authorization.php" hash="9d19b05a3bdecd83cee8ea5a839f9453"/><file name="BankAccountCheck.php" hash="21b75a9386768830bfb230b06ada37b6"/><file name="Capture.php" hash="74df2833fecd483c81ebcfbc565a7533"/><file name="Consumerscore.php" hash="bb77021437781ae4c53af7b765226377"/><file name="CreateAccess.php" hash="1f55381b4c373debd047118728b590c9"/><file name="CreditCardCheck.php" hash="13b068754c45682ba531e606bd913fa2"/><file name="Debit.php" hash="c90741eaca2368f606b2563ac62883aa"/><file name="Genericpayment.php" hash="afa63b219ef83c9f9af6a58937dab5c6"/><file name="GetFile.php" hash="0656a7a3bbaf8731b603e933232c0eff"/><file name="GetInvoice.php" hash="f8f054ec2ac431b8b23ff35d812dddc0"/><file name="Interface.php" hash="3c036e02bb08de61eb26310138f738ae"/><file name="ManageMandate.php" hash="114676edb47ac6a20ca83be0c645ee4f"/><file name="Preauthorization.php" hash="7107262bb6ddd490d895be0a0db575a0"/><file name="Refund.php" hash="1b0f61f792c2e1afc6894d61793ab686"/><file name="UpdateAccess.php" hash="d37f044a3b21d10df368b9ec232897ad"/><file name="Vauthorization.php" hash="677a7fa3d73cd834fae60d2a9028af4c"/></dir><file name="currency.properties" hash="eef9fbec34f4f4a2602f6081fcfda371"/></dir><dir name="Persistence"><file name="Interface.php" hash="783670fa2ec0bb82977f1b4548d8d77b"/></dir><dir name="Request"><file name="3dsCheck.php" hash="94bba3316832ca7c88260eef39cfbb4c"/><file name="Abstract.php" hash="7cd7560fbab89bcbdd6334c4bc2e4766"/><file name="AddressCheck.php" hash="10740f6cdaffc9f78ed8bbae8fb6de63"/><dir name="Authorization"><file name="Abstract.php" hash="01f2911fc1978c4918c2fb44a4e5a3f4"/></dir><file name="Authorization.php" hash="5d3316d77bceedb62004632d16198b4a"/><file name="BankAccountCheck.php" hash="40ccd3f30fd53a31df0383185d060dd5"/><file name="Capture.php" hash="b33a01d76f1ed59cdfa40a0dcc024d53"/><file name="Consumerscore.php" hash="8dba5007ea234d999cbd8b0d02b154ce"/><file name="CreateAccess.php" hash="0fd67979ab701b54d568bcf5b39aef4e"/><file name="CreditCardCheck.php" hash="c6f35c53ef0e26796205abf2c6e81723"/><file name="Debit.php" hash="ce7deb0382877001222f4410be14a309"/><file name="Genericpayment.php" hash="aaa045479467cfee8ef681c87ba28462"/><file name="GetFile.php" hash="95f3f6b3cfaaf4cd83211dc90617f55b"/><file name="GetInvoice.php" hash="f83b623168d6fae921199b9859bb43ae"/><file name="Interface.php" hash="558d7665a4c3404e6d89ad13a122367a"/><file name="ManageMandate.php" hash="80b16691ad7360253ed1ccd264704ae0"/><dir name="Parameter"><file name="Abstract.php" hash="b193968a62a9eef3dfac086a891e85d1"/><dir name="Authorization"><file name="3dsecure.php" hash="c81ad086656fb07f173cb1c7006effcc"/><file name="Abstract.php" hash="8225edba0ff5e6a062361359f0b35a79"/><file name="Business.php" hash="becef5a6e46a7126eb4b07d3d4e2dabd"/><file name="DeliveryData.php" hash="62f5e16900673f02c7c86a6fe2d31da1"/><dir name="PaymentMethod"><file name="Abstract.php" hash="9a237eff832a99a6990b036a780e88ec"/><file name="Barzahlen.php" hash="fd8efe2cfc16a24948e7b0f164c7f1c0"/><file name="CashOnDelivery.php" hash="2e89d3baf895baef3b512acc36ea9831"/><file name="CreditCard.php" hash="c871f5e2c00492e2232bccdd0c60c4e7"/><file name="CreditCardIframe.php" hash="079c36332a2f43e6678e86bc5ab18302"/><file name="DebitPayment.php" hash="6c5bd3473b6edc5fc923bbb7718fc293"/><file name="Financing.php" hash="9bf3eabd7ff2e91b07905188ebec82e8"/><file name="OnlineBankTransfer.php" hash="f556ef8b1fa09eb5c216eb79fdbf9a9c"/><file name="Wallet.php" hash="3ff0949925f424d1737e27b9eac0ae37"/></dir><file name="PersonalData.php" hash="5c9b2ae75aa18ada0eb14b654031da97"/></dir><dir name="Capture"><file name="Business.php" hash="fa0c5cfdc78f19c93d22c570d4392217"/><dir name="Invoicing"><file name="Transaction.php" hash="ab8f6f2872d035bb676f49bb74c84eaa"/></dir></dir><dir name="CreateAccess"><file name="3dsecure.php" hash="ddc7dc0f2611502d94bebdea95e337e1"/><file name="Abstract.php" hash="357c8471022e76fe08791cd47f4ebdbc"/><file name="Billing.php" hash="72fcc2befe91d5b851bc0d80b33670a4"/><dir name="Invoicing"><file name="Transaction.php" hash="4b5e9f8da6754d4ee12486e87c2df806"/></dir><dir name="PaymentMethod"><file name="Abstract.php" hash="a1b8579bf21a7550b817e23217c004b6"/><file name="CreditCard.php" hash="832e55197a2df95b09ef9d77e0179af9"/><file name="DebitPayment.php" hash="bc4c4197336fde464087a075da559888"/></dir><file name="PersonalData.php" hash="cf16bc56d4d72d0a733a1034a71e5865"/></dir><dir name="Debit"><file name="Abstract.php" hash="e66574f79bfde6d722882ba0680cf35f"/><file name="Business.php" hash="849ad8b9663563be3f1576cd9e964af9"/><dir name="PaymentMethod"><file name="Abstract.php" hash="78974c85893ffc40807fc7b13309245b"/><file name="BankAccount.php" hash="57fec9893d145f3d801399b8c008d86d"/><file name="CreditCard.php" hash="c74b103174b4021bbcabf0cb175034d2"/></dir></dir><file name="Interface.php" hash="7b3b6208ca9e3186be261ae7862c6479"/><dir name="Invoicing"><dir name="Access"><file name="Item.php" hash="78f0781d244fe77459933fa5aca9bbb4"/></dir><file name="Item.php" hash="6d0c539503ea3d16ea991e4cc3a193e4"/><file name="Transaction.php" hash="4002529d89dd7b9ce13de9b8524d0726"/></dir><dir name="ManageMandate"><file name="Abstract.php" hash="b0a31171c9d4a899eb1fa5899ebaa11a"/><dir name="PaymentMethod"><file name="Abstract.php" hash="7089b377e576ef5529b55cefadc2555e"/><file name="BankAccount.php" hash="34c46f12b9edce8a8a2740ab64c6c66e"/></dir><file name="PersonalData.php" hash="a1c61541639a60731aeea95eb014e985"/></dir><dir name="Paydata"><file name="DataItem.php" hash="d24f141d08f652c563f13a13971f7f7e"/><file name="Paydata.php" hash="afad7b461b71f6e6bbb3405676b7067e"/></dir><dir name="Refund"><file name="Abstract.php" hash="47c0b8a357b935e69c88f376022e0c83"/><dir name="PaymentMethod"><file name="BankAccount.php" hash="0e9bdd3e279803cad2572b51544cb6da"/></dir></dir><dir name="UpdateAccess"><dir name="Invoicing"><file name="Transaction.php" hash="609113dd7f6c6380b65721e18ed95116"/></dir></dir><dir name="Vauthorization"><file name="Abstract.php" hash="87698493477461e0dd6a0a23502c313e"/><dir name="Invoicing"><file name="Transaction.php" hash="77cddd9a739d4fa9449c4b23739cd088"/></dir><dir name="PaymentMethod"><file name="Abstract.php" hash="64ea4df92a938c222524fd843a793c21"/><file name="CreditCard.php" hash="4c9d27ac565d6ac6954ff6e00bc31644"/><file name="DebitPayment.php" hash="b9cb83751d1acf2559d121a16dda17b9"/></dir><file name="PersonalData.php" hash="dbc89f4208436ed7f8442d0ed1c5af85"/></dir></dir><file name="Preauthorization.php" hash="6438ce17257c0f184dc8af180c9ad21c"/><file name="Refund.php" hash="42b3b4a7c07972b8d193bf1670625d0d"/><file name="UpdateAccess.php" hash="470d91884118674ec80378c0e65700f3"/><file name="Vauthorization.php" hash="da8f7714adf754df13ce9622c3a0ee35"/></dir><dir name="Response"><dir name="3dsCheck"><file name="Enrolled.php" hash="761d1b85854600d3036453dcf861e5a8"/><file name="Invalid.php" hash="35d3cf082577a49239def28304bec09c"/><file name="Valid.php" hash="229b019a8e23c5912ee60f5490ea4b95"/></dir><file name="Abstract.php" hash="d107d2714760c860d2b2ecba198da3a5"/><dir name="AddressCheck"><file name="Invalid.php" hash="f31f0bcdd6c2cf43cccaa98bf88dfa8f"/><file name="Valid.php" hash="9b2d37f9fe2a94c7613a1fe318fed34d"/></dir><dir name="Authorization"><file name="Abstract.php" hash="5cafd0412e6e539d4f53ae833adc4103"/><file name="Approved.php" hash="2ee24e646337a522efe5f192d422e31b"/><file name="Redirect.php" hash="93baae52db091d32ee929f46b3b23ea4"/></dir><dir name="BankAccountCheck"><file name="Blocked.php" hash="f2d2bfa8d00f285720551e0b8cf24ff1"/><file name="Invalid.php" hash="38a969437ef746262b9ab896d82de378"/><file name="Valid.php" hash="840cb9d43b09f59f78e6e43e6bc8c1cf"/></dir><dir name="Capture"><file name="Approved.php" hash="7e19559bbd9c43106664528a3a1544e1"/></dir><dir name="Consumerscore"><file name="Invalid.php" hash="02f0b89201e907bdd1af588ea30726e1"/><file name="Valid.php" hash="f136c9413b19cda1d6703934220d347a"/></dir><dir name="CreateAccess"><file name="Approved.php" hash="77c1885ddcf64ea000118c1339efc06d"/></dir><dir name="CreditCardCheck"><file name="Invalid.php" hash="1360c4a19989b39c221637f549cf6dcf"/><file name="Valid.php" hash="4b2cd6a3d7002af64e9b2fdd25e2d666"/></dir><dir name="Debit"><file name="Approved.php" hash="83caebd649e0d4cfdce294a9282e3740"/></dir><file name="Error.php" hash="5b244a184285b0b155fdda18a0a5f4e9"/><dir name="Genericpayment"><file name="Abstract.php" hash="103bad64823c32a9f3718057a5903b0e"/><file name="Approved.php" hash="275135ef1d6fbdd5e67ebea7ea219b36"/><file name="Ok.php" hash="78b5a6648a11ce4fa60b50b44de55a38"/><file name="Redirect.php" hash="1a7d28339213878685bd04ce0199173f"/></dir><file name="Interface.php" hash="4b0c18516850283078423ae02db27665"/><file name="Invalid.php" hash="2e70169805114abc447cbc54e12dfe7d"/><dir name="Management"><file name="GetFile.php" hash="2a71fc77a2e4c5ead30c73f900708642"/><file name="GetInvoice.php" hash="4561a181783547f3f62f51dc8e6cc161"/><dir name="ManageMandate"><file name="Approved.php" hash="296bf34a77bd42a56b4f83ed3a77e03a"/></dir><dir name="UpdateAccess"><file name="Ok.php" hash="8da6117cadf1db521221efc9bd123da9"/></dir></dir><dir name="Parameter"><file name="Abstract.php" hash="539bd05687ba1fc3e3b096a60aff0976"/><file name="Interface.php" hash="167d2b75fc768a4138d8dfc9f8844a86"/><dir name="Paydata"><file name="DataItem.php" hash="be3f172a2d658ac0c3fc42a63ade5ae4"/><file name="Paydata.php" hash="1c2c4a6c47c64c5b0c2d3360e2d75a46"/></dir></dir><dir name="Preauthorization"><file name="Approved.php" hash="e0a8f78ede823d6bf0a6788f02b8ed9b"/><file name="Redirect.php" hash="8b21473eb2742c4669bc53fc072f5f1b"/></dir><dir name="Refund"><file name="Approved.php" hash="98ae8425ae0497b66a131eeaa86bd318"/></dir><dir name="Vauthorization"><file name="Approved.php" hash="1fa7ebdc580b6cfff2aa91b10e410307"/></dir></dir><dir name="Service"><file name="Abstract.php" hash="b8d9512e815eb84a4a585fe57b1701ea"/><file name="Interface.php" hash="1d854d9104dfcf22b131f460dc3eeb04"/><dir name="Management"><file name="GetFile.php" hash="565ca32e98ac32749737d4b84b305a9a"/><file name="GetInvoice.php" hash="1e2f7f6f63535aec6d7cb6470cf5a87a"/><file name="ManageMandate.php" hash="f393a553f7951812af4bb95f1c7eaa10"/><file name="UpdateAccess.php" hash="f45f64f5baf33a65440b7963fe444c19"/></dir><dir name="Payment"><file name="Abstract.php" hash="6969db1c619b363ae91b0d263be57964"/><file name="Authorize.php" hash="7460608f3560537c7f283c54b773149b"/><file name="AuthorizeInterface.php" hash="4a3399ce8b72cd43b271d19a3a560b95"/><file name="Capture.php" hash="8c731d7a3a50811ab12f0fe6a569330f"/><file name="CaptureInterface.php" hash="580ffaf8f16891ceab328d74a02f2f9a"/><file name="CreateAccess.php" hash="2ef787938b1d58225648f20a4c4b55f7"/><file name="CreateAccessInterface.php" hash="c6d6eba3cd6fb415a8ab8e9a10393c8b"/><file name="Debit.php" hash="4ab986b335928ceb86c562dc0261f8cf"/><file name="DebitInterface.php" hash="685c013fd6cf139ea18576dce58a2215"/><file name="Genericpayment.php" hash="619c9291799c049124ccb618870e1fe6"/><file name="GenericpaymentInterface.php" hash="feef6095776d0406cb390b7a2902d2d9"/><file name="Preauthorize.php" hash="889077405df7f6fc1ed1b9b8f4c7ba31"/><file name="PreauthorizeInterface.php" hash="b0fec4bf035c791846d969b1c089f31b"/><file name="Refund.php" hash="cdb182edf4ef2d5ff3869d492e23f0c4"/><file name="RefundInterface.php" hash="8ce11a13475480ad9cb2d4df9a1ec02e"/><file name="Vauthorize.php" hash="eab21489ca608fd38b2548a6ec3ca6bd"/><file name="VauthorizeInterface.php" hash="2baddc081baab0f6194620635fbd01b5"/></dir><dir name="ProtocolRequest"><file name="Interface.php" hash="eab9d1fd07792532d7c470a8de602749"/></dir><file name="ProtocolRequest.php" hash="338deff5b5f4d30c927c1e4b708f658a"/><dir name="Verification"><file name="3dsCheck.php" hash="084a38ece457af196c664cef63a58187"/><file name="AddressCheck.php" hash="252ba67326f698391984e5cd743912ab"/><file name="BankAccountCheck.php" hash="35daae8d7bd3df68e6cb05c09ef834c5"/><file name="Consumerscore.php" hash="a7b4e0251400725892fb689724109130"/><file name="CreditCardCheck.php" hash="5fdb19049e5349894db3d91c4167d09e"/></dir></dir><dir name="Validator"><file name="Abstract.php" hash="a3bbebe0cf3f455bacf1716c0b67779a"/><file name="DefaultParameters.php" hash="21171914c65583c046fe5a3df8c138e6"/><file name="Interface.php" hash="c7e52165e76fb9f0815b90b8609dfe14"/></dir></dir><file name="Autoload.php" hash="56707f5883c217f5cf2fd54d6a3d86f3"/><file name="Bootstrap.php" hash="7287b7485c6df7a0d9ce31537fe6534b"/><file name="Builder.php" hash="a5f8720bb0c2760511626804b5eb027f"/><dir name="ClientApi"><dir name="Enum"><file name="RequestType.php" hash="e496e1ec9291a3bd2619ace4e9201bbe"/><file name="ResponseType.php" hash="907e66abd764e267ba5905e69d8905b3"/></dir><dir name="Exception"><file name="Abstract.php" hash="be912f22feedcbfa15a433b322e4e765"/><file name="InvalidParameters.php" hash="3640c7b8610936874c0d10b07301f0fe"/></dir><file name="Factory.php" hash="1c986f90b6735fd77b61114a92b8364f"/><dir name="Request"><file name="Abstract.php" hash="257aa6e406500795ae1f992d0b2e48cc"/><file name="CreditCardCheck.php" hash="9281308800e3ce3e2af375d0f038d66b"/><file name="Interface.php" hash="ac65dc86b506183ab0e32f6f8e7865c9"/></dir><dir name="Service"><file name="GenerateHash.php" hash="9e19af747d9ec92c483cfe8ff8ec1da5"/></dir></dir><dir name="Config"><file name="Abstract.php" hash="3e38cf8907fc388aa053b76154c5f8a6"/></dir><file name="Config.php" hash="826ca1aa4b6ccac52972aa257c53cb25"/><dir name="Enum"><file name="ClearingType.php" hash="ad2bc4dfc34f715476d7c5317dcb8b69"/><file name="Mode.php" hash="fc06f871f7260eb219f1a70c035a4643"/><file name="Reminderlevel.php" hash="56155ec0e4a65d721c35b376c1619fe0"/></dir><dir name="Log4php"><file name="Logger.php" hash="fddde1cc9bdcca7521419c6420da19bb"/><file name="LoggerAppender.php" hash="b2424ba907d62c68f079529dba54feae"/><file name="LoggerAppenderConsole.php" hash="f2208d2f2f2fe4408be85e3008372f5a"/><file name="LoggerAppenderDailyFile.php" hash="bb4cfca31c83a613efef8d0b08a00bfa"/><file name="LoggerAppenderEcho.php" hash="e56cf56319d463a6047202bf053bddc5"/><file name="LoggerAppenderFile.php" hash="c4024ee55ceb5eeb2c46ab21a6ff20d8"/><file name="LoggerAppenderMail.php" hash="ad0a7e196d14d27545eaa3452c3ecaae"/><file name="LoggerAppenderMailEvent.php" hash="ea556db2d8b74637f02b1da7846a4349"/><file name="LoggerAppenderMongoDB.php" hash="ccfb66a44a273375ed5d6eab6042db7b"/><file name="LoggerAppenderNull.php" hash="248d6eeed9b84b959c4ae82c0d6daaba"/><file name="LoggerAppenderPDO.php" hash="356490ffaaad56675db83322d53b5c73"/><file name="LoggerAppenderPhp.php" hash="8a7d58987d7905e92d1f268c604087d9"/><file name="LoggerAppenderPool.php" hash="9b0d55088306772bd34c00b1ac440bf4"/><file name="LoggerAppenderRollingFile.php" hash="b705522052e8c359877e2ba271744790"/><file name="LoggerAppenderSocket.php" hash="f9bdaf50bb8978fe41098320a7e5246d"/><file name="LoggerAppenderSyslog.php" hash="27574b740b0d5312396159d8d7e12e63"/><file name="LoggerAutoloader.php" hash="a0b75450405b5febb023005265d4818e"/><file name="LoggerConfigurable.php" hash="0f7c49d4b5c7951f7a5ebcb6fd72dc98"/><file name="LoggerConfigurationAdapter.php" hash="c0adc3a6cbaa800f9a1485d1f1fefed3"/><file name="LoggerConfigurationAdapterINI.php" hash="ea216d508a831c88a7bc6c13c3f2fc85"/><file name="LoggerConfigurationAdapterPHP.php" hash="a41c90c802c25ba8dec45b3138993590"/><file name="LoggerConfigurationAdapterXML.php" hash="a12cbab8e379f4984c078abfc58502f2"/><file name="LoggerConfigurator.php" hash="712f07e7f3616570770b1a7673dcffa2"/><file name="LoggerConfiguratorDefault.php" hash="e01b6a93b7c4bff6b4cc82b7bda3c257"/><file name="LoggerException.php" hash="07fb71118915292280c330ca3e685c1c"/><file name="LoggerFilter.php" hash="ec564b521fe88298fe33b2dcf6005676"/><file name="LoggerFilterDenyAll.php" hash="53c74073fdf43bd7636608541866c119"/><file name="LoggerFilterLevelMatch.php" hash="60ee4c3c71a3b9144162169213a80617"/><file name="LoggerFilterLevelRange.php" hash="47dc7ccc561775c3e6e3c8532eea2171"/><file name="LoggerFilterStringMatch.php" hash="a042f17a4c84a39a82686aaa64d379f9"/><file name="LoggerFormattingInfo.php" hash="d57affba3a4f3f97970dfe40fa86d52d"/><file name="LoggerHierarchy.php" hash="a270105e860c20c909587e6b49e8f8b5"/><file name="LoggerLayout.php" hash="30d28c7bc9c0ea76fb049443f484b882"/><file name="LoggerLayoutHtml.php" hash="b620a59d84919ba7967d2719245f1f86"/><file name="LoggerLayoutPattern.php" hash="bf3b331de61b6ff8f0a732f04e1d6c23"/><file name="LoggerLayoutSerialized.php" hash="00a06131613a91c7c7ee6a5ba3947435"/><file name="LoggerLayoutSimple.php" hash="dcb84998b3330fb3a22ebd945ce0cd5f"/><file name="LoggerLayoutTTCC.php" hash="e368135278a1fca6b2e504ffc6111d3f"/><file name="LoggerLayoutXml.php" hash="c49e0fa7239c3bfd074f227e9b1acdd6"/><file name="LoggerLevel.php" hash="36a8d511ee74cb1c7c2aabcbe8b498e8"/><file name="LoggerLocationInfo.php" hash="188d3351daa27320359bec0302acc9aa"/><file name="LoggerLoggingEvent.php" hash="9ddc530baeef4bbd31ff53d364984107"/><file name="LoggerMDC.php" hash="779ebb5f26440b8d7dd6951ba38ea656"/><file name="LoggerNDC.php" hash="ec7fa35d571fa5cb53a4e91ddbe9ab22"/><file name="LoggerOptionConverter.php" hash="1c71069d10b3b8fa059746314f27db81"/><file name="LoggerPatternConverter.php" hash="8c384ce762db48a9e797929cb128f3d4"/><file name="LoggerPatternConverterClass.php" hash="d6a162b0bc1034d768b5738385e29630"/><file name="LoggerPatternConverterCookie.php" hash="a0dc2686c21284986f44ef306fdc3ff8"/><file name="LoggerPatternConverterDate.php" hash="2912f6c9b82d694b40ccc4accdba2e89"/><file name="LoggerPatternConverterEnvironment.php" hash="d7b8736d5784612941235a821f458ede"/><file name="LoggerPatternConverterFile.php" hash="10028ea79771e11a9c1c615b10fec045"/><file name="LoggerPatternConverterLevel.php" hash="d377b9f1eac786fa56f5232bc3a29eb3"/><file name="LoggerPatternConverterLine.php" hash="8c7c68267321e96b0dd9d5de3415a431"/><file name="LoggerPatternConverterLiteral.php" hash="5d846e8bbc96f26bc8e174013a1a5032"/><file name="LoggerPatternConverterLocation.php" hash="81536bcf1001bb97dfa21e9f7cbd4c5c"/><file name="LoggerPatternConverterLogger.php" hash="20b17edda41867d62c704c127f749b15"/><file name="LoggerPatternConverterMDC.php" hash="e4dc6877f736f846e1a4cc176b7c3a9b"/><file name="LoggerPatternConverterMessage.php" hash="30545b3ad7c93ea2193d342e2f99c2e7"/><file name="LoggerPatternConverterMethod.php" hash="eea57c3ef84b389ca433a7f2293582ae"/><file name="LoggerPatternConverterNDC.php" hash="f9275e216e7528b91d70998ad7475d91"/><file name="LoggerPatternConverterNewLine.php" hash="1ae8aa85ad891dbc7f1e41ed26194546"/><file name="LoggerPatternConverterProcess.php" hash="cd6244ec38481c95bfa7b6a2db5027c9"/><file name="LoggerPatternConverterRelative.php" hash="d1558f42568aad26b3a76d8608843841"/><file name="LoggerPatternConverterRequest.php" hash="4bdcac1e0447e330562315e4ae4f023c"/><file name="LoggerPatternConverterServer.php" hash="bd737b114527ea39dd5b960c22e1b349"/><file name="LoggerPatternConverterSession.php" hash="a613871c06e80970944445cdd4233cda"/><file name="LoggerPatternConverterSessionID.php" hash="91cdd24b77656cafd2e1ae647290fa8e"/><file name="LoggerPatternConverterSuperglobal.php" hash="ab3d22445bebe7335324f26384bd8cb1"/><file name="LoggerPatternConverterThrowable.php" hash="529b157d117600859d9fce6336096951"/><file name="LoggerPatternParser.php" hash="a1ae906f01046609c2ff2ba8a5e4f867"/><file name="LoggerReflectionUtils.php" hash="8416f23b1cf8b0b05f311bb5be3da682"/><file name="LoggerRendererDefault.php" hash="443469d3bd64cd82b1c07f279c358eb6"/><file name="LoggerRendererException.php" hash="bd3aab85ee3c9753277a8eb4b49e83d9"/><file name="LoggerRendererMap.php" hash="e253ff2dec83beff52ab329cc83d93a0"/><file name="LoggerRendererObject.php" hash="0fa3070986bc410792a43628c51daa7d"/><file name="LoggerRoot.php" hash="1c46358d43e0671cc2a7dcc3101a6e7f"/><file name="LoggerThrowableInformation.php" hash="fb6aada7a39faba0d6a3b0ce6c284321"/><file name="LoggerUtils.php" hash="400c7578fb86bc02f9153da5d982576c"/><dir name="xml"><file name="log4php.dtd" hash="81fddcc2738a2ea91ad88de4644c947a"/></dir></dir><dir name="Protocol"><dir name="Config"><file name="Filter.php" hash="f8781db0de4e426e3c2b107eca7bf13d"/></dir><dir name="Exception"><file name="FilterNotFound.php" hash="d08881829222d1cb677318776cdaefaf"/><file name="InvalidConfig.php" hash="211505ea0e1d0b3b63dfdb5c6cd56469"/></dir><file name="Factory.php" hash="ef0b2fce1ab02d70f9ed1a3e0f4b87d0"/><dir name="Filter"><file name="Abstract.php" hash="65aa27b167ea5cd15471e2f159bce487"/><file name="Filterable.php" hash="da27430330796e57a2b06d86fd834537"/><file name="Interface.php" hash="00f3f383e303bed2a0a92e81621098ac"/><file name="MaskAllValue.php" hash="61812846bd2f44a10c9dbf967746380f"/><file name="MaskValue.php" hash="aa0fdcb99504e5118046d3c8b664c1ec"/></dir><dir name="Logger"><file name="Interface.php" hash="fed7e42b92d6a4e4555d3563f4ff7cf2"/><file name="Log4php.php" hash="774e39045504986ca0c2ca609b616993"/></dir><dir name="Service"><file name="ApplyFilters.php" hash="a527ea04a30bd9150171af9b2b733ad1"/><dir name="Protocol"><file name="Abstract.php" hash="2c0df0e7ef13add24edd2d4ef3ffdd04"/></dir></dir></dir><dir name="SessionStatus"><file name="Config.php" hash="6d334a0289e62ff4dc733bd0921487c5"/><dir name="Enum"><file name="Action.php" hash="7eb0ffda19e436cd48f41a3ea89c248f"/></dir><dir name="Exception"><file name="Abstract.php" hash="e35bfb41c7228620143dd6c9d9e86121"/><file name="MissmatchingKeys.php" hash="734a2167efbc6bfbaa9829a377c4c7cd"/><file name="NoPostRequest.php" hash="f2e07cebe97b9275a287e66d27258ee6"/><file name="NoRequestData.php" hash="a3148abb91560cbafddee466686abbe5"/><file name="Validation.php" hash="c127e48496a51b149359a62839544a55"/></dir><file name="Factory.php" hash="cb54b2d7bc0796482d757b9a0ab1d799"/><dir name="Mapper"><file name="Request.php" hash="134124f1325df30d07d89c31ab995547"/><file name="RequestInterface.php" hash="cdd99d6c58cf4b05f864c3a369a01752"/></dir><dir name="Persistence"><file name="Interface.php" hash="7a0b0478154cdb2a878c7db2527ae5eb"/></dir><dir name="Request"><file name="Abstract.php" hash="d72876194302d694c10768fe00361bc0"/><file name="Interface.php" hash="35c176b9c92f34678e2ab5beca41dbac"/><dir name="Item"><file name="Abstract.php" hash="10a1d89a7adeda8536fd3b6c1e0c2e6c"/><file name="Interface.php" hash="8290c4e00daa898dc4a84700e74bd9b3"/></dir><file name="Item.php" hash="0ea4383aa48bd44492a39af695a33053"/></dir><file name="Request.php" hash="1b983280cfddd2457c305179f1c53727"/><dir name="Response"><file name="Abstract.php" hash="fee8d73aef2eb2256ebb05ed17d0a82f"/><file name="Interface.php" hash="a5ff6298e316d6e66bef5778896cb370"/></dir><file name="Response.php" hash="9ccca133335feee635fdd0ca780c0620"/><dir name="Service"><file name="HandleRequest.php" hash="4f86ccfa7ab1e7f87c10636920a1f13e"/><dir name="ProtocolRequest"><file name="Interface.php" hash="fb885835634e3b0f2590a0d5e99c8115"/></dir><file name="ProtocolRequest.php" hash="7199c23af5e24f8330ccf45a1b771be4"/></dir><dir name="Validator"><file name="Abstract.php" hash="e4ac1dedef2f8673172fe97fe7e63059"/><file name="DefaultParameters.php" hash="3e8e5aba4908963c2a39afd1f18d4367"/><file name="Interface.php" hash="5d348843ead07b105338d065c4326d7c"/><file name="Ip.php" hash="0c0c94d438927da3da5c979a1c537fa2"/></dir></dir><dir name="Settings"><dir name="Configuration"><file name="Abstract.php" hash="f15afcda690a5207944202f37e3c8e4b"/><dir name="Api"><file name="RequestType.php" hash="09bd4b26418c492924f8d5ac5223ef40"/><file name="ResponseType.php" hash="48dd933cb3fa752551327516e30d991d"/></dir><file name="Mode.php" hash="a2ab66af34d2e20c3ce7fe8dcbb8603d"/><dir name="PaymentMethod"><file name="CreditCard.php" hash="fc08438200314b07c4e128917c1a634c"/><file name="Financing.php" hash="a530a06d26a99912b3e0748fc67810ed"/><file name="OnlineBankTransfer.php" hash="df445f5f9f909fec6a3d2685e8f956c4"/><file name="Wallet.php" hash="7db782973c76541f73d35c60276c3eaa"/></dir><file name="PaymentMethod.php" hash="f91a6cb847afe46e7419058005aac27f"/><file name="Reminderlevel.php" hash="571623cdf2e9e9870b92ad45c6756f46"/><dir name="TransactionStatus"><file name="Action.php" hash="72213ba2746ec3b7e4e4b7a87bc35968"/></dir><dir name="Verification"><file name="AddressCheck.php" hash="5dc1acc18bea2223022073a939011c2d"/><file name="AvsResult.php" hash="3e6c8c0f4d79bf174c57f7c566a0c9c7"/><file name="BankaccountCheck.php" hash="8546a79bae6184fd40fcb43aee102e18"/><file name="Consumerscore.php" hash="14b516aeae796212aa6f44476f6a8cb0"/><file name="Personstatus.php" hash="7554fe19329245980db3e492b7faae93"/></dir></dir><dir name="Data"><dir name="ConfigFile"><file name="Abstract.php" hash="be0f0346b0aa15c497f0081b0b6155a9"/><file name="Collection.php" hash="a7263f8efc3a1a079bcf12e176dc9ac2"/><dir name="Global"><file name="StatusMapping.php" hash="3279b2f48bdac717ddf721d9ed5a2b03"/></dir><file name="Interface.php" hash="1fe7136e991f3619f6e5a73e2d70a9e1"/><dir name="Misc"><file name="TransactionstatusForwarding.php" hash="9fdf0331c563cdfd64976164f07169f9"/></dir><dir name="PaymentMethod"><file name="Abstract.php" hash="9eb23c7e797e68ca04bc04b5beb81012"/><file name="AdvancePayment.php" hash="5d939d5bd4d01999b812ec301d9056d2"/><file name="Barzahlen.php" hash="d1e2f59788638e2acd8c07650893a5f0"/><file name="CashOnDelivery.php" hash="30871b68d6548d36da2730a3ab4ab2e8"/><file name="Creditcard.php" hash="82eef73b281c81aa07acd1457b89a777"/><file name="CreditcardIframe.php" hash="95a305a58ddf3a97dc1a0e4505dff67d"/><file name="DebitPayment.php" hash="a196e908c35a4feca64ba1fc0133d1fb"/><file name="Financing.php" hash="ccf3303c1f3d7f719989d2b2af1b2d53"/><file name="Invoice.php" hash="0a648fea43888179f5a90b5aa356acca"/><file name="OnlineBankTransfer.php" hash="ec60c2dbe9113ec7473da98daf56d38f"/><file name="Wallet.php" hash="f540d8dbe35ae31cae52f11c33b9592f"/></dir><dir name="Protect"><file name="Addresscheck.php" hash="31afb2d81cebbfbce44e607f58060f79"/><file name="Consumerscore.php" hash="98452e35ecdd74e682d47a1d08e31575"/></dir><file name="Root.php" hash="9d4d579eb0b7d2bfa4f9d3bfd876fad8"/><dir name="Shop"><file name="ClearingTypes.php" hash="2653246018e2cb62ba1a7a2ebeda0acf"/><file name="Global.php" hash="ee9cc234afcd67f1479bd86642fadea3"/><file name="Misc.php" hash="3392d70def6b9982e8ee96355e4a41e0"/><file name="Protect.php" hash="f18ca572c638b36c947cdc0fad0f7c71"/><file name="System.php" hash="d4d60ab9e103ec5746ff2b707c145a6f"/></dir><file name="Shop.php" hash="7e291a39ffdeb1072772d88ba94d4e28"/></dir></dir><file name="Factory.php" hash="49c3a3f962dacfceda808cd029d39385"/><dir name="Service"><file name="XmlGenerate.php" hash="c4641438d959cc081694d4267407a184"/><file name="XmlParse.php" hash="1c7eb375b49fb2269d95492e3b62f022"/></dir></dir><dir name="TransactionStatus"><file name="Config.php" hash="30a54bc4e88eadc7ec027cd485fdb0ee"/><dir name="Enum"><file name="Failedcause.php" hash="117498c6d47f339ab9b9cd99f5463713"/><file name="Txaction.php" hash="456c892d4004efa52f2ec4ef4e43709f"/></dir><dir name="Exception"><file name="Abstract.php" hash="632395a010faf55bb0a7f7b4e0a13de5"/><file name="MissmatchingKeys.php" hash="97ac63f21e2fcded47d5f84c1288f76a"/><file name="NoPostRequest.php" hash="24f51d9128d9f39a5eea73a4c2c45e2f"/><file name="NoRequestData.php" hash="7531903cb3ecbfcfe94ed0a8344d6c38"/><file name="Validation.php" hash="9422a5f6adde1c92cd402bdfc42aab5c"/></dir><file name="Factory.php" hash="3caccda2074acae7f1a6771851fe7ecd"/><dir name="Mapper"><file name="Request.php" hash="8f32a412e6ff5aee9687adcf276c90d6"/><file name="RequestInterface.php" hash="0da0be95a86d17301adcd2978752321a"/></dir><dir name="Persistence"><file name="Interface.php" hash="2df04eff13f76ae9931b9b0fc906b61e"/></dir><dir name="Request"><file name="Abstract.php" hash="6d59526e5c3cef44d3d9048e12d8cfa5"/><file name="Interface.php" hash="40f697d1de9b8a9e8a40003b7e766151"/></dir><file name="Request.php" hash="3dd9c60acceb49bfef505afd5eee1a96"/><dir name="Response"><file name="Abstract.php" hash="706ea8218bd41f4c05bb06cb7f1755db"/><file name="Interface.php" hash="a34045aa333c842e554847492f289d8b"/></dir><file name="Response.php" hash="30e355b348b7fd48fea3accf18cce097"/><dir name="Service"><file name="HandleRequest.php" hash="1c503295397b58e9663a5b4a0db44ac5"/><dir name="ProtocolRequest"><file name="Interface.php" hash="167d45bbee2208242808800fd07e288e"/></dir><file name="ProtocolRequest.php" hash="9042686a7acdfcd2a7ddda89b7c650a8"/></dir><dir name="Validator"><file name="Abstract.php" hash="aa1bee35692eb6a95e1c46ea671264dc"/><file name="DefaultParameters.php" hash="655f08e7da277673a62bea4364ad789c"/><file name="Interface.php" hash="16cb84d2eef9bd2aac89a1368a148ee4"/><file name="Ip.php" hash="8e29ede7e0217a05ce4522f1ee0622bd"/></dir></dir></dir></dir><dir name="skin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="payone"><dir name="core"><file name="boxes.css" hash="1a9ef798278e1d1dcc3c8dd86eb8ddca"/><dir name="images"><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="favicon.png" hash="d189cb860fcdd76fbf3c07627023eed9"/><file name="help.png" hash="c3812c74bc524179f4ccf5d2db7b3cbf"/><file name="icon_16.png" hash="2812a3406492773bdbc8308d22901964"/><file name="logoclaim.gif" hash="d71545ef09e2f10339654cda93d1cca2"/><file name="magento_general_global.png" hash="2341d0ffb0f7fd6fe6ebf53860f9197b"/><file name="money_add.png" hash="41e1f9224e9c35929cb54882dc9d4426"/></dir><file name="wizard.css" hash="c2be3f8f3b7012f015fcd76aceebe32b"/></dir><dir name="migrator"><dir name="images"><file name="ajax-loader.gif" hash="32dc1f5901143d36fbd7a6df3950819f"/><file name="failure.gif" hash="4d785bcecfbe716fa4d749d20738a8f0"/><file name="success.gif" hash="3f9b9025551da6963a9ecf8d184a204a"/></dir><file name="migration.css" hash="c27e9fc8fa891b5ae3ca7480ba90cb02"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="payone"><dir name="core"><file name="mandate.css" hash="246dc6bbdca6c0eda2972b5abcb2b24b"/></dir></dir></dir></dir></dir></dir><dir name="js"><dir name="prototype"><dir name="windows"><dir name="themes"><file name="payone.css" hash="ca84a0501c8f6f794c08bc34c013aa01"/><dir name="payone"><file name="btn_bg.gif" hash="37c51a4d48a92da9648dcd3ca011039f"/><file name="content_bg.gif" hash="21278ea0da2d4256f4ced96b6080ba2e"/><file name="logoclaim.gif" hash="d71545ef09e2f10339654cda93d1cca2"/><file name="top_bg.gif" hash="26f28090de87d64f9b01bf624f89bfe2"/><file name="window_close.png" hash="1944445eb3fb14f0ede092665ccbbf0b"/></dir></dir></dir></dir><dir name="payone"><dir name="core"><file name="addresscheck.js" hash="6568d29af003fa91f0b5c469ff464e3c"/><file name="client_api.js" hash="5bc2aa3a184a17c33a099d74912d5d0d"/><file name="creditcard.js" hash="e97b2e9ee74b192b28e0d1763521012e"/><file name="debitpayment.js" hash="12e2cbe8050c26afb71eb4eab8ffa238"/><file name="financing.js" hash="dd40ebd51ff10cf811211c29b73d142c"/><file name="klarna.js" hash="22de283a0a0b98aa880d4f2f55f245af"/><file name="onlinebanktransfer.js" hash="7647f634804c80a28d8252524c3ee484"/><file name="safe_invoice.js" hash="18e2937400142d0e26fd0fe068e5e293"/><file name="sepa_input.js" hash="c791b60e714058e0864891619f1ebd80"/><file name="sepa_validation.js" hash="e8b50fd2da5bd35bf5acfd6450838efe"/><file name="wallet.js" hash="8b52a7055252923888319dd057aa1e4e"/></dir><dir name="migrator"><file name="migration.js" hash="602a23b295cf6b241845fa626b089c91"/></dir></dir></dir><dir name="app"><dir name="locale"><dir name="en_US"><file name="Payone_Core.csv" hash="5848c5f3bebf667f0e78dfe15e1a0230"/><file name="Payone_Licensemanager.csv" hash="7271c2b5890d4ad709d5b1268c31575f"/><dir name="template"><dir name="email"><dir name="payone"><dir name="core"><file name="avs_template.phtml" hash="fb6ebbfa5d1f95d58b321cf6feb81dba"/><file name="error_template.phtml" hash="009959ada1dabe51d7e1bbc36027a65f"/></dir></dir></dir></dir></dir><dir name="de_DE"><file name="Payone_Core.csv" hash="b0aa937f73dab04f2ba977a694fab371"/><file name="Payone_Licensemanager.csv" hash="d36e77ad14ad0db2a294ab6e38afe426"/><dir name="template"><dir name="email"><dir name="payone"><dir name="core"><file name="avs_template.phtml" hash="fb6ebbfa5d1f95d58b321cf6feb81dba"/><file name="error_template.phtml" hash="009959ada1dabe51d7e1bbc36027a65f"/></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Payone_Core.xml" hash="26082ff2574ca87302556c5c3a39b246"/><file name="Payone_Licensemanager.xml" hash="cb7bcac54336595c25214557382e6c55"/><file name="Payone_Migrator.xml" hash="9af684dec6dc50d9e863538773350fb7"/></dir></dir><dir name="code"><dir name="community"><dir name="Payone"><dir name="Core"><dir name="Block"><dir name="Adminhtml"><dir name="Configuration"><dir name="Wizard"><dir name="Config"><file name="Form.php" hash="7e48e792893e9a64f7001e96b003e382"/></dir><dir name="Page"><file name="Edit.php" hash="1f1b820d0f2d50230f8cdf762c80bc5c"/><file name="View.php" hash="9ab4a5083eebc1961ea5c0acb0ba2cf2"/></dir></dir></dir><dir name="Information"><file name="Abstract.php" hash="89033bd457bcd46a7ceb13462360a5e6"/></dir><file name="Information.php" hash="2459128787e623cebf78be3634eb7514"/><dir name="Protocol"><dir name="Api"><file name="Grid.php" hash="fe43a5b1464e1059703788bd91f408cf"/><dir name="View"><file name="Plane.php" hash="daf40463ac56195f9d2181e35062baa2"/><dir name="Tab"><file name="Exception.php" hash="1825ebf171f264b6c74ed7e1fe9d6fbd"/><file name="General.php" hash="9a5d35a92a9d622a2ddfb0edafa76092"/></dir><file name="Tabs.php" hash="cc81cd30acbda3b87f2b302ee8cdaf1a"/></dir><file name="View.php" hash="d00b5b3c9a7d0e36693c026c5de0dd35"/></dir><file name="Api.php" hash="86163b631dabef5538c9d7ba18cb3b04"/><dir name="TransactionStatus"><file name="Grid.php" hash="b9e276667ce3599e5250f0026ab4f8d5"/><dir name="View"><file name="Plane.php" hash="e7fee81fb6ee269bab8186972e0093a1"/><dir name="Tab"><file name="General.php" hash="a80cb470751f948b35aa04f991dd4486"/></dir><file name="Tabs.php" hash="aba3d7bf0ab3762a2900237b21a2198a"/></dir><file name="View.php" hash="b7d782116f5d8d09087bf9eb7110ecdf"/></dir><file name="TransactionStatus.php" hash="4aa543fe53ea8c4d0a4c09a61c84d52f"/></dir><dir name="Sales"><dir name="Order"><dir name="Create"><file name="Init.php" hash="3f2f8f8de024565abc1f8e4ced98319b"/></dir><file name="Grid.php" hash="8769f1b2708b28af0a4f97574c0b0c92"/><dir name="View"><dir name="Tab"><file name="Api.php" hash="add6c7c0adbd91114b3eed850569b65a"/><file name="Transaction.php" hash="a6001e58c3ce4d6737f4928ccac66176"/><file name="TransactionStatus.php" hash="44541e398ab29db4720b2109f6e0607c"/></dir></dir></dir><file name="Order.php" hash="d9b85ad2061f9fe9552f5ffed60d0797"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Abstract.php" hash="77de293a1573d415a0560d1f3366ed12"/><file name="Forwarding.php" hash="37db0ebdea18716749598e092070475e"/><file name="Info.php" hash="403bb1317e88e67abbc8da62d5249411"/><file name="KlarnaStoreId.php" hash="a250983a9d5969f90a772e13893cb580"/><file name="PaymentFee.php" hash="755e20786c0203016611bfcfdc6ede90"/><file name="PersonStatusMapping.php" hash="a5450b8e05fa801ec373ac7c21e58b34"/><file name="StatusMapping.php" hash="cf91819c4d98a270e3725f9af4b9b88c"/></dir><file name="Field.php" hash="9c7f06f1a79d2308d5bf89c08b986b62"/><dir name="Payment"><file name="Method.php" hash="977a17fc0658ef2d42e028a947f634a9"/></dir><file name="Payment.php" hash="812418b9dc6e7d0f7af71c54fa7ad4cf"/></dir><file name="Hint.php" hash="621ffcb807a4175d274dcb4d4f99bb7d"/><file name="Notice.php" hash="466258b59f294048fa48639f3681ad5e"/><dir name="Payment"><file name="Edit.php" hash="ee890691a35e5b33bfd1a986a4481ace"/><file name="Grid.php" hash="7ff4cfab006c716256b416a1898383e4"/></dir><file name="Payment.php" hash="0c9f0cd463afa2bbb5eec693ae1da597"/><file name="Tooltip.php" hash="d9905fba960f4a7500265c30f1dfddf9"/></dir></dir><dir name="Transaction"><file name="Grid.php" hash="cca8ffb56bc00514d56af6f05c38882f"/><dir name="View"><file name="Plane.php" hash="161a1c1f5cb58333e4428414397a91f6"/><dir name="Tab"><file name="General.php" hash="bc901fbe55449792917519c795c58808"/><file name="TransactionStatus.php" hash="6325158ee9acda45dc1b3aa6a34b8cdd"/></dir><file name="Tabs.php" hash="127b5f4090f96a1956f2838e7e1bf90f"/></dir><file name="View.php" hash="267ceb1bf113dae62c503c8c9f858a78"/></dir><file name="Transaction.php" hash="9da66e164d1dea5013167c374865a94d"/><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Datetime.php" hash="52a793dde88b725b9b9d5f27842b1705"/><file name="UnixTimestamp.php" hash="9da03743ed591e5f24f1f682c5f4fb5f"/></dir></dir><file name="Container.php" hash="f035c12b7bf696a0222ce0b3f50dfd46"/></dir><dir name="View"><file name="Container.php" hash="dfd28e3f3205c9ab6f1d5ba5cdd1222c"/></dir></dir></dir><dir name="Checkout"><dir name="Onepage"><dir name="Payment"><file name="Additional.php" hash="6fb72c642149f73a73b6ffcdd8249a93"/><file name="Iframe.php" hash="f2333ffcde54a8fd7c7f77ac06eb8680"/><file name="Methods.php" hash="a2e4bb44fa3c254bdfcc3f4671dc8968"/></dir><dir name="Review"><file name="SepaMandate.php" hash="c6ab2e1b5d3cc046682985342ddec6a1"/></dir><dir name="Success"><file name="Barzahlen.php" hash="5a3e0d32f79512ae71e649b83b43c34c"/><file name="SepaMandatePdfLink.php" hash="73c3a6035c989697c447f7572986a815"/></dir></dir></dir><dir name="Payment"><dir name="Method"><dir name="Form"><file name="Abstract.php" hash="69f5a91b970098111ffe71a1f91bcfdc"/><file name="AdvancePayment.php" hash="f8fa142db063838f6e2affd24e605309"/><file name="Barzahlen.php" hash="f32a90f306b0f0f39efed2a7a546d607"/><file name="CashOnDelivery.php" hash="47aa8eae525f0926cfa0ca39dbf16dd8"/><file name="Creditcard.php" hash="078bfa9c24baa817df8e6684f21ed082"/><file name="CreditcardIframe.php" hash="faa6d0cfd720c3677d90eb7a51571649"/><file name="DebitPayment.php" hash="ca62636d4ab7b961ac04bb66d5a09810"/><dir name="Financing"><file name="Klarna.php" hash="f5d570edd1ebcf3db3982c5086a23221"/></dir><file name="Financing.php" hash="e6a7e1323868ceb97815d793be291afd"/><file name="Invoice.php" hash="792e994d4e724c508c44aa80c2c05377"/><file name="OnlineBankTransfer.php" hash="bd8aa5ce3a5579294418544dbb10a477"/><dir name="SafeInvoice"><file name="Klarna.php" hash="d8f2ba8fe76f594acd15d9c292084c70"/></dir><file name="SafeInvoice.php" hash="3cfd8a05e6bab685a19c64c93632ff84"/><file name="Wallet.php" hash="da09f18c16574eac09b9a1d2bc2a67db"/></dir><dir name="Info"><file name="Abstract.php" hash="6223f872dc5236037673414cbb0690bf"/><file name="AdvancePayment.php" hash="5a30ac680ba4b813b8292ee680970815"/><file name="Barzahlen.php" hash="3d7497cd5b1b44b2484a16ade542a748"/><file name="CashOnDelivery.php" hash="f98ff0c449f5fd265aeb1e0bba189d88"/><file name="Creditcard.php" hash="039cde64d6835e601245e46f606d4f66"/><file name="CreditcardIframe.php" hash="40692cd72205f892ea71325092a8813d"/><file name="DebitPayment.php" hash="f7e390fae84439f5003578a81699eef1"/><file name="Financing.php" hash="6168f4820caa216f6f30a14069602123"/><file name="Invoice.php" hash="4e39306b2241b19e8d75684307522aaa"/><file name="OnlineBankTransfer.php" hash="a6b327b86716a748cbf24e789c25a5f7"/><file name="SafeInvoice.php" hash="fca91084fb3fff9c6ff82bee1f182490"/><file name="Wallet.php" hash="1c97123bd3b8c5c10e766dd7749f2076"/></dir></dir></dir><dir name="Paypal"><dir name="Express"><file name="Form.php" hash="ba423a9b4a05a29e42ccec59ee6d92c6"/><dir name="Review"><file name="Billing.php" hash="978428adda7eb6096c3f809b6e80bfca"/><file name="Details.php" hash="84667d363b6e065a0b10b2fa1f1e23b1"/><file name="Shipping.php" hash="a5b92c87f7ce44a65b7057e2f5ee84d2"/></dir><file name="Review.php" hash="ca0dfa26a0a861301c50738b32c0e3f8"/><file name="Shortcut.php" hash="6196ea0b90b6dbe2bd7d5e89cb8748b0"/></dir></dir></dir><dir name="Controller"><file name="Abstract.php" hash="e896d0e966ebb3123c047760fff8c17a"/><dir name="Adminhtml"><file name="Abstract.php" hash="fc530c509c8377d4b401b0ad4144ac62"/><dir name="Configuration"><dir name="Wizard"><file name="Abstract.php" hash="bdfe26c77fbfb08d5eed508b3707129b"/></dir></dir></dir></dir><dir name="Exception"><file name="InvalidRequestType.php" hash="ef0f4dc53e93ba1b32229e5928d00bd2"/><file name="InvalidScope.php" hash="3e4185c541d15ed6d8822540dee61b9c"/><file name="InvoicePreparationNoItems.php" hash="dc5497f50a8954ac451f56c8c47e57b4"/><file name="InvoiceSave.php" hash="585931380f6291f47b28d23024366ba6"/><file name="OrderCannotInvoice.php" hash="b63f0a9a1702708422f30472012643a6"/><file name="OrderNotFound.php" hash="22001580df9425cd4d5bb954378aac4c"/><file name="PaymentMethodConfigNotFound.php" hash="c62057ea1bd54c0b91dacd2a5db50b49"/><file name="PaymentTypeNotFound.php" hash="7d6866507e5f803e1bf0e31545f9c06c"/><file name="TransactionAlreadyExists.php" hash="6dfb3da13440462021c2175405ace0b9"/><file name="TransactionStatusForward.php" hash="52f6974ad59271d161451944fd000986"/></dir><dir name="Helper"><file name="Abstract.php" hash="614b70f3acf925a3b544e91e5a0085d3"/><file name="Compatibility.php" hash="40ec8b9e8f5bff66181d9d257d7f6a0e"/><file name="Config.php" hash="8672eb13e5051e0f1aefeb714b75f419"/><file name="Data.php" hash="b2886731b945327dcdcf65c1aa860902"/><file name="Email.php" hash="395561eb7a6c319055270706e6d32226"/><file name="Registry.php" hash="da6aee13a620bd78e6aa12e1a1700bfc"/><dir name="Sales"><file name="Button.php" hash="f9752550b0ba4559a78631ea7240dbfa"/></dir><file name="Score.php" hash="bed6e4c0d668ebbb83ea99235728a063"/><file name="Url.php" hash="9ce4dc25c5920247c9b85cccf450ec0e"/><file name="Wizard.php" hash="70b6882f848c703ff0fc26d62dcb376b"/></dir><dir name="Model"><dir name="Config"><file name="AreaAbstract.php" hash="e75eacc876e77fa1f540e15a8a89a1d5"/><file name="AreaInterface.php" hash="9822e7864b81dcdade053baea64db83f"/><dir name="General"><file name="Global.php" hash="8dccc2d180777584499d13a0ef028ba0"/><file name="ParameterInvoice.php" hash="6a58ff0f8c126de0decd22b845d02d40"/><file name="ParameterNarrativeText.php" hash="5f0128073807d017a4f3704c5879e36f"/><file name="PaymentCreditcard.php" hash="d055547ad354429c2c4b061353a9f121"/><file name="PaymentPaypalExpressCheckout.php" hash="ee32ca1227bf056788be16e2e5e51e0d"/><file name="StatusMapping.php" hash="444346141aafa48049b22418ba65c8fe"/></dir><file name="General.php" hash="ed2d6a546cdd1a4ab4d3d619edc2ee3d"/><file name="Interface.php" hash="a3de42afc8b6907e64d522aa3ec5cf63"/><dir name="Misc"><file name="Creditmemo.php" hash="f9509d5a67e5ecd3cf029750beea9106"/><file name="Discount.php" hash="4ce56b1b21f8c39961c4bbe860eda20c"/><dir name="Email"><file name="Abstract.php" hash="50f7c3519a70855acb69d255cb0056d6"/><file name="Interface.php" hash="d07157b9ca17401277b35f7aea92a7cc"/></dir><file name="EmailAvs.php" hash="3da7b2a26718650a87466e7cdae55c31"/><file name="EmailError.php" hash="4c45b1d6d95f3659c66dffbc3d770080"/><file name="ShippingCosts.php" hash="d828b50fa706fa3f938713d223bda3c6"/><file name="TransactionstatusForwarding.php" hash="39d587c3c484bc99773b060d6265959e"/><file name="TransactionstatusProcessing.php" hash="9b96fe9c0463577a7b9b58a45311bdfc"/></dir><file name="Misc.php" hash="bbac6a7fa27f05c7f21071fa01ac3460"/><dir name="Payment"><dir name="Method"><file name="Interface.php" hash="632affbdf429b37f2a3511354d7c0afe"/></dir><file name="Method.php" hash="aff746e77e950931bb9ff82ef8099673"/></dir><file name="Payment.php" hash="727160b76efedc58a77dd9d84b28c1cc"/><dir name="Protect"><file name="AddressCheck.php" hash="3637d686c50702120d791b6f5e695569"/><file name="Creditrating.php" hash="ffe6d1d2c95d641535a5027b2afb54cc"/></dir><file name="Protect.php" hash="21be6a05897ce9a155363ce56e0a5e4d"/></dir><file name="Config.php" hash="e377c2462e81c4a6caacd784cf6a5d65"/><dir name="Cronjob"><file name="Abstract.php" hash="123c05ac24b16ce69ec970a5da85f10e"/><dir name="TransactionStatus"><file name="Worker.php" hash="1e7090f9b91571176224d97a3e932ede"/></dir></dir><dir name="Domain"><dir name="Config"><file name="PaymentMethod.php" hash="4fba9c1c12810186c7566720b4502ee0"/></dir><file name="Customer.php" hash="fdd681797cc6a3cfb05f0c4a059b034c"/><dir name="Protocol"><file name="Api.php" hash="70d1c4920f0637e28ec95cf8b9ca1bdb"/><file name="TransactionStatus.php" hash="b12b3d08543eea24af9d744c0a6c82e1"/></dir><dir name="Resource"><dir name="Config"><dir name="PaymentMethod"><file name="Collection.php" hash="92fcb0cf48eada524e326942f1dd5c4b"/></dir><file name="PaymentMethod.php" hash="7261f0a45bff60e891cf24820a565670"/></dir><dir name="Customer"><file name="Collection.php" hash="f43cdb8f3038d92f60982492948c0535"/></dir><file name="Customer.php" hash="f1cf269f52b8aee82fab4911908fac99"/><dir name="Protocol"><dir name="Api"><file name="Collection.php" hash="2ce71ea52eb4aa11fbc546001ed22fc8"/></dir><file name="Api.php" hash="bb257184fa77ef1b71f0964168dd78af"/><dir name="TransactionStatus"><file name="Collection.php" hash="884176fcb71b1a76d2b094bb70644c5e"/></dir><file name="TransactionStatus.php" hash="d4a202ea0d7ce2afeff4b3da4f18a237"/></dir><dir name="Transaction"><file name="Collection.php" hash="f3dd454961a551357eb95b73912c411c"/></dir><file name="Transaction.php" hash="a05356964069784a9c46b61c9c77c26c"/></dir><file name="Transaction.php" hash="32129c443a4218374a20920198dfe73c"/></dir><file name="Factory.php" hash="de434373104157a1cdb8db5294a4b7f8"/><dir name="Handler"><file name="Abstract.php" hash="7916a63c5d1ca3c7cec27cc6bd038846"/><file name="Interface.php" hash="8137fbb2cea9866c2d6a64421653b1f7"/><dir name="Management"><file name="GetInvoice.php" hash="4fc10247b8969f9dbe447d3003a052a0"/></dir><dir name="Payment"><file name="Abstract.php" hash="70fb3724242d932fd16026d324aea044"/><file name="Authorize.php" hash="0693282e074f6c22824c5eab347aa9a2"/><file name="Capture.php" hash="d6d7dd0dfc16066faebc9678bb98b0ca"/><file name="Debit.php" hash="3dcee9f980aa64fb8d2ee93e4cdc91cb"/><file name="Genericpayment.php" hash="50ec7f11bd99ec553208908e387ba8bc"/><file name="Interface.php" hash="3ff3b7247a7f69dd84b0999259f24bf8"/><file name="Preauthorize.php" hash="377a4242911f900ad046edc03da31891"/></dir><dir name="Verification"><file name="Abstract.php" hash="04be41f4fde5091816cb2dc650b53306"/><file name="AddressCheck.php" hash="603f95a45583c5a9fc61fe747915c094"/><file name="Creditrating.php" hash="df5e854c7814b05fae05ccb0d4eb09f9"/><file name="Interface.php" hash="601a0d018c10962c13e26c67ecb60deb"/></dir></dir><dir name="Mapper"><file name="Abstract.php" hash="269e16e71331e002333535450d4d2924"/><dir name="ApiRequest"><file name="Abstract.php" hash="67a9f749767b79e7641138f8edc9c788"/><dir name="Management"><file name="GetFile.php" hash="2c4dd75523f2479a1d3f352123ce93d6"/><file name="GetInvoice.php" hash="18e670a377141a7c37d37a336cddba92"/><file name="ManageMandate.php" hash="36f2ccf6e5b5aa6317632700a73d394b"/></dir><dir name="Payment"><file name="Abstract.php" hash="6efd8c7edec6017059c977bd503747a7"/><dir name="Authorize"><file name="Abstract.php" hash="b26d863095d7b33f2a5cc7343c9a4038"/></dir><file name="Authorize.php" hash="7b4b3ee3e5fe3614158a2538878ba4f0"/><file name="Capture.php" hash="7893b25f0f1fb8c7e48308fa1a06a024"/><file name="Debit.php" hash="c3db864a77047846ba67de4da8237b15"/><file name="Genericpayment.php" hash="1ee1609d1cf631a77253d0f598d41865"/><file name="Interface.php" hash="2ed7debbc0cbe1979be9ad4fa583c63d"/><file name="Preauthorize.php" hash="5de50d89d2c8bde9f64029fe787191ff"/></dir><dir name="Verification"><file name="Abstract.php" hash="6b492aabd24d09580bb5c8184ebab5dd"/><file name="AddressCheck.php" hash="6c30ca669aa897159418d4e6c857d550"/><file name="BankAccountCheck.php" hash="f963c0a703501bdacdf3acbe37dd929d"/><file name="Creditrating.php" hash="aa5dc04063a6d8b4fedf05b4d82ba244"/></dir></dir></dir><dir name="Observer"><file name="Abstract.php" hash="7818d67d38868e56e44260d5eaeeb74d"/><dir name="Checkout"><dir name="Onepage"><file name="DebitPayment.php" hash="07bda3094ce9ad4518008a57fb8d0347"/><dir name="Payment"><file name="Methods.php" hash="f52a00f21e196656b3546ed7d647373c"/></dir></dir><file name="Onepage.php" hash="739313c22c4082dca0c640f72c745d79"/></dir><dir name="Config"><file name="Protect.php" hash="a9b87d00e3f7a3294046efb7b6ace00e"/></dir><dir name="Protocol"><file name="Api.php" hash="8756084b6e8c4ce3ff7fddfae2cbba8f"/></dir><dir name="Sales"><dir name="Order"><file name="Invoice.php" hash="ce15847f18e76b7e1518d7584a82c818"/></dir><file name="Order.php" hash="96a77efa29eec2b85ae5817be902e91d"/><dir name="Quote"><file name="Address.php" hash="a978a502b2b5bda43d300b3327ae85f0"/><file name="Payment.php" hash="49864ede5b1ab94fc51a98b4cadc2874"/></dir></dir><dir name="Store"><file name="PaymentConfig.php" hash="fdf9db06695c1ef6a90a1695a8df58b0"/></dir><dir name="TransactionStatus"><file name="InvoiceCreate.php" hash="d15502d5794acf2a35fae589e9c60b25"/><file name="OrderConfirmation.php" hash="0ba29147ead6d943964be30c2b5aa1a6"/><file name="Reminder.php" hash="e476fbafaec9b3f2fa3d0ec5f57f6dce"/></dir></dir><dir name="Payment"><dir name="Method"><file name="Abstract.php" hash="9ddf98c48e125d3e515578e45d59b1ed"/><file name="AdvancePayment.php" hash="c165fc2cb0402478db74782a38f89ec5"/><file name="Barzahlen.php" hash="3d23679441d7910832e32589bf408ca2"/><file name="CashOnDelivery.php" hash="247d715b663369c27111ece38dfb7803"/><file name="Creditcard.php" hash="4d778e393876187bd89d1c2c3e326c98"/><file name="CreditcardIframe.php" hash="15d72c4d48b8a77d48b766d7e69f57cc"/><file name="DebitPayment.php" hash="98868e4cf9cbda62e7e193f945d3d212"/><file name="Financing.php" hash="fb7c2c1f9b417affd028f4a2ad2e324a"/><file name="Invoice.php" hash="b6dc6fd8189c61f04a440b39d72a2c61"/><file name="OnlineBankTransfer.php" hash="5f6e2a08c6f83534f15b05f95bfceb37"/><file name="SafeInvoice.php" hash="84d93f1ccf6a72134e351a534a2c14fc"/><file name="Wallet.php" hash="009d360a81b7a9527d192e4011df9749"/></dir></dir><dir name="Repository"><file name="Api.php" hash="215b63473d061699b64fbc698f95a1f7"/><file name="TransactionStatus.php" hash="24bb58d6fe90a407aa65065cdf927722"/></dir><dir name="Sales"><dir name="Quote"><dir name="Address"><dir name="Total"><file name="Fee.php" hash="3bac7e6e8f51348c8b4c55d419b4b1f5"/></dir></dir><file name="Address.php" hash="61dcd092801b9f88e0627c6d69343eeb"/></dir></dir><dir name="Service"><file name="Abstract.php" hash="9c2a7aeecb9fc0303ac20a6ddc73ae96"/><dir name="Config"><dir name="PaymentMethod"><file name="Create.php" hash="af77caf92d5d7a87f691a571d5300c34"/></dir><file name="ProtectCheck.php" hash="81e93c3cd18c39b9cf52e94374cd341c"/><file name="XmlGenerate.php" hash="6a2ea0a941738a70b7bf510d8cf22369"/></dir><dir name="Export"><file name="Collection.php" hash="ba553e1ced6fd131b725c92150e09a78"/></dir><file name="InitializeConfig.php" hash="941c42e76ab330f1f2895c026025a009"/><file name="InitializePayment.php" hash="688d23ed08cdc74797818ad84d9359cc"/><dir name="Management"><file name="GetFile.php" hash="dca7b664b32e217ab50cd88e5919b8d4"/><file name="GetInvoice.php" hash="16da5759ecfbe625633da5e1e00cfecd"/><file name="ManageMandate.php" hash="8bea957a3e67e3f611bd927263161a72"/></dir><dir name="Payment"><file name="Abstract.php" hash="78f1f27d510d88c8ffa3575b1fdd5877"/><file name="Authorize.php" hash="fa22191f012150eb5bd4ab2b183522dc"/><file name="Capture.php" hash="58bee25ef7c318f53a00d608cf16d0bf"/><file name="Debit.php" hash="4320627bc743c5ae303296417c64c232"/><file name="Genericpayment.php" hash="c1f53f413810ffec500def8743cb9c0f"/><file name="Interface.php" hash="5a6669702b6f966cdca52378e96e60d2"/><file name="Preauthorize.php" hash="b13323bc57512b9244a217dcc8106625"/></dir><dir name="Paypal"><dir name="Express"><file name="Checkout.php" hash="6445da311d049f4d014c62ce823ac7b4"/></dir></dir><dir name="Protocol"><dir name="Api"><file name="Export.php" hash="ae95ecb8c8e7b8418c8d3dd361c751c0"/></dir><dir name="TransactionStatus"><file name="Export.php" hash="1265210a4dcc3475e3cef56a70e073c2"/></dir></dir><dir name="Sales"><file name="InvoiceCreate.php" hash="84148ef78256e3daad76395fbb30e9a5"/><file name="OrderComment.php" hash="41433c126e5254b985d900f704b31ae9"/><file name="OrderConfirmation.php" hash="ea36bf39b5759943b38a7390d7242822"/><file name="OrderStatus.php" hash="fe3f8df1627c19363f21a29b4e8085f2"/></dir><dir name="Transaction"><file name="Create.php" hash="8cf60f9560de148f28da3127dc63121f"/><file name="Update.php" hash="f25e151fd02916472e7792360699a988"/></dir><dir name="TransactionStatus"><file name="Execute.php" hash="d4dff27a2cc271faaba576f9161a7f89"/><file name="Forward.php" hash="8dacb47c9a0db8e76669158aa15303b6"/><file name="Process.php" hash="be3b935bdea0b665b6ba660df1e43cb0"/><file name="StoreClearingParameters.php" hash="29f9570fb39da143e6b0edae80c126a7"/></dir><dir name="Verification"><file name="Abstract.php" hash="0fde90b0db9c18f414e5e90843f0e6ce"/><file name="AddressCheck.php" hash="b6e828cf9dc96d7e9cafae8037aa942f"/><file name="BankAccountCheck.php" hash="a78e4e65d55c07e5b6f0dd2139219a53"/><file name="Creditrating.php" hash="7dfbcaf8dbb3c11625a3a9943fa3a793"/></dir></dir><file name="Session.php" hash="938080bfc84b9a0ef6c46d0aa9e32cc6"/><dir name="System"><dir name="Config"><file name="Abstract.php" hash="3a0050936a4c51a407acca82d5290b99"/><file name="AddressCheckType.php" hash="11f0297e62f8aa723051bef05b1a1024"/><file name="AuthorizeMethod.php" hash="ab01882f7e8b685bf65c9c2cf630f8dd"/><file name="AuthorizeMethodFinancing.php" hash="4176d6fa53e5d7dc9c3e2f2cc6996450"/><file name="AvsResult.php" hash="b1e3ca79a77286e1e705501a33c13855"/><dir name="Backend"><file name="Protect.php" hash="65562d422ca71b7bac0e0157a12b7ac2"/></dir><file name="BankaccountcheckType.php" hash="f09ba1733f34eb60b17d2b0c21a4ff3b"/><file name="ClearingType.php" hash="d6c1cf6362e17ae0042612774c37483f"/><file name="CreditCardType.php" hash="a4dd68bdd7abe455c6adeb3e20e1bb55"/><file name="CreditScore.php" hash="bc54944274a9d5137c474dcf27fc91f9"/><file name="CreditratingChecktype.php" hash="985ce6d65da0281e8e99f334e980e14e"/><file name="CreditratingIntegrationEvent.php" hash="9da728646ff3eea66e6155fb4d4b4233"/><file name="CurrencyUsage.php" hash="b4884c120331479be761f61841782a8c"/><file name="FinancingType.php" hash="3ea24f49efc63b5ee37644dfd8a3c5c6"/><file name="HandleResponseError.php" hash="6c92277e38f8256f6fe7b6696107fdd2"/><file name="KlarnaCountry.php" hash="49e1a250427eb1a66da63901e47bb3e5"/><file name="MethodType.php" hash="a2bb15d6a43746cc1c87a9ee252d87ef"/><file name="Mode.php" hash="f4b7f10abd52f5b5d23873e159e4fc23"/><file name="OnlinebanktransferType.php" hash="804bf6bd18c9903519e48072ab33d1da"/><file name="OrderStatus.php" hash="929fde9dd5ed62286fdb0c3292d1544a"/><file name="PaymentMethodCode.php" hash="4505076eb78de7c4255acf230e1a2a9d"/><file name="PaymentMethodType.php" hash="a72c9d725b1f550a572828eee9b7cabb"/><file name="PersonStatus.php" hash="8d909a2f468207880d3b431dbfbfdef8"/><file name="ReminderLevel.php" hash="cac22bfaece3ccca9a51adc59efdf44b"/><file name="RequestType.php" hash="f43e32fd32329193252190746f0a8571"/><file name="ResponseType.php" hash="d6a64bbe4ea58d2126ff8d7f76795bcf"/><file name="SafeInvoiceType.php" hash="e33c155d6eb7b8b05bb2eef81c492bd4"/><file name="SepaCountry.php" hash="1d53612b26e8cc6e90f6ae8903dae50d"/><file name="Status.php" hash="2612834bc2a1ed7c43a2cc3342adf63d"/><file name="StatusTransaction.php" hash="53271af6dbe8195a8fa1e12a79a56c68"/><file name="TransactionStatus.php" hash="8c1f59103ba441a3bddbf454bc4c3129"/><file name="WalletType.php" hash="c49c188f400e808a58348716a9fa421e"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Configuration"><dir name="Wizard"><dir name="Page"><file name="PaymentController.php" hash="836c77b7dcc77cae37ae101ad28b2169"/></dir><file name="PageController.php" hash="a6565671b73edb8b30b27e325b3ee6c0"/></dir><file name="WizardController.php" hash="cfc6b411102e225a48935cee6e0c7576"/></dir><file name="InformationController.php" hash="4fbe3552aff0415f9e6e6574c7dfc080"/><dir name="Protocol"><file name="ApiController.php" hash="1af6ef54bfb5a870f482895c0fc5f769"/><file name="TransactionStatusController.php" hash="97a5933efe3633ce5c370c1e67eaa37d"/></dir><dir name="Sales"><dir name="Order"><file name="InvoiceController.php" hash="16c96795a7e9c8dd546c4c69a5568987"/></dir><file name="OrderController.php" hash="ac4a0fe89896111ea5dfff2ae01f0e90"/></dir><dir name="System"><dir name="Config"><file name="PaymentController.php" hash="47bda106aafbcbbc8a04a1da28ce136e"/></dir><file name="ConfigurationController.php" hash="0cd99975387d248d9583d6804c3c5a4c"/></dir><file name="TransactionController.php" hash="59e0e04c5ef04e28a3b781a1c2c3b412"/></dir><dir name="Checkout"><dir name="Onepage"><file name="PaymentController.php" hash="4f6ebf2adf4d7cc9a952e3ba22728bfe"/><file name="SuccessController.php" hash="1de90543c4a4fda2ad63841a5b3a5c5b"/></dir><file name="OnepageController.php" hash="5c206fbba8832d67269f480facca40a0"/></dir><file name="IframeController.php" hash="09ce9769c5b3c9aba63f11e9aafc235a"/><file name="PexpressController.php" hash="91218a86b82752c8b8614328dfc8d327"/><file name="TransactionStatusController.php" hash="8e15eb54c8e02f75bd0e32cf9993bb64"/></dir><dir name="etc"><file name="adminhtml.xml" hash="80661f3ff3f6782efad26e377413aeb3"/><file name="config.xml" hash="b69150e817393dc8c0407e5d595ed908"/><file name="system.xml" hash="4fdc07db65196c9389b4b7deed007a0f"/></dir><dir name="sql"><dir name="payone_core_setup"><file name="install-3.0.0.sql" hash="28a783cc46e235b6c13dd502651ff7e7"/><file name="mysql4-install-3.0.0.php" hash="e570826a7a6b3d94ec7a4731a1962a6f"/><file name="mysql4-upgrade-3.0.12-3.1.0.php" hash="bca5f3758f786378978834b89c29f141"/><file name="mysql4-upgrade-3.0.3-3.0.4.php" hash="864709102446d37f8b0ad1c7d7b3ab60"/><file name="mysql4-upgrade-3.0.8-3.0.9.php" hash="b8b666e1cef07ae385278a454b885d77"/><file name="mysql4-upgrade-3.1.0-3.1.1.php" hash="d7c545b39a8ec2764fdcadd6656005dd"/><file name="mysql4-upgrade-3.1.2-3.1.3.php" hash="22d8f0e22f537cec9564d177f5ebeac4"/><file name="mysql4-upgrade-3.1.3-3.1.4.php" hash="fdb019dcd5a75d24fee65d2fae768ef6"/><file name="mysql4-upgrade-3.1.4-3.1.5.php" hash="07861bdab5b1db51dcef427891c2bd5f"/><file name="mysql4-upgrade-3.1.6-3.1.7.php" hash="e3d5404bae141f641ddb0e32d28ec8a3"/><file name="mysql4-upgrade-3.1.7-3.1.8.php" hash="bde5b06ffb9d254458c03d875a22ff79"/><file name="mysql4-upgrade-3.2.1-3.2.2.php" hash="f69e68b839573bf5c69ef51d22955ab5"/><file name="mysql4-upgrade-3.2.2-3.2.3.php" hash="589d0a609cc844aadf4379f6deea2666"/><file name="mysql4-upgrade-3.2.3-3.3.0.php" hash="16cdd1b5d738cc8f038b0a96edbd766b"/><file name="mysql4-upgrade-3.3.2-3.3.3.php" hash="977a848bd6148f8337daf514f89b3302"/><file name="mysql4-upgrade-3.3.3-3.3.4.php" hash="8edde185dffd3f1340991f9374623867"/><file name="mysql4-upgrade-3.3.5-3.3.6.php" hash="6885bff5e05e198d006f918bac9677b7"/><file name="upgrade-3.0.12-3.1.0.sql" hash="bd9827b38f1a1ed0fdb049c889ceb29f"/><file name="upgrade-3.1.2-3.1.3.sql" hash="d3e3fc1f9402bb6295124f4750a476d4"/><file name="upgrade-3.1.3-3.1.4.sql" hash="b9ae52a8c4fcf6f97727b3310b6db1a2"/><file name="upgrade-3.1.4-3.1.5.sql" hash="4cc6ee67329dbaa3ad119b6d117ba9af"/><file name="upgrade-3.1.6-3.1.7.sql" hash="9839cc9c41207a4bd7608d91c5ee83a2"/><file name="upgrade-3.1.7-3.1.8.sql" hash="ac5279de707324fe4f2ea4711e6bd851"/><file name="upgrade-3.2.1-3.2.2.sql" hash="feb5a8265a5495a7a9614a79e9fa98fe"/><file name="upgrade-3.2.2-3.2.3.sql" hash="1ae4bcc6626e9a9e3179b0ae83a4b9d0"/><file name="upgrade-3.3.2-3.3.3.sql" hash="66915e375a44c6451bf5fd57b0b1b365"/><file name="upgrade-3.3.3-3.3.4.sql" hash="2342bc789add47995a6a39cfe174c607"/><file name="upgrade-3.3.5-3.3.6.sql" hash="bdf2ac5d24dd60febb128e9f8c091266"/></dir></dir></dir><dir name="Licensemanager"><dir name="Block"><dir name="Adminhtml"><dir name="Notification"><file name="Toolbar.php" hash="1541b50b2dd5b30d607706083e27b553"/><file name="Window.php" hash="3eac23541a377348c46beeaee75aa0bf"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="806cbd7cb3002984015373b728f04fd0"/></dir><dir name="Model"><file name="Observer.php" hash="944b1efc0f9a92473a5b0da0b03d5e80"/></dir><dir name="controllers"><file name="ActiveController.php" hash="70c33ad2159aa89535693ba441276444"/><dir name="Adminhtml"><file name="TestController.php" hash="f3de560bf4a3c3916d46b942f791eb8e"/></dir></dir><dir name="etc"><file name="config.xml" hash="9320d37054de0f353446be3922c850da"/></dir></dir><dir name="Migrator"><dir name="Controller"><dir name="Adminhtml"><file name="Abstract.php" hash="a8ae39e90f2b28ecf7ac97422433d5cd"/></dir></dir><dir name="Helper"><file name="Config.php" hash="4abc3ee9237fa433bc1d1d3dbfa97afc"/><file name="Data.php" hash="ebb5526d898038aa2004e6347794b478"/></dir><dir name="Model"><file name="Factory.php" hash="614bc12c240bd0c917fdc090c8018ccc"/><dir name="Mapper"><file name="Abstract.php" hash="a784a82feaf6120184bc5e53331bd519"/><dir name="Config"><file name="General.php" hash="e24eb1f80ab89b37da5bfe333e34ed05"/><file name="Payment.php" hash="37dd103a0f2ff3493a93c3ec03474671"/><file name="Protect.php" hash="7192a4e8e1789401dbb69dc4c1891ed3"/></dir></dir><dir name="Service"><file name="Abstract.php" hash="2208fd00d748f4e42470c57a90fad2a2"/><dir name="Configuration"><file name="GeneralMigrate.php" hash="044e996b5f7243086d66d85444bef05c"/><file name="PaymentMigrate.php" hash="0d65e45786eac7a4d36d00fbac7d1188"/><file name="ProtectMigrate.php" hash="1289918e3fb0f87dec2c4d3cd76ad77c"/></dir><file name="Migrate.php" hash="07b0deb7c09a313a2b337b684c76f9da"/><dir name="Sales"><file name="PaymentMigrate.php" hash="b0cb16acd822816b82009b5f648eb4f6"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="MigrationController.php" hash="7d9f458c55ee1fe5232c6d7136d86551"/><dir name="Wizard"><file name="MigrationController.php" hash="578c2b786ec293a24bce53806f16c102"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="9fb5870a66cfe557beba5b9780fcdff5"/></dir></dir></dir></dir></dir><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="payone"><dir name="core"><file name="client_api.phtml" hash="82d735b2326311446896dc12b826d6a5"/><dir name="configuration"><dir name="wizard"><file name="iframe.phtml" hash="186c008f6b31f8276a84aeb7d3c404e4"/><file name="index.phtml" hash="2deddd95d55920eff1ccc96959857b75"/><dir name="page"><file name="finish.phtml" hash="956ddfbe0e9971e647735fe4a45abf0e"/><dir name="form"><file name="container.phtml" hash="3c7287c0c40be94a1b1189a6cd7f8812"/></dir><file name="index.phtml" hash="66e73112887b5c1028fac21d5ce97c71"/><dir name="payment"><dir name="grid"><file name="container.phtml" hash="1b00428676495848907360d99697bd80"/></dir></dir><file name="store_switcher.phtml" hash="6871e556b2872ba357ea95be0c543a6a"/><dir name="view"><file name="container.phtml" hash="042d56bf10158e1944c48f788f48121e"/></dir></dir></dir></dir><file name="iframe.phtml" hash="9f74308e8b43cad2b15748b9f8368559"/><dir name="information"><file name="iframe.phtml" hash="c4e39d236151492940e32a0563a6a4b8"/></dir><dir name="payment"><dir name="method"><dir name="form"><file name="advancepayment.phtml" hash="ccba1332be108f51e27afaf713805dfe"/><file name="cashondelivery.phtml" hash="ad4e7185825b32b69ca06083c03c7a46"/><file name="creditcard.phtml" hash="2f19953067060ce6c26e3779681c38af"/><file name="debitpayment.phtml" hash="0f260a75d9948f707b03c5e1bd3960b6"/><file name="invoice.phtml" hash="b0548563fdacc3cb1757a838d2c03158"/></dir><dir name="info"><file name="advancepayment.phtml" hash="74b458367e5712c859d800b933ed95ff"/><file name="cashondelivery.phtml" hash="91f410d394f3040641468425d39a537c"/><file name="creditcard.phtml" hash="c89761dabea8e6c31b8f400586619f21"/><file name="debitpayment.phtml" hash="d6064c3b4ac949d3cd13d50da428fd75"/><file name="financing.phtml" hash="8719ffe34094d2f0ce884cb9d8ebc04a"/><file name="invoice.phtml" hash="64001ffc31c0eafb832c03edd285fc5d"/><file name="onlinebanktransfer.phtml" hash="c9a2962511e29aa68999a41f5787340f"/><file name="safe_invoice.phtml" hash="8db49727920c0bd0f8ec98d168b8803e"/><file name="wallet.phtml" hash="bd71ab9ff89f2cfa590307c9e29e0ead"/></dir><dir name="pdf"><file name="safe_invoice.phtml" hash="667afd9640f1c34c1116c1939951e8d5"/></dir></dir></dir><dir name="protocol"><dir name="api"><dir name="view"><file name="plane.phtml" hash="fcfcb586c7c92606a6c309489c878d53"/><dir name="tab"><file name="exception.phtml" hash="54d0c77b153ff41fa10391b3177fc96a"/><file name="general.phtml" hash="8d4ad5cd56d33fd7fdcf0b4ff7bc0cc9"/></dir></dir></dir><dir name="transactionstatus"><dir name="view"><file name="plane.phtml" hash="7d19a22206a2384f5972a313017e4589"/><dir name="tab"><file name="general.phtml" hash="fd318ab622c4aa2c0554d7ce81843361"/></dir></dir></dir></dir><dir name="sales"><dir name="order"><dir name="create"><file name="init.phtml" hash="468a133c8dff06c7292b6e7d4de8068f"/></dir><dir name="view"><dir name="tab"><file name="transaction.phtml" hash="4af63c9829a7bd466eafc54ae9dd889a"/></dir></dir></dir></dir><dir name="system"><dir name="config"><dir name="form"><dir name="field"><file name="array.phtml" hash="1aee5fb9b33232708fe242601e4de701"/></dir><file name="iframe.phtml" hash="67366b7e745ab1a2a1f359360df88e07"/></dir><dir name="hint"><file name="payment.phtml" hash="4b4466ca1692e274d6e5fb7987f08118"/><file name="payment_reference.phtml" hash="2497578443d7d0455e7d75e1000aed32"/><file name="protect.phtml" hash="a74b775620a7f04c9270fc2be84d8663"/></dir><dir name="payment"><dir name="grid"><file name="container.phtml" hash="952f87bb71dfd75d126e3196f863dba6"/></dir></dir><dir name="tooltip"><dir name="general"><file name="global.phtml" hash="bf390501c5f46d49e19fbad1198e41b9"/><file name="narrative_text.phtml" hash="39a12ae97238f3789ca5fb6a84fb2f8d"/><file name="parameter_invoice.phtml" hash="b8c23adab22eb1a571b4faebbabf8699"/><file name="payment_creditcard.phtml" hash="62c33af2d3ce3ac15674547f76865ed6"/><file name="status_mapping.phtml" hash="918d84d9874bba0e31f814b0f4afa8fb"/></dir><dir name="misc"><file name="creditmemo.phtml" hash="c8cd996ead752e92c2d846be336f87e7"/><file name="discount.phtml" hash="d7d0199dd43b147cb0de1c153da84b76"/><file name="email_avs.phtml" hash="9a3814369fdaf6c50ec982e492a9e6e0"/><file name="email_error.phtml" hash="ad1332058c196e799a4e6491b541edea"/><file name="shipping_costs.phtml" hash="2f454c80f83d8751ac03fa47fa577920"/><file name="transaction_status_forwarding.phtml" hash="2f38a7934acdc8690fe3e4bb2a11c716"/><file name="transactionstatus_forwarding.phtml" hash="d51ede956575e0ec46fa01278d3bf6ed"/><file name="transactionstatus_processing.phtml" hash="c50425a16765bdfeab57c50fc92652de"/></dir><dir name="payment"><file name="creditcard.phtml" hash="97b7354aab2ba7b3819454f9d61b02fb"/><file name="debit_payment.phtml" hash="ab78f96997475fbd2a479dbaea433c23"/><file name="financing.phtml" hash="b86925660a1ae2f8d538435a54287d40"/><file name="method.phtml" hash="b73fd750132f0fe30a79e0188b6f0ce6"/><file name="online_bank_transfer.phtml" hash="b375b82162e8b98c5b662206d40e050a"/><file name="safe_invoice.phtml" hash="7087e169885c5193653a5b141a22d3c4"/><file name="wallet.phtml" hash="f79baa38b5b23a55e2f890a1862b8d56"/></dir><dir name="protect"><file name="addresscheck.phtml" hash="c7c1dff4417ebfdf3ac52d3713adc947"/><file name="addresscheck_type.phtml" hash="ecad494863d2f38c5b7f66705af621f0"/><file name="creditrating.phtml" hash="c5ce65e9bea965ca34264a8e585f2c8b"/><file name="creditrating_agreement_message.phtml" hash="a664e5c7a1383b75e6c1f89d9ac6aa94"/><file name="creditrating_lifetime.phtml" hash="7ee1a92e923f8c5d52284d280ac333f2"/><file name="creditrating_type.phtml" hash="eae6bcb8c942f80d9f86b98e6f94e461"/></dir><file name="window.phtml" hash="b7de8be932ff20ab238c8882f50e4801"/></dir><file name="tooltip.phtml" hash="15f2dc92646a8d8533c7f1c1d0bb10b0"/></dir></dir><dir name="transaction"><dir name="view"><file name="plane.phtml" hash="8f4c2ef7fecfab8eb02d12b35e862b5e"/><dir name="tab"><file name="general.phtml" hash="68caff5aa8efad5e37378e9c7b739842"/></dir></dir></dir><dir name="widget"><dir name="form"><file name="container.phtml" hash="2ed5809647722a4a4358a89732100029"/></dir><dir name="view"><file name="container.phtml" hash="b750b77783092c218e3326734681c2f2"/></dir></dir></dir><dir name="licensemanager"><file name="toolbar.phtml" hash="d26c581014a5e81fe20998e78d6c4cfb"/><file name="window.phtml" hash="12d097e099fb1c7e035dfd4cf27bc364"/></dir><dir name="migrator"><dir name="migration"><file name="index.phtml" hash="e61197db7ef214108863c79ddeb9815b"/></dir></dir></dir></dir><dir name="layout"><dir name="payone"><file name="configuration.xml" hash="e27c94d22f89de34b111eb755ded3d0e"/><file name="core.xml" hash="4c2937ab9409c8cdaf0833f064288f05"/><file name="licensemanager.xml" hash="709dccc8694f15e29277243d99b40441"/><file name="migrator.xml" hash="eeb630d133aeb3f54010d9d194772c46"/><file name="transaction.xml" hash="765365f3a10d6ff526a4889c4a606153"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="payone"><dir name="core"><dir name="checkout"><file name="iframe.phtml" hash="79be84f4f010e436c7c2fc06cf914bb5"/><dir name="onepage"><file name="init.phtml" hash="5c0c3bf8d37efdbf537b5384bc34398e"/><dir name="payment"><file name="additional.phtml" hash="3882f895bd113afc428393a71f5d7ccf"/></dir><dir name="review"><file name="sepamandate.phtml" hash="0b063330ec99a140acc5c2ddf90e80c5"/></dir><dir name="success"><file name="barzahlen.phtml" hash="60d7ff39ca2b98c5a562916386ddd05e"/><file name="sepamandatepdflink.phtml" hash="79198bd920f3ad9093a7ecfa6da65718"/></dir></dir><file name="protect.phtml" hash="f99ba7707392621d73df931a3821d691"/></dir><file name="client_api.phtml" hash="1ec0b009b38dc06caa21467c3f4ffb71"/><dir name="payment"><dir name="method"><dir name="form"><file name="advancepayment.phtml" hash="53be7d1aebc234604157aa7e6dc47795"/><file name="barzahlen.phtml" hash="71eb1ad367dea958e1797f98f4b9ce91"/><file name="cashondelivery.phtml" hash="0cad47103bbd341208e6252bd8fe47d1"/><file name="creditcard.phtml" hash="be08e9f0c9586de5ac61b916d95b4904"/><file name="creditcardiframe.phtml" hash="0c15507902693573050baa191228a736"/><file name="debitpayment.phtml" hash="41845416e7669d2bba8707bfd950b192"/><dir name="financing"><file name="klarna.phtml" hash="7b15ed9ec043a973e132a382d6f85366"/></dir><file name="financing.phtml" hash="300380c002a7df80336792273676a50c"/><file name="invoice.phtml" hash="64ec86d5cdd348a80a43a713abc1f0af"/><dir name="onlinebanktransfer"><file name="bankgroup.phtml" hash="489d1ed76bfddf13680873277f114605"/></dir><file name="onlinebanktransfer.phtml" hash="a9614deb6f221ea3b88013cc85b51b9d"/><dir name="safe_invoice"><dir name="klarna"><file name="scripts.phtml" hash="c86c08b139497ae4619ac163333a4c51"/></dir><file name="klarna.phtml" hash="8f18e6818c2f4d1cd0a80a9e951ad754"/></dir><file name="safe_invoice.phtml" hash="34ac7632459b1062ceb63e256a69ae6d"/><file name="wallet.phtml" hash="32fe1f2fc914b2c11b8c3506d03e0890"/></dir><dir name="info"><file name="advancepayment.phtml" hash="611af85c9ae80aa9c702b34fc0724e79"/><file name="barzahlen.phtml" hash="70a55b0382d0c0eaf048986260b1ac0f"/><file name="cashondelivery.phtml" hash="5f369ef06729584e8bf094700877386d"/><file name="creditcard.phtml" hash="dc5ecc29deed279f93928e307c6d1ba2"/><file name="creditcardiframe.phtml" hash="491bc6e2366ad95899e6296485cd134e"/><file name="debitpayment.phtml" hash="62b9c771fc1a45d376e990bb9d3c9bd2"/><file name="financing.phtml" hash="25fec413f14104d9d589a88931a87443"/><file name="invoice.phtml" hash="64179e611f39b4b7e68cd367aecb0931"/><file name="onlinebanktransfer.phtml" hash="8480970cb94182a8e59069a5b2a6b044"/><file name="safe_invoice.phtml" hash="7195fccdfde46f248cff5dcca6e55db8"/><file name="wallet.phtml" hash="099fd47c84a62ad9510a47a24345d317"/></dir></dir></dir><dir name="paypal"><dir name="express"><file name="shortcut.phtml" hash="985799b85b94dab0ec9f036747f6b90d"/></dir></dir></dir></dir></dir><dir name="layout"><dir name="payone"><file name="core.xml" hash="b1109235cc7265bc9050a8f927e600ed"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
38
+ <compatible/>
39
+ <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
40
+ </package>
skin/adminhtml/default/default/payone/core/boxes.css CHANGED
File without changes
skin/adminhtml/default/default/payone/core/images/error_msg_icon.gif CHANGED
File without changes
skin/adminhtml/default/default/payone/core/images/favicon.png CHANGED
File without changes
skin/adminhtml/default/default/payone/core/images/help.png CHANGED
File without changes
skin/adminhtml/default/default/payone/core/images/icon_16.png CHANGED
File without changes
skin/adminhtml/default/default/payone/core/images/logoclaim.gif CHANGED
File without changes
skin/adminhtml/default/default/payone/core/images/magento_general_global.png CHANGED
File without changes
skin/adminhtml/default/default/payone/core/images/money_add.png CHANGED
File without changes
skin/adminhtml/default/default/payone/core/wizard.css CHANGED
File without changes
skin/adminhtml/default/default/payone/migrator/images/ajax-loader.gif CHANGED
File without changes
skin/adminhtml/default/default/payone/migrator/images/failure.gif CHANGED
File without changes
skin/adminhtml/default/default/payone/migrator/images/success.gif CHANGED
File without changes
skin/adminhtml/default/default/payone/migrator/migration.css CHANGED
File without changes
skin/frontend/default/default/payone/core/mandate.css CHANGED
File without changes