Version Notes
New backend setting:
1. SOFORT Banking stetes
Download this release
Release Info
Developer | Filipp Akinfiev |
Extension | mPAY24 |
Version | 1.5.1 |
Comparing to | |
See all releases |
Code changes from version 1.5.0 to 1.5.1
- app/code/community/Mpay24/Mpay24/Model/Api/MDXI.xsd +232 -117
- app/code/community/Mpay24/Mpay24/Model/Api/MPay24MagentoShop.php +2 -2
- app/code/community/Mpay24/Mpay24/Model/Api/curllog.log +187 -35
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000001.xml +0 -58
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000002.xml +0 -62
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000003.xml +0 -62
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000004.xml +0 -51
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000005.xml +0 -71
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000006.xml +0 -71
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000007.xml +0 -70
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000008.xml +0 -61
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000009.xml +0 -61
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000010.xml +0 -58
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000011.xml +0 -61
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000012.xml +0 -61
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000013.xml +0 -61
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000014.xml +0 -61
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000015.xml +0 -58
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000016.xml +0 -61
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000017.xml +0 -52
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000018.xml +0 -52
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000019.xml +0 -59
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000020.xml +0 -49
- app/code/community/Mpay24/Mpay24/Model/Api/xmls/Example_MDXI.xml +46 -46
- app/code/community/Mpay24/Mpay24/Model/Source/SOFORTState.php +35 -0
- app/code/community/Mpay24/Mpay24/controllers/PaymentController.php +9 -3
- app/code/community/Mpay24/Mpay24/etc/config.xml +4 -3
- app/code/community/Mpay24/Mpay24/etc/system.xml +12 -1
- app/code/community/Mpay24/Mpay24/sql/mpay24_setup/{mysql4-install-1.4.9.php → mysql4-install-1.5.1.php} +1 -1
- app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.4-1.5.0.php +1 -1
- app/code/community/Mpay24/Mpay24/sql/mpay24_setup/{mysql4-install-1.5.0.php → mysql4-upgrade-1.4.4-1.5.1.php} +2 -2
- app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.5-1.5.0.php +1 -1
- app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.5-1.5.1.php +53 -0
- app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.6-1.5.0.php +1 -1
- app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.6-1.5.1.php +53 -0
- app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.7-1.5.0.php +1 -1
- app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.7-1.5.1.php +53 -0
- app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.8-1.4.9.php +1 -1
- app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.8-1.5.0.php +1 -1
- app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.8-1.5.1.php +53 -0
- app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.9-1.5.0.php +1 -1
- app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.9-1.5.1.php +53 -0
- app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.5.0-1.5.1.php +53 -0
- app/design/adminhtml/default/default/template/mpay24/info/selectpayment.phtml +1 -1
- app/design/frontend/default/default/template/mpay24/form/area.phtml +1 -1
- app/design/frontend/default/default/template/mpay24/form/dropDown.phtml +1 -1
- app/design/frontend/default/default/template/mpay24/info/selectpayment.phtml +1 -1
- app/etc/modules/Mpay24_Mpay24.xml +2 -2
- app/locale/de_AT/Mpay24_Mpay24.csv +2 -1
- app/locale/de_CH/Mpay24_Mpay24.csv +2 -1
- app/locale/de_DE/Mpay24_Mpay24.csv +2 -1
- app/locale/en_US/Mpay24_Mpay24.csv +2 -1
- package.xml +7 -5
app/code/community/Mpay24/Mpay24/Model/Api/MDXI.xsd
CHANGED
@@ -1,5 +1,143 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
<xs:complexType name="AddressType">
|
4 |
<xs:sequence>
|
5 |
<xs:choice>
|
@@ -90,42 +228,18 @@
|
|
90 |
</xs:simpleType>
|
91 |
</xs:element>
|
92 |
</xs:sequence>
|
93 |
-
<xs:attribute name="Mode" use="required">
|
94 |
-
<xs:simpleType>
|
95 |
-
<xs:restriction base="xs:string">
|
96 |
-
<xs:enumeration value="ReadOnly"/>
|
97 |
-
<xs:enumeration value="ReadWrite"/>
|
98 |
-
</xs:restriction>
|
99 |
-
</xs:simpleType>
|
100 |
-
</xs:attribute>
|
101 |
</xs:complexType>
|
102 |
-
<xs:simpleType name="PriceType">
|
103 |
-
<xs:restriction base="xs:float">
|
104 |
-
<xs:pattern value="-?\d{1,9}\.\d{2}|-?\d{1,9}"/>
|
105 |
-
</xs:restriction>
|
106 |
-
</xs:simpleType>
|
107 |
-
<xs:simpleType name="CurrencyType">
|
108 |
-
<xs:restriction base="xs:string">
|
109 |
-
<xs:length value="3"/>
|
110 |
-
<xs:pattern value="[A-Z]{3}"/>
|
111 |
-
</xs:restriction>
|
112 |
-
</xs:simpleType>
|
113 |
-
<xs:simpleType name="AddressFieldType">
|
114 |
-
<xs:restriction base="xs:string">
|
115 |
-
<xs:maxLength value="50"/>
|
116 |
-
</xs:restriction>
|
117 |
-
</xs:simpleType>
|
118 |
<xs:element name="Order">
|
119 |
<xs:complexType>
|
120 |
<xs:sequence>
|
121 |
-
<xs:element name="ClientIP" minOccurs="0"
|
|
|
122 |
<xs:simpleType>
|
123 |
<xs:restriction base="xs:string">
|
124 |
-
<xs:maxLength value="
|
125 |
</xs:restriction>
|
126 |
</xs:simpleType>
|
127 |
</xs:element>
|
128 |
-
<xs:element name="UserField" type="xs:string" minOccurs="0"/>
|
129 |
<xs:element name="Tid">
|
130 |
<xs:simpleType>
|
131 |
<xs:restriction base="xs:string">
|
@@ -139,22 +253,7 @@
|
|
139 |
<xs:simpleContent>
|
140 |
<xs:extension base="xs:string">
|
141 |
<xs:attribute name="CSSName" type="xs:string"/>
|
142 |
-
<xs:attribute name="Language"
|
143 |
-
<xs:simpleType>
|
144 |
-
<xs:restriction base="xs:string">
|
145 |
-
<xs:enumeration value="EN"/>
|
146 |
-
<xs:enumeration value="DE"/>
|
147 |
-
<xs:enumeration value="BG"/>
|
148 |
-
<xs:enumeration value="FR"/>
|
149 |
-
<xs:enumeration value="HU"/>
|
150 |
-
<xs:enumeration value="NL"/>
|
151 |
-
<xs:enumeration value="ES"/>
|
152 |
-
<xs:enumeration value="IT"/>
|
153 |
-
<xs:enumeration value="CS"/>
|
154 |
-
<xs:enumeration value="HR"/>
|
155 |
-
</xs:restriction>
|
156 |
-
</xs:simpleType>
|
157 |
-
</xs:attribute>
|
158 |
</xs:extension>
|
159 |
</xs:simpleContent>
|
160 |
</xs:complexType>
|
@@ -164,59 +263,8 @@
|
|
164 |
<xs:sequence>
|
165 |
<xs:element name="Payment" maxOccurs="unbounded">
|
166 |
<xs:complexType>
|
167 |
-
<xs:attribute name="Type" use="required"
|
168 |
-
|
169 |
-
<xs:restriction base="xs:string">
|
170 |
-
<xs:enumeration value="CC"/>
|
171 |
-
<xs:enumeration value="CB"/>
|
172 |
-
<xs:enumeration value="MAESTRO"/>
|
173 |
-
<xs:enumeration value="EPS"/>
|
174 |
-
<xs:enumeration value="MIA"/>
|
175 |
-
<xs:enumeration value="PB"/>
|
176 |
-
<xs:enumeration value="PSC"/>
|
177 |
-
<xs:enumeration value="CASH-TICKET"/>
|
178 |
-
<xs:enumeration value="ELV"/>
|
179 |
-
<xs:enumeration value="QUICK"/>
|
180 |
-
<xs:enumeration value="GIROPAY"/>
|
181 |
-
<xs:enumeration value="PAYPAL"/>
|
182 |
-
<xs:enumeration value="MPASS"/>
|
183 |
-
<xs:enumeration value="BILLPAY"/>
|
184 |
-
<xs:enumeration value="INVOICE"/>
|
185 |
-
<xs:enumeration value="HP"/>
|
186 |
-
<xs:enumeration value="SAFETYPAY"/>
|
187 |
-
<xs:enumeration value="KLARNA"/>
|
188 |
-
</xs:restriction>
|
189 |
-
</xs:simpleType>
|
190 |
-
</xs:attribute>
|
191 |
-
<xs:attribute name="Brand">
|
192 |
-
<xs:simpleType>
|
193 |
-
<xs:restriction base="xs:string">
|
194 |
-
<xs:enumeration value="AMEX"/>
|
195 |
-
<xs:enumeration value="DINERS"/>
|
196 |
-
<xs:enumeration value="MASTERCARD"/>
|
197 |
-
<xs:enumeration value="VISA"/>
|
198 |
-
<xs:enumeration value="JCB"/>
|
199 |
-
<xs:enumeration value="BANK-BGLD"/>
|
200 |
-
<xs:enumeration value="BAWAG"/>
|
201 |
-
<xs:enumeration value="BA"/>
|
202 |
-
<xs:enumeration value="ERSTE"/>
|
203 |
-
<xs:enumeration value="RZB"/>
|
204 |
-
<xs:enumeration value="HYPO"/>
|
205 |
-
<xs:enumeration value="VOLKSBANK"/>
|
206 |
-
<xs:enumeration value="ARZ"/>
|
207 |
-
<xs:enumeration value="ONE"/>
|
208 |
-
<xs:enumeration value="T-MOBILE"/>
|
209 |
-
<xs:enumeration value="ORANGE"/>
|
210 |
-
<xs:enumeration value="EPS"/>
|
211 |
-
<xs:enumeration value="ATOS"/>
|
212 |
-
<xs:enumeration value="HOBEX-AT"/>
|
213 |
-
<xs:enumeration value="HOBEX-DE"/>
|
214 |
-
<xs:enumeration value="HOBEX-NL"/>
|
215 |
-
<xs:enumeration value="INVOICE"/>
|
216 |
-
<xs:enumeration value="HP"/>
|
217 |
-
</xs:restriction>
|
218 |
-
</xs:simpleType>
|
219 |
-
</xs:attribute>
|
220 |
</xs:complexType>
|
221 |
</xs:element>
|
222 |
</xs:sequence>
|
@@ -227,10 +275,28 @@
|
|
227 |
</xs:attribute>
|
228 |
</xs:complexType>
|
229 |
</xs:element>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
230 |
<xs:element name="ShoppingCart" minOccurs="0">
|
231 |
<xs:complexType>
|
232 |
<xs:sequence>
|
233 |
-
<xs:element name="Description"
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
<xs:element name="Item" minOccurs="0" maxOccurs="unbounded">
|
235 |
<xs:complexType>
|
236 |
<xs:sequence>
|
@@ -393,7 +459,7 @@
|
|
393 |
<xs:element name="Customer" minOccurs="0">
|
394 |
<xs:complexType>
|
395 |
<xs:simpleContent>
|
396 |
-
<xs:extension base="
|
397 |
<xs:attribute name="Id">
|
398 |
<xs:simpleType>
|
399 |
<xs:restriction base="xs:string">
|
@@ -409,41 +475,90 @@
|
|
409 |
<xs:element name="BillingAddr" minOccurs="0">
|
410 |
<xs:complexType>
|
411 |
<xs:complexContent>
|
412 |
-
<xs:extension base="AddressType"
|
|
|
|
|
413 |
</xs:complexContent>
|
414 |
</xs:complexType>
|
415 |
</xs:element>
|
416 |
<xs:element name="ShippingAddr" minOccurs="0">
|
417 |
<xs:complexType>
|
418 |
<xs:complexContent>
|
419 |
-
<xs:extension base="AddressType"
|
|
|
|
|
420 |
</xs:complexContent>
|
421 |
</xs:complexType>
|
422 |
</xs:element>
|
423 |
<xs:element name="URL" minOccurs="0">
|
424 |
<xs:complexType>
|
425 |
<xs:sequence>
|
426 |
-
<xs:element name="Success" type="
|
427 |
-
<xs:element name="Error" type="
|
428 |
-
<xs:element name="Confirmation" type="
|
429 |
-
<xs:element name="Cancel" type="
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
430 |
</xs:sequence>
|
431 |
</xs:complexType>
|
432 |
</xs:element>
|
433 |
</xs:sequence>
|
434 |
-
<xs:
|
435 |
-
<xs:attribute name="LogoStyle" type="xs:string"/>
|
436 |
-
<xs:attribute name="PageHeaderStyle" type="xs:string"/>
|
437 |
-
<xs:attribute name="PageCaptionStyle" type="xs:string"/>
|
438 |
-
<xs:attribute name="PageStyle" type="xs:string"/>
|
439 |
-
<xs:attribute name="InputFieldsStyle" type="xs:string"/>
|
440 |
-
<xs:attribute name="DropDownListsStyle" type="xs:string"/>
|
441 |
-
<xs:attribute name="ButtonsStyle" type="xs:string"/>
|
442 |
-
<xs:attribute name="ErrorsStyle" type="xs:string"/>
|
443 |
-
<xs:attribute name="ErrorsHeaderStyle" type="xs:string"/>
|
444 |
-
<xs:attribute name="SuccessTitleStyle" type="xs:string"/>
|
445 |
-
<xs:attribute name="ErrorTitleStyle" type="xs:string"/>
|
446 |
-
<xs:attribute name="FooterStyle" type="xs:string"/>
|
447 |
</xs:complexType>
|
448 |
</xs:element>
|
449 |
</xs:schema>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
3 |
+
<xs:simpleType name="LanguageType">
|
4 |
+
<xs:restriction base="xs:string">
|
5 |
+
<xs:enumeration value="EN"/>
|
6 |
+
<xs:enumeration value="DE"/>
|
7 |
+
<xs:enumeration value="BG"/>
|
8 |
+
<xs:enumeration value="FR"/>
|
9 |
+
<xs:enumeration value="HU"/>
|
10 |
+
<xs:enumeration value="NL"/>
|
11 |
+
<xs:enumeration value="ES"/>
|
12 |
+
<xs:enumeration value="IT"/>
|
13 |
+
<xs:enumeration value="CS"/>
|
14 |
+
<xs:enumeration value="HR"/>
|
15 |
+
<xs:enumeration value="SK"/>
|
16 |
+
<xs:enumeration value="SL"/>
|
17 |
+
<xs:enumeration value="SR"/>
|
18 |
+
<xs:enumeration value="RO"/>
|
19 |
+
<xs:enumeration value="RU"/>
|
20 |
+
<xs:enumeration value="PL"/>
|
21 |
+
<xs:enumeration value="PT"/>
|
22 |
+
<xs:enumeration value="TR"/>
|
23 |
+
<xs:enumeration value="ZH"/>
|
24 |
+
<xs:enumeration value="JA"/>
|
25 |
+
</xs:restriction>
|
26 |
+
</xs:simpleType>
|
27 |
+
<xs:simpleType name="ClientIPType">
|
28 |
+
<xs:restriction base="xs:string">
|
29 |
+
<xs:maxLength value="15"/>
|
30 |
+
<xs:pattern value="[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}"/>
|
31 |
+
</xs:restriction>
|
32 |
+
</xs:simpleType>
|
33 |
+
<xs:simpleType name="PaymentTypeType">
|
34 |
+
<xs:restriction base="xs:string">
|
35 |
+
<xs:enumeration value="CC"/>
|
36 |
+
<xs:enumeration value="CB"/>
|
37 |
+
<xs:enumeration value="MAESTRO"/>
|
38 |
+
<xs:enumeration value="EPS"/>
|
39 |
+
<xs:enumeration value="MIA"/>
|
40 |
+
<xs:enumeration value="PB"/>
|
41 |
+
<xs:enumeration value="PSC"/>
|
42 |
+
<xs:enumeration value="CASH-TICKET"/>
|
43 |
+
<xs:enumeration value="ELV"/>
|
44 |
+
<xs:enumeration value="QUICK"/>
|
45 |
+
<xs:enumeration value="GIROPAY"/>
|
46 |
+
<xs:enumeration value="PAYPAL"/>
|
47 |
+
<xs:enumeration value="MPASS"/>
|
48 |
+
<xs:enumeration value="BILLPAY"/>
|
49 |
+
<xs:enumeration value="INVOICE"/>
|
50 |
+
<xs:enumeration value="HP"/>
|
51 |
+
<xs:enumeration value="SAFETYPAY"/>
|
52 |
+
<xs:enumeration value="KLARNA"/>
|
53 |
+
<xs:enumeration value="SOFORT"/>
|
54 |
+
</xs:restriction>
|
55 |
+
</xs:simpleType>
|
56 |
+
<xs:simpleType name="PaymentBrandType">
|
57 |
+
<xs:restriction base="xs:string">
|
58 |
+
<xs:enumeration value="AMEX"/>
|
59 |
+
<xs:enumeration value="DINERS"/>
|
60 |
+
<xs:enumeration value="MASTERCARD"/>
|
61 |
+
<xs:enumeration value="VISA"/>
|
62 |
+
<xs:enumeration value="JCB"/>
|
63 |
+
<xs:enumeration value="BANK-BGLD"/>
|
64 |
+
<xs:enumeration value="BAWAG"/>
|
65 |
+
<xs:enumeration value="BA"/>
|
66 |
+
<xs:enumeration value="ERSTE"/>
|
67 |
+
<xs:enumeration value="RZB"/>
|
68 |
+
<xs:enumeration value="HYPO"/>
|
69 |
+
<xs:enumeration value="VOLKSBANK"/>
|
70 |
+
<xs:enumeration value="ARZ"/>
|
71 |
+
<xs:enumeration value="ONE"/>
|
72 |
+
<xs:enumeration value="T-MOBILE"/>
|
73 |
+
<xs:enumeration value="ORANGE"/>
|
74 |
+
<xs:enumeration value="EPS"/>
|
75 |
+
<xs:enumeration value="ATOS"/>
|
76 |
+
<xs:enumeration value="HOBEX-AT"/>
|
77 |
+
<xs:enumeration value="HOBEX-DE"/>
|
78 |
+
<xs:enumeration value="HOBEX-NL"/>
|
79 |
+
<xs:enumeration value="BILLPAY"/>
|
80 |
+
<xs:enumeration value="INVOICE"/>
|
81 |
+
<xs:enumeration value="HP"/>
|
82 |
+
</xs:restriction>
|
83 |
+
</xs:simpleType>
|
84 |
+
<xs:simpleType name="PriceType">
|
85 |
+
<xs:restriction base="xs:float">
|
86 |
+
<xs:pattern value="-?\d{1,9}\.\d{2}|-?\d{1,9}"/>
|
87 |
+
</xs:restriction>
|
88 |
+
</xs:simpleType>
|
89 |
+
<xs:simpleType name="CurrencyType">
|
90 |
+
<xs:restriction base="xs:string">
|
91 |
+
<xs:length value="3"/>
|
92 |
+
<xs:pattern value="[A-Z]{3}"/>
|
93 |
+
</xs:restriction>
|
94 |
+
</xs:simpleType>
|
95 |
+
<xs:simpleType name="AddressModeType">
|
96 |
+
<xs:restriction base="xs:string">
|
97 |
+
<xs:enumeration value="ReadOnly"/>
|
98 |
+
<xs:enumeration value="ReadWrite"/>
|
99 |
+
</xs:restriction>
|
100 |
+
</xs:simpleType>
|
101 |
+
<xs:simpleType name="AddressFieldType">
|
102 |
+
<xs:restriction base="xs:string">
|
103 |
+
<xs:maxLength value="50"/>
|
104 |
+
</xs:restriction>
|
105 |
+
</xs:simpleType>
|
106 |
+
<xs:simpleType name="CustomerType">
|
107 |
+
<xs:restriction base="xs:string">
|
108 |
+
<xs:maxLength value="50"/>
|
109 |
+
</xs:restriction>
|
110 |
+
</xs:simpleType>
|
111 |
+
<xs:simpleType name="CustomerIDType">
|
112 |
+
<xs:restriction base="xs:string">
|
113 |
+
<xs:maxLength value="32"/>
|
114 |
+
</xs:restriction>
|
115 |
+
</xs:simpleType>
|
116 |
+
<xs:simpleType name="ProfileIDType">
|
117 |
+
<xs:restriction base="xs:string">
|
118 |
+
<xs:maxLength value="12"/>
|
119 |
+
</xs:restriction>
|
120 |
+
</xs:simpleType>
|
121 |
+
<xs:simpleType name="URLType">
|
122 |
+
<xs:restriction base="xs:anyURI">
|
123 |
+
<xs:pattern value="(http://|https://).{5,2040}"/>
|
124 |
+
</xs:restriction>
|
125 |
+
</xs:simpleType>
|
126 |
+
<xs:attributeGroup name="BasicAttributes">
|
127 |
+
<xs:attribute name="Style" type="xs:string"/>
|
128 |
+
<xs:attribute name="LogoStyle" type="xs:string"/>
|
129 |
+
<xs:attribute name="PageHeaderStyle" type="xs:string"/>
|
130 |
+
<xs:attribute name="PageCaptionStyle" type="xs:string"/>
|
131 |
+
<xs:attribute name="PageStyle" type="xs:string"/>
|
132 |
+
<xs:attribute name="InputFieldsStyle" type="xs:string"/>
|
133 |
+
<xs:attribute name="DropDownListsStyle" type="xs:string"/>
|
134 |
+
<xs:attribute name="ButtonsStyle" type="xs:string"/>
|
135 |
+
<xs:attribute name="ErrorsStyle" type="xs:string"/>
|
136 |
+
<xs:attribute name="ErrorsHeaderStyle" type="xs:string"/>
|
137 |
+
<xs:attribute name="SuccessTitleStyle" type="xs:string"/>
|
138 |
+
<xs:attribute name="ErrorTitleStyle" type="xs:string"/>
|
139 |
+
<xs:attribute name="FooterStyle" type="xs:string"/>
|
140 |
+
</xs:attributeGroup>
|
141 |
<xs:complexType name="AddressType">
|
142 |
<xs:sequence>
|
143 |
<xs:choice>
|
228 |
</xs:simpleType>
|
229 |
</xs:element>
|
230 |
</xs:sequence>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
231 |
</xs:complexType>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
232 |
<xs:element name="Order">
|
233 |
<xs:complexType>
|
234 |
<xs:sequence>
|
235 |
+
<xs:element name="ClientIP" type="ClientIPType" minOccurs="0"/>
|
236 |
+
<xs:element name="UserField" minOccurs="0">
|
237 |
<xs:simpleType>
|
238 |
<xs:restriction base="xs:string">
|
239 |
+
<xs:maxLength value="255"/>
|
240 |
</xs:restriction>
|
241 |
</xs:simpleType>
|
242 |
</xs:element>
|
|
|
243 |
<xs:element name="Tid">
|
244 |
<xs:simpleType>
|
245 |
<xs:restriction base="xs:string">
|
253 |
<xs:simpleContent>
|
254 |
<xs:extension base="xs:string">
|
255 |
<xs:attribute name="CSSName" type="xs:string"/>
|
256 |
+
<xs:attribute name="Language" type="LanguageType"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
257 |
</xs:extension>
|
258 |
</xs:simpleContent>
|
259 |
</xs:complexType>
|
263 |
<xs:sequence>
|
264 |
<xs:element name="Payment" maxOccurs="unbounded">
|
265 |
<xs:complexType>
|
266 |
+
<xs:attribute name="Type" type="PaymentTypeType" use="required"/>
|
267 |
+
<xs:attribute name="Brand" type="PaymentBrandType"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
268 |
</xs:complexType>
|
269 |
</xs:element>
|
270 |
</xs:sequence>
|
275 |
</xs:attribute>
|
276 |
</xs:complexType>
|
277 |
</xs:element>
|
278 |
+
<xs:element name="PaymentProfiles" minOccurs="0">
|
279 |
+
<xs:complexType>
|
280 |
+
<xs:sequence>
|
281 |
+
<xs:element name="ProfileID" type="ProfileIDType" maxOccurs="unbounded"/>
|
282 |
+
</xs:sequence>
|
283 |
+
<xs:attribute name="Enable" type="xs:boolean" default="true">
|
284 |
+
<xs:annotation>
|
285 |
+
<xs:documentation>Enable or disable specified customer payment profiles</xs:documentation>
|
286 |
+
</xs:annotation>
|
287 |
+
</xs:attribute>
|
288 |
+
</xs:complexType>
|
289 |
+
</xs:element>
|
290 |
<xs:element name="ShoppingCart" minOccurs="0">
|
291 |
<xs:complexType>
|
292 |
<xs:sequence>
|
293 |
+
<xs:element name="Description" minOccurs="0">
|
294 |
+
<xs:simpleType>
|
295 |
+
<xs:restriction base="xs:string">
|
296 |
+
<xs:maxLength value="255"/>
|
297 |
+
</xs:restriction>
|
298 |
+
</xs:simpleType>
|
299 |
+
</xs:element>
|
300 |
<xs:element name="Item" minOccurs="0" maxOccurs="unbounded">
|
301 |
<xs:complexType>
|
302 |
<xs:sequence>
|
459 |
<xs:element name="Customer" minOccurs="0">
|
460 |
<xs:complexType>
|
461 |
<xs:simpleContent>
|
462 |
+
<xs:extension base="CustomerType">
|
463 |
<xs:attribute name="Id">
|
464 |
<xs:simpleType>
|
465 |
<xs:restriction base="xs:string">
|
475 |
<xs:element name="BillingAddr" minOccurs="0">
|
476 |
<xs:complexType>
|
477 |
<xs:complexContent>
|
478 |
+
<xs:extension base="AddressType">
|
479 |
+
<xs:attribute name="Mode" type="AddressModeType" use="required"/>
|
480 |
+
</xs:extension>
|
481 |
</xs:complexContent>
|
482 |
</xs:complexType>
|
483 |
</xs:element>
|
484 |
<xs:element name="ShippingAddr" minOccurs="0">
|
485 |
<xs:complexType>
|
486 |
<xs:complexContent>
|
487 |
+
<xs:extension base="AddressType">
|
488 |
+
<xs:attribute name="Mode" type="AddressModeType" use="required"/>
|
489 |
+
</xs:extension>
|
490 |
</xs:complexContent>
|
491 |
</xs:complexType>
|
492 |
</xs:element>
|
493 |
<xs:element name="URL" minOccurs="0">
|
494 |
<xs:complexType>
|
495 |
<xs:sequence>
|
496 |
+
<xs:element name="Success" type="URLType" minOccurs="0"/>
|
497 |
+
<xs:element name="Error" type="URLType" minOccurs="0"/>
|
498 |
+
<xs:element name="Confirmation" type="URLType" minOccurs="0"/>
|
499 |
+
<xs:element name="Cancel" type="URLType" minOccurs="0"/>
|
500 |
+
</xs:sequence>
|
501 |
+
</xs:complexType>
|
502 |
+
</xs:element>
|
503 |
+
</xs:sequence>
|
504 |
+
<xs:attributeGroup ref="BasicAttributes"/>
|
505 |
+
</xs:complexType>
|
506 |
+
</xs:element>
|
507 |
+
<xs:element name="Profile">
|
508 |
+
<xs:complexType>
|
509 |
+
<xs:sequence>
|
510 |
+
<xs:element name="ClientIP" type="ClientIPType" minOccurs="0"/>
|
511 |
+
<xs:element name="TemplateSet" minOccurs="0">
|
512 |
+
<xs:complexType>
|
513 |
+
<xs:simpleContent>
|
514 |
+
<xs:extension base="xs:string">
|
515 |
+
<xs:attribute name="CSSName" type="xs:string"/>
|
516 |
+
<xs:attribute name="Language" type="LanguageType"/>
|
517 |
+
</xs:extension>
|
518 |
+
</xs:simpleContent>
|
519 |
+
</xs:complexType>
|
520 |
+
</xs:element>
|
521 |
+
<xs:element name="PaymentTypes" minOccurs="0">
|
522 |
+
<xs:complexType>
|
523 |
+
<xs:sequence>
|
524 |
+
<xs:element name="Payment" maxOccurs="unbounded">
|
525 |
+
<xs:complexType>
|
526 |
+
<xs:attribute name="Type" type="PaymentTypeType" use="required"/>
|
527 |
+
<xs:attribute name="Brand" type="PaymentBrandType"/>
|
528 |
+
</xs:complexType>
|
529 |
+
</xs:element>
|
530 |
+
</xs:sequence>
|
531 |
+
<xs:attribute name="Enable" type="xs:boolean" default="true">
|
532 |
+
<xs:annotation>
|
533 |
+
<xs:documentation>Enable or disable the specified payment types</xs:documentation>
|
534 |
+
</xs:annotation>
|
535 |
+
</xs:attribute>
|
536 |
+
</xs:complexType>
|
537 |
+
</xs:element>
|
538 |
+
<xs:element name="CustomerID">
|
539 |
+
<xs:complexType>
|
540 |
+
<xs:simpleContent>
|
541 |
+
<xs:extension base="CustomerIDType">
|
542 |
+
<xs:attribute name="ProfileID" type="ProfileIDType">
|
543 |
+
<xs:annotation>
|
544 |
+
<xs:documentation>Should be set to update an existing profile</xs:documentation>
|
545 |
+
</xs:annotation>
|
546 |
+
</xs:attribute>
|
547 |
+
</xs:extension>
|
548 |
+
</xs:simpleContent>
|
549 |
+
</xs:complexType>
|
550 |
+
</xs:element>
|
551 |
+
<xs:element name="BillingAddr" type="AddressType" minOccurs="0"/>
|
552 |
+
<xs:element name="URL" minOccurs="0">
|
553 |
+
<xs:complexType>
|
554 |
+
<xs:sequence>
|
555 |
+
<xs:element name="Success" type="URLType" minOccurs="0"/>
|
556 |
+
<xs:element name="Cancel" type="URLType" minOccurs="0"/>
|
557 |
</xs:sequence>
|
558 |
</xs:complexType>
|
559 |
</xs:element>
|
560 |
</xs:sequence>
|
561 |
+
<xs:attributeGroup ref="BasicAttributes"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
562 |
</xs:complexType>
|
563 |
</xs:element>
|
564 |
</xs:schema>
|
app/code/community/Mpay24/Mpay24/Model/Api/MPay24MagentoShop.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @author support@mpay24.com
|
4 |
-
* @version $Id: MPay24MagentoShop.php
|
5 |
* @filesource test.php
|
6 |
* @license http://ec.europa.eu/idabc/eupl.html EUPL, Version 1.1
|
7 |
*/
|
@@ -20,7 +20,7 @@ class MPay24MagentoShop extends MPay24Shop {
|
|
20 |
|
21 |
const CANCEL_URL = 'mpay24/payment/cancel';
|
22 |
|
23 |
-
const MAGENTO_VERSION = "Magento 1.
|
24 |
|
25 |
var $tid;
|
26 |
var $price;
|
1 |
<?php
|
2 |
/**
|
3 |
* @author support@mpay24.com
|
4 |
+
* @version $Id: MPay24MagentoShop.php 25 2014-06-24 15:33:56Z sapolhei $
|
5 |
* @filesource test.php
|
6 |
* @license http://ec.europa.eu/idabc/eupl.html EUPL, Version 1.1
|
7 |
*/
|
20 |
|
21 |
const CANCEL_URL = 'mpay24/payment/cancel';
|
22 |
|
23 |
+
const MAGENTO_VERSION = "Magento 1.5.1 ";
|
24 |
|
25 |
var $tid;
|
26 |
var $price;
|
app/code/community/Mpay24/Mpay24/Model/Api/curllog.log
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
*
|
2 |
-
* Trying
|
3 |
-
*
|
4 |
-
* Connected to test.mpay24.com (213.164.23.169) port 443 (#0)
|
5 |
* successfully set certificate verify locations:
|
6 |
-
* CAfile:
|
7 |
-
CApath:
|
8 |
-
* SSL connection using DHE-RSA-AES256-GCM-SHA384
|
9 |
* Server certificate:
|
10 |
* subject: OU=Domain Control Validated; OU=Provided by EUNETIC GmbH; OU=EuropeanSSL Single; CN=test.mpay24.com
|
11 |
* start date: 2013-05-13 00:00:00 GMT
|
@@ -15,37 +14,128 @@
|
|
15 |
* SSL certificate verify ok.
|
16 |
* Server auth using Basic with user 'u99999'
|
17 |
> POST /app/bin/etpproxy_v15 HTTP/1.1
|
18 |
-
Authorization: Basic
|
19 |
-
User-Agent:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
Host: test.mpay24.com
|
21 |
Accept: */*
|
22 |
-
Content-Length:
|
23 |
Content-Type: application/x-www-form-urlencoded
|
24 |
Expect: 100-continue
|
25 |
|
26 |
-
* additional stuff not fine transfer.c:1037: 0 0
|
27 |
-
* HTTP 1.1 or later with persistent connection, pipelining supported
|
28 |
< HTTP/1.1 100 Continue
|
29 |
-
* additional stuff not fine transfer.c:1037: 0 0
|
30 |
-
* additional stuff not fine transfer.c:1037: 0 0
|
31 |
-
* additional stuff not fine transfer.c:1037: 0 0
|
32 |
-
* HTTP 1.1 or later with persistent connection, pipelining supported
|
33 |
< HTTP/1.1 200 OK
|
34 |
-
< Date: Tue,
|
35 |
-
|
|
|
36 |
< Content-Length: 594
|
37 |
< Content-Type: text/xml; charset=utf-8
|
38 |
<
|
39 |
-
* Connection #
|
40 |
-
*
|
41 |
-
*
|
42 |
-
* Trying
|
43 |
-
*
|
44 |
-
* Connected to test.mpay24.com (213.164.23.169) port 443 (#0)
|
45 |
* successfully set certificate verify locations:
|
46 |
-
* CAfile:
|
47 |
-
CApath:
|
48 |
-
* SSL connection using DHE-RSA-AES256-GCM-SHA384
|
49 |
* Server certificate:
|
50 |
* subject: OU=Domain Control Validated; OU=Provided by EUNETIC GmbH; OU=EuropeanSSL Single; CN=test.mpay24.com
|
51 |
* start date: 2013-05-13 00:00:00 GMT
|
@@ -55,7 +145,7 @@ Expect: 100-continue
|
|
55 |
* SSL certificate verify ok.
|
56 |
* Server auth using Basic with user 'u99999'
|
57 |
> POST /app/bin/etpproxy_v15 HTTP/1.1
|
58 |
-
Authorization: Basic
|
59 |
User-Agent: mPAY24 PHP API $Rev: 9 $ ($Date:: 2013-10-29 #$)
|
60 |
Host: test.mpay24.com
|
61 |
Accept: */*
|
@@ -63,13 +153,75 @@ Content-Length: 448
|
|
63 |
Content-Type: application/x-www-form-urlencoded
|
64 |
|
65 |
* upload completely sent off: 448 out of 448 bytes
|
66 |
-
* additional stuff not fine transfer.c:1037: 0 0
|
67 |
-
* HTTP 1.1 or later with persistent connection, pipelining supported
|
68 |
< HTTP/1.1 200 OK
|
69 |
-
< Date: Tue,
|
70 |
-
|
71 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
< Content-Type: text/xml; charset=utf-8
|
73 |
<
|
74 |
-
* Connection #
|
75 |
-
* Closing connection #0
|
1 |
+
* Hostname was NOT found in DNS cache
|
2 |
+
* Trying 192.168.10.14...
|
3 |
+
* Connected to test.mpay24.com (192.168.10.14) port 443 (#5)
|
|
|
4 |
* successfully set certificate verify locations:
|
5 |
+
* CAfile: E:\Users\sadrian\workspace\anna-2\magento_module\app\code\community\Mpay24\Mpay24\Model\Api/cacert.pem
|
6 |
+
CApath: none
|
7 |
+
* SSL connection using TLSv1.2 / DHE-RSA-AES256-GCM-SHA384
|
8 |
* Server certificate:
|
9 |
* subject: OU=Domain Control Validated; OU=Provided by EUNETIC GmbH; OU=EuropeanSSL Single; CN=test.mpay24.com
|
10 |
* start date: 2013-05-13 00:00:00 GMT
|
14 |
* SSL certificate verify ok.
|
15 |
* Server auth using Basic with user 'u99999'
|
16 |
> POST /app/bin/etpproxy_v15 HTTP/1.1
|
17 |
+
Authorization: Basic dTk5OTk5OlZhcm5hLjMwMTIyMDEx
|
18 |
+
User-Agent: mPAY24 PHP API $Rev: 9 $ ($Date:: 2013-10-29 #$)
|
19 |
+
Host: test.mpay24.com
|
20 |
+
Accept: */*
|
21 |
+
Content-Length: 423
|
22 |
+
Content-Type: application/x-www-form-urlencoded
|
23 |
+
|
24 |
+
* upload completely sent off: 423 out of 423 bytes
|
25 |
+
< HTTP/1.1 200 OK
|
26 |
+
< Date: Tue, 24 Jun 2014 14:17:52 GMT
|
27 |
+
* Server is not blacklisted
|
28 |
+
< Server:
|
29 |
+
< Content-Length: 2367
|
30 |
+
< Content-Type: text/xml; charset=utf-8
|
31 |
+
<
|
32 |
+
* Connection #5 to host test.mpay24.com left intact
|
33 |
+
* Hostname was found in DNS cache
|
34 |
+
* Hostname in DNS cache was stale, zapped
|
35 |
+
* Trying 192.168.10.14...
|
36 |
+
* Connected to test.mpay24.com (192.168.10.14) port 443 (#6)
|
37 |
+
* successfully set certificate verify locations:
|
38 |
+
* CAfile: E:\Users\sadrian\workspace\anna-2\magento_module\app\code\community\Mpay24\Mpay24\Model\Api/cacert.pem
|
39 |
+
CApath: none
|
40 |
+
* SSL connection using TLSv1.2 / DHE-RSA-AES256-GCM-SHA384
|
41 |
+
* Server certificate:
|
42 |
+
* subject: OU=Domain Control Validated; OU=Provided by EUNETIC GmbH; OU=EuropeanSSL Single; CN=test.mpay24.com
|
43 |
+
* start date: 2013-05-13 00:00:00 GMT
|
44 |
+
* expire date: 2015-05-13 23:59:59 GMT
|
45 |
+
* subjectAltName: test.mpay24.com matched
|
46 |
+
* issuer: C=DE; O=EUNETIC GmbH; CN=EuropeanSSL Server CA
|
47 |
+
* SSL certificate verify ok.
|
48 |
+
* Server auth using Basic with user 'u99999'
|
49 |
+
> POST /app/bin/etpproxy_v15 HTTP/1.1
|
50 |
+
Authorization: Basic dTk5OTk5OlZhcm5hLjMwMTIyMDEx
|
51 |
+
User-Agent: mPAY24 PHP API $Rev: 9 $ ($Date:: 2013-10-29 #$)
|
52 |
+
Host: test.mpay24.com
|
53 |
+
Accept: */*
|
54 |
+
Content-Length: 423
|
55 |
+
Content-Type: application/x-www-form-urlencoded
|
56 |
+
|
57 |
+
* upload completely sent off: 423 out of 423 bytes
|
58 |
+
< HTTP/1.1 200 OK
|
59 |
+
< Date: Tue, 24 Jun 2014 14:25:48 GMT
|
60 |
+
* Server is not blacklisted
|
61 |
+
< Server:
|
62 |
+
< Content-Length: 2367
|
63 |
+
< Content-Type: text/xml; charset=utf-8
|
64 |
+
<
|
65 |
+
* Connection #6 to host test.mpay24.com left intact
|
66 |
+
* Hostname was found in DNS cache
|
67 |
+
* Trying 192.168.10.14...
|
68 |
+
* Connected to test.mpay24.com (192.168.10.14) port 443 (#7)
|
69 |
+
* successfully set certificate verify locations:
|
70 |
+
* CAfile: E:\Users\sadrian\workspace\anna-2\magento_module\app\code\community\Mpay24\Mpay24\Model\Api/cacert.pem
|
71 |
+
CApath: none
|
72 |
+
* SSL connection using TLSv1.2 / DHE-RSA-AES256-GCM-SHA384
|
73 |
+
* Server certificate:
|
74 |
+
* subject: OU=Domain Control Validated; OU=Provided by EUNETIC GmbH; OU=EuropeanSSL Single; CN=test.mpay24.com
|
75 |
+
* start date: 2013-05-13 00:00:00 GMT
|
76 |
+
* expire date: 2015-05-13 23:59:59 GMT
|
77 |
+
* subjectAltName: test.mpay24.com matched
|
78 |
+
* issuer: C=DE; O=EUNETIC GmbH; CN=EuropeanSSL Server CA
|
79 |
+
* SSL certificate verify ok.
|
80 |
+
* Server auth using Basic with user 'u99999'
|
81 |
+
> POST /app/bin/etpproxy_v15 HTTP/1.1
|
82 |
+
Authorization: Basic dTk5OTk5OlZhcm5hLjMwMTIyMDEx
|
83 |
+
User-Agent: mPAY24 PHP API $Rev: 9 $ ($Date:: 2013-10-29 #$)
|
84 |
+
Host: test.mpay24.com
|
85 |
+
Accept: */*
|
86 |
+
Content-Length: 423
|
87 |
+
Content-Type: application/x-www-form-urlencoded
|
88 |
+
|
89 |
+
* upload completely sent off: 423 out of 423 bytes
|
90 |
+
< HTTP/1.1 200 OK
|
91 |
+
< Date: Tue, 24 Jun 2014 14:26:03 GMT
|
92 |
+
* Server is not blacklisted
|
93 |
+
< Server:
|
94 |
+
< Content-Length: 2367
|
95 |
+
< Content-Type: text/xml; charset=utf-8
|
96 |
+
<
|
97 |
+
* Connection #7 to host test.mpay24.com left intact
|
98 |
+
* Hostname was NOT found in DNS cache
|
99 |
+
* Trying 192.168.10.14...
|
100 |
+
* Connected to test.mpay24.com (192.168.10.14) port 443 (#12)
|
101 |
+
* successfully set certificate verify locations:
|
102 |
+
* CAfile: E:\Users\sadrian\workspace\anna-2\magento_module\app\code\community\Mpay24\Mpay24\Model\Api/cacert.pem
|
103 |
+
CApath: none
|
104 |
+
* SSL connection using TLSv1.2 / DHE-RSA-AES256-GCM-SHA384
|
105 |
+
* Server certificate:
|
106 |
+
* subject: OU=Domain Control Validated; OU=Provided by EUNETIC GmbH; OU=EuropeanSSL Single; CN=test.mpay24.com
|
107 |
+
* start date: 2013-05-13 00:00:00 GMT
|
108 |
+
* expire date: 2015-05-13 23:59:59 GMT
|
109 |
+
* subjectAltName: test.mpay24.com matched
|
110 |
+
* issuer: C=DE; O=EUNETIC GmbH; CN=EuropeanSSL Server CA
|
111 |
+
* SSL certificate verify ok.
|
112 |
+
* Server auth using Basic with user 'u99999'
|
113 |
+
> POST /app/bin/etpproxy_v15 HTTP/1.1
|
114 |
+
Authorization: Basic dTk5OTk5OlZhcm5hLjMwMTIyMDEx
|
115 |
+
User-Agent: Magento v. 1.9.0.1 - Module v. Magento 1.5.1
|
116 |
Host: test.mpay24.com
|
117 |
Accept: */*
|
118 |
+
Content-Length: 2647
|
119 |
Content-Type: application/x-www-form-urlencoded
|
120 |
Expect: 100-continue
|
121 |
|
|
|
|
|
122 |
< HTTP/1.1 100 Continue
|
|
|
|
|
|
|
|
|
123 |
< HTTP/1.1 200 OK
|
124 |
+
< Date: Tue, 24 Jun 2014 15:07:14 GMT
|
125 |
+
* Server is not blacklisted
|
126 |
+
< Server:
|
127 |
< Content-Length: 594
|
128 |
< Content-Type: text/xml; charset=utf-8
|
129 |
<
|
130 |
+
* Connection #12 to host test.mpay24.com left intact
|
131 |
+
* Hostname was found in DNS cache
|
132 |
+
* Hostname in DNS cache was stale, zapped
|
133 |
+
* Trying 192.168.10.14...
|
134 |
+
* Connected to test.mpay24.com (192.168.10.14) port 443 (#14)
|
|
|
135 |
* successfully set certificate verify locations:
|
136 |
+
* CAfile: E:\Users\sadrian\workspace\anna-2\magento_module\app\code\community\Mpay24\Mpay24\Model\Api/cacert.pem
|
137 |
+
CApath: none
|
138 |
+
* SSL connection using TLSv1.2 / DHE-RSA-AES256-GCM-SHA384
|
139 |
* Server certificate:
|
140 |
* subject: OU=Domain Control Validated; OU=Provided by EUNETIC GmbH; OU=EuropeanSSL Single; CN=test.mpay24.com
|
141 |
* start date: 2013-05-13 00:00:00 GMT
|
145 |
* SSL certificate verify ok.
|
146 |
* Server auth using Basic with user 'u99999'
|
147 |
> POST /app/bin/etpproxy_v15 HTTP/1.1
|
148 |
+
Authorization: Basic dTk5OTk5OlZhcm5hLjMwMTIyMDEx
|
149 |
User-Agent: mPAY24 PHP API $Rev: 9 $ ($Date:: 2013-10-29 #$)
|
150 |
Host: test.mpay24.com
|
151 |
Accept: */*
|
153 |
Content-Type: application/x-www-form-urlencoded
|
154 |
|
155 |
* upload completely sent off: 448 out of 448 bytes
|
|
|
|
|
156 |
< HTTP/1.1 200 OK
|
157 |
+
< Date: Tue, 24 Jun 2014 15:09:24 GMT
|
158 |
+
* Server is not blacklisted
|
159 |
+
< Server:
|
160 |
+
< Content-Length: 2664
|
161 |
+
< Content-Type: text/xml; charset=utf-8
|
162 |
+
<
|
163 |
+
* Connection #14 to host test.mpay24.com left intact
|
164 |
+
* Hostname was found in DNS cache
|
165 |
+
* Trying 192.168.10.14...
|
166 |
+
* Connected to test.mpay24.com (192.168.10.14) port 443 (#15)
|
167 |
+
* successfully set certificate verify locations:
|
168 |
+
* CAfile: E:\Users\sadrian\workspace\anna-2\magento_module\app\code\community\Mpay24\Mpay24\Model\Api/cacert.pem
|
169 |
+
CApath: none
|
170 |
+
* SSL connection using TLSv1.2 / DHE-RSA-AES256-GCM-SHA384
|
171 |
+
* Server certificate:
|
172 |
+
* subject: OU=Domain Control Validated; OU=Provided by EUNETIC GmbH; OU=EuropeanSSL Single; CN=test.mpay24.com
|
173 |
+
* start date: 2013-05-13 00:00:00 GMT
|
174 |
+
* expire date: 2015-05-13 23:59:59 GMT
|
175 |
+
* subjectAltName: test.mpay24.com matched
|
176 |
+
* issuer: C=DE; O=EUNETIC GmbH; CN=EuropeanSSL Server CA
|
177 |
+
* SSL certificate verify ok.
|
178 |
+
* Server auth using Basic with user 'u99999'
|
179 |
+
> POST /app/bin/etpproxy_v15 HTTP/1.1
|
180 |
+
Authorization: Basic dTk5OTk5OlZhcm5hLjMwMTIyMDEx
|
181 |
+
User-Agent: mPAY24 PHP API $Rev: 9 $ ($Date:: 2013-10-29 #$)
|
182 |
+
Host: test.mpay24.com
|
183 |
+
Accept: */*
|
184 |
+
Content-Length: 524
|
185 |
+
Content-Type: application/x-www-form-urlencoded
|
186 |
+
|
187 |
+
* upload completely sent off: 524 out of 524 bytes
|
188 |
+
< HTTP/1.1 200 OK
|
189 |
+
< Date: Tue, 24 Jun 2014 15:09:30 GMT
|
190 |
+
* Server is not blacklisted
|
191 |
+
< Server:
|
192 |
+
< Content-Length: 582
|
193 |
+
< Content-Type: text/xml; charset=utf-8
|
194 |
+
<
|
195 |
+
* Connection #15 to host test.mpay24.com left intact
|
196 |
+
* Hostname was found in DNS cache
|
197 |
+
* Trying 192.168.10.14...
|
198 |
+
* Connected to test.mpay24.com (192.168.10.14) port 443 (#16)
|
199 |
+
* successfully set certificate verify locations:
|
200 |
+
* CAfile: E:\Users\sadrian\workspace\anna-2\magento_module\app\code\community\Mpay24\Mpay24\Model\Api/cacert.pem
|
201 |
+
CApath: none
|
202 |
+
* SSL connection using TLSv1.2 / DHE-RSA-AES256-GCM-SHA384
|
203 |
+
* Server certificate:
|
204 |
+
* subject: OU=Domain Control Validated; OU=Provided by EUNETIC GmbH; OU=EuropeanSSL Single; CN=test.mpay24.com
|
205 |
+
* start date: 2013-05-13 00:00:00 GMT
|
206 |
+
* expire date: 2015-05-13 23:59:59 GMT
|
207 |
+
* subjectAltName: test.mpay24.com matched
|
208 |
+
* issuer: C=DE; O=EUNETIC GmbH; CN=EuropeanSSL Server CA
|
209 |
+
* SSL certificate verify ok.
|
210 |
+
* Server auth using Basic with user 'u99999'
|
211 |
+
> POST /app/bin/etpproxy_v15 HTTP/1.1
|
212 |
+
Authorization: Basic dTk5OTk5OlZhcm5hLjMwMTIyMDEx
|
213 |
+
User-Agent: mPAY24 PHP API $Rev: 9 $ ($Date:: 2013-10-29 #$)
|
214 |
+
Host: test.mpay24.com
|
215 |
+
Accept: */*
|
216 |
+
Content-Length: 454
|
217 |
+
Content-Type: application/x-www-form-urlencoded
|
218 |
+
|
219 |
+
* upload completely sent off: 454 out of 454 bytes
|
220 |
+
< HTTP/1.1 200 OK
|
221 |
+
< Date: Tue, 24 Jun 2014 15:10:25 GMT
|
222 |
+
* Server is not blacklisted
|
223 |
+
< Server:
|
224 |
+
< Content-Length: 2664
|
225 |
< Content-Type: text/xml; charset=utf-8
|
226 |
<
|
227 |
+
* Connection #16 to host test.mpay24.com left intact
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000001.xml
DELETED
@@ -1,58 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000001_2013-11-11</UserField>
|
5 |
-
<Tid>100000001</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<ShoppingCart>
|
8 |
-
<Item>
|
9 |
-
<Number>1</Number>
|
10 |
-
<ProductNr>1112</ProductNr>
|
11 |
-
<Description>Chair</Description>
|
12 |
-
<Package/>
|
13 |
-
<Quantity>2</Quantity>
|
14 |
-
<ItemPrice>129.99</ItemPrice>
|
15 |
-
<Price>259.98</Price>
|
16 |
-
</Item>
|
17 |
-
<Item>
|
18 |
-
<Number>2</Number>
|
19 |
-
<ProductNr>1111</ProductNr>
|
20 |
-
<Description>Ottoman</Description>
|
21 |
-
<Package/>
|
22 |
-
<Quantity>1</Quantity>
|
23 |
-
<ItemPrice>299.99</ItemPrice>
|
24 |
-
<Price>299.99</Price>
|
25 |
-
</Item>
|
26 |
-
<SubTotal>559.97</SubTotal>
|
27 |
-
<ShippingCosts Header="Flat Rate - Fixed">15.00</ShippingCosts>
|
28 |
-
</ShoppingCart>
|
29 |
-
<Price>574.97</Price>
|
30 |
-
<Currency>EUR</Currency>
|
31 |
-
<Customer Id="2">Max Musterman</Customer>
|
32 |
-
<BillingAddr Mode="ReadOnly">
|
33 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
34 |
-
<Street>Teststraße 123</Street>
|
35 |
-
<Street2>Tür Nr 5</Street2>
|
36 |
-
<Zip>1234</Zip>
|
37 |
-
<City>Wien</City>
|
38 |
-
<Country Code="AT"/>
|
39 |
-
<Email>sapolhei@hotmail.com</Email>
|
40 |
-
<Phone>0043123456789</Phone>
|
41 |
-
</BillingAddr>
|
42 |
-
<ShippingAddr Mode="ReadOnly">
|
43 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
44 |
-
<Street>Teststraße 123</Street>
|
45 |
-
<Street2>Tür Nr 5</Street2>
|
46 |
-
<Zip>1234</Zip>
|
47 |
-
<City>Wien</City>
|
48 |
-
<Country Code="AT"/>
|
49 |
-
<Email>sapolhei@hotmail.com</Email>
|
50 |
-
<Phone>0043123456789</Phone>
|
51 |
-
</ShippingAddr>
|
52 |
-
<URL>
|
53 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000001</Success>
|
54 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000001</Error>
|
55 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
56 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000001</Cancel>
|
57 |
-
</URL>
|
58 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000002.xml
DELETED
@@ -1,62 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000002_2013-11-12</UserField>
|
5 |
-
<Tid>100000002</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<PaymentTypes Enable="true">
|
8 |
-
<Payment Type="KLARNA" Brand="INVOICE"/>
|
9 |
-
</PaymentTypes>
|
10 |
-
<ShoppingCart>
|
11 |
-
<Item>
|
12 |
-
<Number>1</Number>
|
13 |
-
<ProductNr>1112</ProductNr>
|
14 |
-
<Description>Chair</Description>
|
15 |
-
<Package/>
|
16 |
-
<Quantity>4</Quantity>
|
17 |
-
<ItemPrice>129.99</ItemPrice>
|
18 |
-
<Price>519.96</Price>
|
19 |
-
</Item>
|
20 |
-
<Item>
|
21 |
-
<Number>2</Number>
|
22 |
-
<ProductNr>1111</ProductNr>
|
23 |
-
<Description>Ottoman</Description>
|
24 |
-
<Package/>
|
25 |
-
<Quantity>2</Quantity>
|
26 |
-
<ItemPrice>299.99</ItemPrice>
|
27 |
-
<Price>599.98</Price>
|
28 |
-
</Item>
|
29 |
-
<SubTotal>1119.94</SubTotal>
|
30 |
-
<ShippingCosts Header="Flat Rate - Fixed">30.00</ShippingCosts>
|
31 |
-
<ShippingCosts Header="Zahlungsgebühr (Absoluten Wert)">6.00</ShippingCosts>
|
32 |
-
</ShoppingCart>
|
33 |
-
<Price>1155.94</Price>
|
34 |
-
<Currency>EUR</Currency>
|
35 |
-
<Customer Id="2">Max Musterman</Customer>
|
36 |
-
<BillingAddr Mode="ReadOnly">
|
37 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
38 |
-
<Street>Teststraße 123</Street>
|
39 |
-
<Street2>Tür Nr 5</Street2>
|
40 |
-
<Zip>1234</Zip>
|
41 |
-
<City>Wien</City>
|
42 |
-
<Country Code="AT"/>
|
43 |
-
<Email>sapolhei@hotmail.com</Email>
|
44 |
-
<Phone>0043123456789</Phone>
|
45 |
-
</BillingAddr>
|
46 |
-
<ShippingAddr Mode="ReadOnly">
|
47 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
48 |
-
<Street>Teststraße 123</Street>
|
49 |
-
<Street2>Tür Nr 5</Street2>
|
50 |
-
<Zip>1234</Zip>
|
51 |
-
<City>Wien</City>
|
52 |
-
<Country Code="AT"/>
|
53 |
-
<Email>sapolhei@hotmail.com</Email>
|
54 |
-
<Phone>0043123456789</Phone>
|
55 |
-
</ShippingAddr>
|
56 |
-
<URL>
|
57 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000002</Success>
|
58 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000002</Error>
|
59 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
60 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000002</Cancel>
|
61 |
-
</URL>
|
62 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000003.xml
DELETED
@@ -1,62 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000003_2013-11-12</UserField>
|
5 |
-
<Tid>100000003</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<PaymentTypes Enable="true">
|
8 |
-
<Payment Type="CC" Brand="VISA"/>
|
9 |
-
</PaymentTypes>
|
10 |
-
<ShoppingCart>
|
11 |
-
<Item>
|
12 |
-
<Number>1</Number>
|
13 |
-
<ProductNr>1112</ProductNr>
|
14 |
-
<Description>Chair</Description>
|
15 |
-
<Package/>
|
16 |
-
<Quantity>4</Quantity>
|
17 |
-
<ItemPrice>129.99</ItemPrice>
|
18 |
-
<Price>519.96</Price>
|
19 |
-
</Item>
|
20 |
-
<Item>
|
21 |
-
<Number>2</Number>
|
22 |
-
<ProductNr>1111</ProductNr>
|
23 |
-
<Description>Ottoman</Description>
|
24 |
-
<Package/>
|
25 |
-
<Quantity>2</Quantity>
|
26 |
-
<ItemPrice>299.99</ItemPrice>
|
27 |
-
<Price>599.98</Price>
|
28 |
-
</Item>
|
29 |
-
<SubTotal>1119.94</SubTotal>
|
30 |
-
<ShippingCosts Header="Flat Rate - Fixed">30.00</ShippingCosts>
|
31 |
-
<ShippingCosts Header="Zahlungsgebühr (2%)">22.40</ShippingCosts>
|
32 |
-
</ShoppingCart>
|
33 |
-
<Price>1172.34</Price>
|
34 |
-
<Currency>EUR</Currency>
|
35 |
-
<Customer Id="2">Max Musterman</Customer>
|
36 |
-
<BillingAddr Mode="ReadOnly">
|
37 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
38 |
-
<Street>Teststraße 123</Street>
|
39 |
-
<Street2>Tür Nr 5</Street2>
|
40 |
-
<Zip>1234</Zip>
|
41 |
-
<City>Wien</City>
|
42 |
-
<Country Code="AT"/>
|
43 |
-
<Email>sapolhei@hotmail.com</Email>
|
44 |
-
<Phone>0043123456789</Phone>
|
45 |
-
</BillingAddr>
|
46 |
-
<ShippingAddr Mode="ReadOnly">
|
47 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
48 |
-
<Street>Teststraße 123</Street>
|
49 |
-
<Street2>Tür Nr 5</Street2>
|
50 |
-
<Zip>1234</Zip>
|
51 |
-
<City>Wien</City>
|
52 |
-
<Country Code="AT"/>
|
53 |
-
<Email>sapolhei@hotmail.com</Email>
|
54 |
-
<Phone>0043123456789</Phone>
|
55 |
-
</ShippingAddr>
|
56 |
-
<URL>
|
57 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000003</Success>
|
58 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000003</Error>
|
59 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
60 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000003</Cancel>
|
61 |
-
</URL>
|
62 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000004.xml
DELETED
@@ -1,51 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>91.119.59.34</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000004_2013-11-13</UserField>
|
5 |
-
<Tid>100000004</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<PaymentTypes Enable="true">
|
8 |
-
<Payment Type="CC" Brand="VISA"/>
|
9 |
-
</PaymentTypes>
|
10 |
-
<ShoppingCart>
|
11 |
-
<Item>
|
12 |
-
<Number>1</Number>
|
13 |
-
<ProductNr>nine_4</ProductNr>
|
14 |
-
<Description>Nine West Women's Lucero Pump</Description>
|
15 |
-
<Package/>
|
16 |
-
<Quantity>1</Quantity>
|
17 |
-
<ItemPrice>89.99</ItemPrice>
|
18 |
-
<Price>89.99</Price>
|
19 |
-
</Item>
|
20 |
-
<SubTotal>89.99</SubTotal>
|
21 |
-
<ShippingCosts Header="Flat Rate - Fixed">5.00</ShippingCosts>
|
22 |
-
<ShippingCosts Header="Zahlungsgebühr (2%)">1.80</ShippingCosts>
|
23 |
-
</ShoppingCart>
|
24 |
-
<Price>96.79</Price>
|
25 |
-
<Currency>EUR</Currency>
|
26 |
-
<Customer Id="3">P Z</Customer>
|
27 |
-
<BillingAddr Mode="ReadOnly">
|
28 |
-
<Name Birthday="1970-01-01">P Z</Name>
|
29 |
-
<Street>Teststr 1</Street>
|
30 |
-
<Zip>1234</Zip>
|
31 |
-
<City>Testhausen</City>
|
32 |
-
<Country Code="AT"/>
|
33 |
-
<Email>hallodriho@gmail.com</Email>
|
34 |
-
<Phone>0123456789</Phone>
|
35 |
-
</BillingAddr>
|
36 |
-
<ShippingAddr Mode="ReadOnly">
|
37 |
-
<Name Birthday="1970-01-01">P Z</Name>
|
38 |
-
<Street>Teststr 1</Street>
|
39 |
-
<Zip>1234</Zip>
|
40 |
-
<City>Testhausen</City>
|
41 |
-
<Country Code="AT"/>
|
42 |
-
<Email>hallodriho@gmail.com</Email>
|
43 |
-
<Phone>0123456789</Phone>
|
44 |
-
</ShippingAddr>
|
45 |
-
<URL>
|
46 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/guestsuccess/?tid=100000004</Success>
|
47 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000004</Error>
|
48 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
49 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000004</Cancel>
|
50 |
-
</URL>
|
51 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000005.xml
DELETED
@@ -1,71 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000005_2013-11-13</UserField>
|
5 |
-
<Tid>100000005</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<PaymentTypes Enable="true">
|
8 |
-
<Payment Type="CC" Brand="VISA"/>
|
9 |
-
</PaymentTypes>
|
10 |
-
<ShoppingCart>
|
11 |
-
<Item>
|
12 |
-
<Number>1</Number>
|
13 |
-
<ProductNr>1112</ProductNr>
|
14 |
-
<Description>Chair</Description>
|
15 |
-
<Package/>
|
16 |
-
<Quantity>8</Quantity>
|
17 |
-
<ItemPrice>129.99</ItemPrice>
|
18 |
-
<Price>1039.92</Price>
|
19 |
-
</Item>
|
20 |
-
<Item>
|
21 |
-
<Number>2</Number>
|
22 |
-
<ProductNr>1111</ProductNr>
|
23 |
-
<Description>Ottoman</Description>
|
24 |
-
<Package/>
|
25 |
-
<Quantity>4</Quantity>
|
26 |
-
<ItemPrice>299.99</ItemPrice>
|
27 |
-
<Price>1199.96</Price>
|
28 |
-
</Item>
|
29 |
-
<Item>
|
30 |
-
<Number>3</Number>
|
31 |
-
<ProductNr>n2610</ProductNr>
|
32 |
-
<Description>Nokia 2610 Phone</Description>
|
33 |
-
<Package/>
|
34 |
-
<Quantity>1</Quantity>
|
35 |
-
<ItemPrice>149.99</ItemPrice>
|
36 |
-
<Price>149.99</Price>
|
37 |
-
</Item>
|
38 |
-
<SubTotal>2389.87</SubTotal>
|
39 |
-
<ShippingCosts Header="Flat Rate - Fixed">65.00</ShippingCosts>
|
40 |
-
<ShippingCosts Header="Zahlungsgebühr (2%)">47.80</ShippingCosts>
|
41 |
-
</ShoppingCart>
|
42 |
-
<Price>2502.67</Price>
|
43 |
-
<Currency>EUR</Currency>
|
44 |
-
<Customer Id="2">Max Musterman</Customer>
|
45 |
-
<BillingAddr Mode="ReadOnly">
|
46 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
47 |
-
<Street>Teststraße 123</Street>
|
48 |
-
<Street2>Tür Nr 5</Street2>
|
49 |
-
<Zip>1234</Zip>
|
50 |
-
<City>Wien</City>
|
51 |
-
<Country Code="AT"/>
|
52 |
-
<Email>sapolhei@hotmail.com</Email>
|
53 |
-
<Phone>0043123456789</Phone>
|
54 |
-
</BillingAddr>
|
55 |
-
<ShippingAddr Mode="ReadOnly">
|
56 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
57 |
-
<Street>Teststraße 123</Street>
|
58 |
-
<Street2>Tür Nr 5</Street2>
|
59 |
-
<Zip>1234</Zip>
|
60 |
-
<City>Wien</City>
|
61 |
-
<Country Code="AT"/>
|
62 |
-
<Email>sapolhei@hotmail.com</Email>
|
63 |
-
<Phone>0043123456789</Phone>
|
64 |
-
</ShippingAddr>
|
65 |
-
<URL>
|
66 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000005</Success>
|
67 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000005</Error>
|
68 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
69 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000005</Cancel>
|
70 |
-
</URL>
|
71 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000006.xml
DELETED
@@ -1,71 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000006_2013-11-13</UserField>
|
5 |
-
<Tid>100000006</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<PaymentTypes Enable="true">
|
8 |
-
<Payment Type="CC" Brand="MASTERCARD"/>
|
9 |
-
</PaymentTypes>
|
10 |
-
<ShoppingCart>
|
11 |
-
<Item>
|
12 |
-
<Number>1</Number>
|
13 |
-
<ProductNr>1112</ProductNr>
|
14 |
-
<Description>Chair</Description>
|
15 |
-
<Package/>
|
16 |
-
<Quantity>8</Quantity>
|
17 |
-
<ItemPrice>129.99</ItemPrice>
|
18 |
-
<Price>1039.92</Price>
|
19 |
-
</Item>
|
20 |
-
<Item>
|
21 |
-
<Number>2</Number>
|
22 |
-
<ProductNr>1111</ProductNr>
|
23 |
-
<Description>Ottoman</Description>
|
24 |
-
<Package/>
|
25 |
-
<Quantity>4</Quantity>
|
26 |
-
<ItemPrice>299.99</ItemPrice>
|
27 |
-
<Price>1199.96</Price>
|
28 |
-
</Item>
|
29 |
-
<Item>
|
30 |
-
<Number>3</Number>
|
31 |
-
<ProductNr>n2610</ProductNr>
|
32 |
-
<Description>Nokia 2610 Phone</Description>
|
33 |
-
<Package/>
|
34 |
-
<Quantity>1</Quantity>
|
35 |
-
<ItemPrice>149.99</ItemPrice>
|
36 |
-
<Price>149.99</Price>
|
37 |
-
</Item>
|
38 |
-
<SubTotal>2389.87</SubTotal>
|
39 |
-
<ShippingCosts Header="Flat Rate - Fixed">65.00</ShippingCosts>
|
40 |
-
<ShippingCosts Header="Zahlungsgebühr (1%)">23.90</ShippingCosts>
|
41 |
-
</ShoppingCart>
|
42 |
-
<Price>2478.77</Price>
|
43 |
-
<Currency>EUR</Currency>
|
44 |
-
<Customer Id="2">Max Musterman</Customer>
|
45 |
-
<BillingAddr Mode="ReadOnly">
|
46 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
47 |
-
<Street>Teststraße 123</Street>
|
48 |
-
<Street2>Tür Nr 5</Street2>
|
49 |
-
<Zip>1234</Zip>
|
50 |
-
<City>Wien</City>
|
51 |
-
<Country Code="AT"/>
|
52 |
-
<Email>sapolhei@hotmail.com</Email>
|
53 |
-
<Phone>0043123456789</Phone>
|
54 |
-
</BillingAddr>
|
55 |
-
<ShippingAddr Mode="ReadOnly">
|
56 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
57 |
-
<Street>Teststraße 123</Street>
|
58 |
-
<Street2>Tür Nr 5</Street2>
|
59 |
-
<Zip>1234</Zip>
|
60 |
-
<City>Wien</City>
|
61 |
-
<Country Code="AT"/>
|
62 |
-
<Email>sapolhei@hotmail.com</Email>
|
63 |
-
<Phone>0043123456789</Phone>
|
64 |
-
</ShippingAddr>
|
65 |
-
<URL>
|
66 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000006</Success>
|
67 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000006</Error>
|
68 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
69 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000006</Cancel>
|
70 |
-
</URL>
|
71 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000007.xml
DELETED
@@ -1,70 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000007_2013-11-13</UserField>
|
5 |
-
<Tid>100000007</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<PaymentTypes Enable="true">
|
8 |
-
<Payment Type="CC" Brand="VISA"/>
|
9 |
-
</PaymentTypes>
|
10 |
-
<ShoppingCart>
|
11 |
-
<Item>
|
12 |
-
<Number>1</Number>
|
13 |
-
<ProductNr>1112</ProductNr>
|
14 |
-
<Description>Chair</Description>
|
15 |
-
<Package/>
|
16 |
-
<Quantity>8</Quantity>
|
17 |
-
<ItemPrice>129.99</ItemPrice>
|
18 |
-
<Price>1039.92</Price>
|
19 |
-
</Item>
|
20 |
-
<Item>
|
21 |
-
<Number>2</Number>
|
22 |
-
<ProductNr>1111</ProductNr>
|
23 |
-
<Description>Ottoman</Description>
|
24 |
-
<Package/>
|
25 |
-
<Quantity>4</Quantity>
|
26 |
-
<ItemPrice>299.99</ItemPrice>
|
27 |
-
<Price>1199.96</Price>
|
28 |
-
</Item>
|
29 |
-
<Item>
|
30 |
-
<Number>3</Number>
|
31 |
-
<ProductNr>n2610</ProductNr>
|
32 |
-
<Description>Nokia 2610 Phone</Description>
|
33 |
-
<Package/>
|
34 |
-
<Quantity>1</Quantity>
|
35 |
-
<ItemPrice>149.99</ItemPrice>
|
36 |
-
<Price>149.99</Price>
|
37 |
-
</Item>
|
38 |
-
<SubTotal>2389.87</SubTotal>
|
39 |
-
<ShippingCosts Header="Flat Rate - Fixed">65.00</ShippingCosts>
|
40 |
-
</ShoppingCart>
|
41 |
-
<Price>2454.87</Price>
|
42 |
-
<Currency>EUR</Currency>
|
43 |
-
<Customer Id="2">Max Musterman</Customer>
|
44 |
-
<BillingAddr Mode="ReadOnly">
|
45 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
46 |
-
<Street>Teststraße 123</Street>
|
47 |
-
<Street2>Tür Nr 5</Street2>
|
48 |
-
<Zip>1234</Zip>
|
49 |
-
<City>Wien</City>
|
50 |
-
<Country Code="AT"/>
|
51 |
-
<Email>sapolhei@hotmail.com</Email>
|
52 |
-
<Phone>0043123456789</Phone>
|
53 |
-
</BillingAddr>
|
54 |
-
<ShippingAddr Mode="ReadOnly">
|
55 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
56 |
-
<Street>Teststraße 123</Street>
|
57 |
-
<Street2>Tür Nr 5</Street2>
|
58 |
-
<Zip>1234</Zip>
|
59 |
-
<City>Wien</City>
|
60 |
-
<Country Code="AT"/>
|
61 |
-
<Email>sapolhei@hotmail.com</Email>
|
62 |
-
<Phone>0043123456789</Phone>
|
63 |
-
</ShippingAddr>
|
64 |
-
<URL>
|
65 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000007</Success>
|
66 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000007</Error>
|
67 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
68 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000007</Cancel>
|
69 |
-
</URL>
|
70 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000008.xml
DELETED
@@ -1,61 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000008_2013-11-14</UserField>
|
5 |
-
<Tid>100000008</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<PaymentTypes Enable="true">
|
8 |
-
<Payment Type="CC" Brand="VISA"/>
|
9 |
-
</PaymentTypes>
|
10 |
-
<ShoppingCart>
|
11 |
-
<Item>
|
12 |
-
<Number>1</Number>
|
13 |
-
<ProductNr>1112</ProductNr>
|
14 |
-
<Description>Chair</Description>
|
15 |
-
<Package/>
|
16 |
-
<Quantity>4</Quantity>
|
17 |
-
<ItemPrice>129.99</ItemPrice>
|
18 |
-
<Price>519.96</Price>
|
19 |
-
</Item>
|
20 |
-
<Item>
|
21 |
-
<Number>2</Number>
|
22 |
-
<ProductNr>1111</ProductNr>
|
23 |
-
<Description>Ottoman</Description>
|
24 |
-
<Package/>
|
25 |
-
<Quantity>2</Quantity>
|
26 |
-
<ItemPrice>299.99</ItemPrice>
|
27 |
-
<Price>599.98</Price>
|
28 |
-
</Item>
|
29 |
-
<SubTotal>1119.94</SubTotal>
|
30 |
-
<ShippingCosts Header="Flat Rate - Fixed">30.00</ShippingCosts>
|
31 |
-
</ShoppingCart>
|
32 |
-
<Price>1149.94</Price>
|
33 |
-
<Currency>EUR</Currency>
|
34 |
-
<Customer Id="2">Max Musterman</Customer>
|
35 |
-
<BillingAddr Mode="ReadWrite">
|
36 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
37 |
-
<Street>Teststraße 123</Street>
|
38 |
-
<Street2>Tür Nr 5</Street2>
|
39 |
-
<Zip>1234</Zip>
|
40 |
-
<City>Wien</City>
|
41 |
-
<Country Code="AT"/>
|
42 |
-
<Email>sapolhei@hotmail.com</Email>
|
43 |
-
<Phone>0043123456789</Phone>
|
44 |
-
</BillingAddr>
|
45 |
-
<ShippingAddr Mode="ReadOnly">
|
46 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
47 |
-
<Street>Teststraße 123</Street>
|
48 |
-
<Street2>Tür Nr 5</Street2>
|
49 |
-
<Zip>1234</Zip>
|
50 |
-
<City>Wien</City>
|
51 |
-
<Country Code="AT"/>
|
52 |
-
<Email>sapolhei@hotmail.com</Email>
|
53 |
-
<Phone>0043123456789</Phone>
|
54 |
-
</ShippingAddr>
|
55 |
-
<URL>
|
56 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000008</Success>
|
57 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000008</Error>
|
58 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
59 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000008</Cancel>
|
60 |
-
</URL>
|
61 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000009.xml
DELETED
@@ -1,61 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000009_2013-11-14</UserField>
|
5 |
-
<Tid>100000009</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<PaymentTypes Enable="true">
|
8 |
-
<Payment Type="CC" Brand="VISA"/>
|
9 |
-
</PaymentTypes>
|
10 |
-
<ShoppingCart>
|
11 |
-
<Item>
|
12 |
-
<Number>1</Number>
|
13 |
-
<ProductNr>1112</ProductNr>
|
14 |
-
<Description>Chair</Description>
|
15 |
-
<Package/>
|
16 |
-
<Quantity>4</Quantity>
|
17 |
-
<ItemPrice>129.99</ItemPrice>
|
18 |
-
<Price>519.96</Price>
|
19 |
-
</Item>
|
20 |
-
<Item>
|
21 |
-
<Number>2</Number>
|
22 |
-
<ProductNr>1111</ProductNr>
|
23 |
-
<Description>Ottoman</Description>
|
24 |
-
<Package/>
|
25 |
-
<Quantity>2</Quantity>
|
26 |
-
<ItemPrice>299.99</ItemPrice>
|
27 |
-
<Price>599.98</Price>
|
28 |
-
</Item>
|
29 |
-
<SubTotal>1119.94</SubTotal>
|
30 |
-
<ShippingCosts Header="Flat Rate - Fixed">30.00</ShippingCosts>
|
31 |
-
</ShoppingCart>
|
32 |
-
<Price>1149.94</Price>
|
33 |
-
<Currency>EUR</Currency>
|
34 |
-
<Customer Id="2">Max Musterman</Customer>
|
35 |
-
<BillingAddr Mode="ReadWrite">
|
36 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
37 |
-
<Street>Teststraße 123</Street>
|
38 |
-
<Street2>Tür Nr 5</Street2>
|
39 |
-
<Zip>1234</Zip>
|
40 |
-
<City>Wien</City>
|
41 |
-
<Country Code="AT"/>
|
42 |
-
<Email>sapolhei@hotmail.com</Email>
|
43 |
-
<Phone>0043123456789</Phone>
|
44 |
-
</BillingAddr>
|
45 |
-
<ShippingAddr Mode="ReadOnly">
|
46 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
47 |
-
<Street>Teststraße 123</Street>
|
48 |
-
<Street2>Tür Nr 5</Street2>
|
49 |
-
<Zip>1234</Zip>
|
50 |
-
<City>Wien</City>
|
51 |
-
<Country Code="AT"/>
|
52 |
-
<Email>sapolhei@hotmail.com</Email>
|
53 |
-
<Phone>0043123456789</Phone>
|
54 |
-
</ShippingAddr>
|
55 |
-
<URL>
|
56 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000009</Success>
|
57 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000009</Error>
|
58 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
59 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000009</Cancel>
|
60 |
-
</URL>
|
61 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000010.xml
DELETED
@@ -1,58 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000010_2013-11-14</UserField>
|
5 |
-
<Tid>100000010</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<ShoppingCart>
|
8 |
-
<Item>
|
9 |
-
<Number>1</Number>
|
10 |
-
<ProductNr>1112</ProductNr>
|
11 |
-
<Description>Chair</Description>
|
12 |
-
<Package/>
|
13 |
-
<Quantity>4</Quantity>
|
14 |
-
<ItemPrice>129.99</ItemPrice>
|
15 |
-
<Price>519.96</Price>
|
16 |
-
</Item>
|
17 |
-
<Item>
|
18 |
-
<Number>2</Number>
|
19 |
-
<ProductNr>1111</ProductNr>
|
20 |
-
<Description>Ottoman</Description>
|
21 |
-
<Package/>
|
22 |
-
<Quantity>2</Quantity>
|
23 |
-
<ItemPrice>299.99</ItemPrice>
|
24 |
-
<Price>599.98</Price>
|
25 |
-
</Item>
|
26 |
-
<SubTotal>1119.94</SubTotal>
|
27 |
-
<ShippingCosts Header="Flat Rate - Fixed">30.00</ShippingCosts>
|
28 |
-
</ShoppingCart>
|
29 |
-
<Price>1149.94</Price>
|
30 |
-
<Currency>EUR</Currency>
|
31 |
-
<Customer Id="2">Max Musterman</Customer>
|
32 |
-
<BillingAddr Mode="ReadWrite">
|
33 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
34 |
-
<Street>Teststraße 123</Street>
|
35 |
-
<Street2>Tür Nr 5</Street2>
|
36 |
-
<Zip>1234</Zip>
|
37 |
-
<City>Wien</City>
|
38 |
-
<Country Code="AT"/>
|
39 |
-
<Email>sapolhei@hotmail.com</Email>
|
40 |
-
<Phone>0043123456789</Phone>
|
41 |
-
</BillingAddr>
|
42 |
-
<ShippingAddr Mode="ReadOnly">
|
43 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
44 |
-
<Street>Teststraße 123</Street>
|
45 |
-
<Street2>Tür Nr 5</Street2>
|
46 |
-
<Zip>1234</Zip>
|
47 |
-
<City>Wien</City>
|
48 |
-
<Country Code="AT"/>
|
49 |
-
<Email>sapolhei@hotmail.com</Email>
|
50 |
-
<Phone>0043123456789</Phone>
|
51 |
-
</ShippingAddr>
|
52 |
-
<URL>
|
53 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000010</Success>
|
54 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000010</Error>
|
55 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
56 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000010</Cancel>
|
57 |
-
</URL>
|
58 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000011.xml
DELETED
@@ -1,61 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000011_2013-11-14</UserField>
|
5 |
-
<Tid>100000011</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<PaymentTypes Enable="true">
|
8 |
-
<Payment Type="CC" Brand="VISA"/>
|
9 |
-
</PaymentTypes>
|
10 |
-
<ShoppingCart>
|
11 |
-
<Item>
|
12 |
-
<Number>1</Number>
|
13 |
-
<ProductNr>1112</ProductNr>
|
14 |
-
<Description>Chair</Description>
|
15 |
-
<Package/>
|
16 |
-
<Quantity>4</Quantity>
|
17 |
-
<ItemPrice>129.99</ItemPrice>
|
18 |
-
<Price>519.96</Price>
|
19 |
-
</Item>
|
20 |
-
<Item>
|
21 |
-
<Number>2</Number>
|
22 |
-
<ProductNr>1111</ProductNr>
|
23 |
-
<Description>Ottoman</Description>
|
24 |
-
<Package/>
|
25 |
-
<Quantity>2</Quantity>
|
26 |
-
<ItemPrice>299.99</ItemPrice>
|
27 |
-
<Price>599.98</Price>
|
28 |
-
</Item>
|
29 |
-
<SubTotal>1119.94</SubTotal>
|
30 |
-
<ShippingCosts Header="Flat Rate - Fixed">30.00</ShippingCosts>
|
31 |
-
</ShoppingCart>
|
32 |
-
<Price>1149.94</Price>
|
33 |
-
<Currency>EUR</Currency>
|
34 |
-
<Customer Id="2">Max Musterman</Customer>
|
35 |
-
<BillingAddr Mode="ReadWrite">
|
36 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
37 |
-
<Street>Teststraße 123</Street>
|
38 |
-
<Street2>Tür Nr 5</Street2>
|
39 |
-
<Zip>1234</Zip>
|
40 |
-
<City>Wien</City>
|
41 |
-
<Country Code="AT"/>
|
42 |
-
<Email>sapolhei@hotmail.com</Email>
|
43 |
-
<Phone>0043123456789</Phone>
|
44 |
-
</BillingAddr>
|
45 |
-
<ShippingAddr Mode="ReadOnly">
|
46 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
47 |
-
<Street>Teststraße 123</Street>
|
48 |
-
<Street2>Tür Nr 5</Street2>
|
49 |
-
<Zip>1234</Zip>
|
50 |
-
<City>Wien</City>
|
51 |
-
<Country Code="AT"/>
|
52 |
-
<Email>sapolhei@hotmail.com</Email>
|
53 |
-
<Phone>0043123456789</Phone>
|
54 |
-
</ShippingAddr>
|
55 |
-
<URL>
|
56 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000011</Success>
|
57 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000011</Error>
|
58 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
59 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000011</Cancel>
|
60 |
-
</URL>
|
61 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000012.xml
DELETED
@@ -1,61 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000012_2013-11-14</UserField>
|
5 |
-
<Tid>100000012</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<PaymentTypes Enable="true">
|
8 |
-
<Payment Type="CC" Brand="VISA"/>
|
9 |
-
</PaymentTypes>
|
10 |
-
<ShoppingCart>
|
11 |
-
<Item>
|
12 |
-
<Number>1</Number>
|
13 |
-
<ProductNr>1112</ProductNr>
|
14 |
-
<Description>Chair</Description>
|
15 |
-
<Package/>
|
16 |
-
<Quantity>4</Quantity>
|
17 |
-
<ItemPrice>129.99</ItemPrice>
|
18 |
-
<Price>519.96</Price>
|
19 |
-
</Item>
|
20 |
-
<Item>
|
21 |
-
<Number>2</Number>
|
22 |
-
<ProductNr>1111</ProductNr>
|
23 |
-
<Description>Ottoman</Description>
|
24 |
-
<Package/>
|
25 |
-
<Quantity>2</Quantity>
|
26 |
-
<ItemPrice>299.99</ItemPrice>
|
27 |
-
<Price>599.98</Price>
|
28 |
-
</Item>
|
29 |
-
<SubTotal>1119.94</SubTotal>
|
30 |
-
<ShippingCosts Header="Flat Rate - Fixed">30.00</ShippingCosts>
|
31 |
-
</ShoppingCart>
|
32 |
-
<Price>1149.94</Price>
|
33 |
-
<Currency>EUR</Currency>
|
34 |
-
<Customer Id="2">Max Musterman</Customer>
|
35 |
-
<BillingAddr Mode="ReadWrite">
|
36 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
37 |
-
<Street>Teststraße 123</Street>
|
38 |
-
<Street2>Tür Nr 5</Street2>
|
39 |
-
<Zip>1234</Zip>
|
40 |
-
<City>Wien</City>
|
41 |
-
<Country Code="AT"/>
|
42 |
-
<Email>sapolhei@hotmail.com</Email>
|
43 |
-
<Phone>0043123456789</Phone>
|
44 |
-
</BillingAddr>
|
45 |
-
<ShippingAddr Mode="ReadOnly">
|
46 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
47 |
-
<Street>Teststraße 123</Street>
|
48 |
-
<Street2>Tür Nr 5</Street2>
|
49 |
-
<Zip>1234</Zip>
|
50 |
-
<City>Wien</City>
|
51 |
-
<Country Code="AT"/>
|
52 |
-
<Email>sapolhei@hotmail.com</Email>
|
53 |
-
<Phone>0043123456789</Phone>
|
54 |
-
</ShippingAddr>
|
55 |
-
<URL>
|
56 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000012</Success>
|
57 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000012</Error>
|
58 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
59 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000012</Cancel>
|
60 |
-
</URL>
|
61 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000013.xml
DELETED
@@ -1,61 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000013_2013-11-14</UserField>
|
5 |
-
<Tid>100000013</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<PaymentTypes Enable="true">
|
8 |
-
<Payment Type="CC" Brand="VISA"/>
|
9 |
-
</PaymentTypes>
|
10 |
-
<ShoppingCart>
|
11 |
-
<Item>
|
12 |
-
<Number>1</Number>
|
13 |
-
<ProductNr>1112</ProductNr>
|
14 |
-
<Description>Chair</Description>
|
15 |
-
<Package/>
|
16 |
-
<Quantity>4</Quantity>
|
17 |
-
<ItemPrice>129.99</ItemPrice>
|
18 |
-
<Price>519.96</Price>
|
19 |
-
</Item>
|
20 |
-
<Item>
|
21 |
-
<Number>2</Number>
|
22 |
-
<ProductNr>1111</ProductNr>
|
23 |
-
<Description>Ottoman</Description>
|
24 |
-
<Package/>
|
25 |
-
<Quantity>2</Quantity>
|
26 |
-
<ItemPrice>299.99</ItemPrice>
|
27 |
-
<Price>599.98</Price>
|
28 |
-
</Item>
|
29 |
-
<SubTotal>1119.94</SubTotal>
|
30 |
-
<ShippingCosts Header="Flat Rate - Fixed">30.00</ShippingCosts>
|
31 |
-
</ShoppingCart>
|
32 |
-
<Price>1149.94</Price>
|
33 |
-
<Currency>EUR</Currency>
|
34 |
-
<Customer Id="2">Max Musterman</Customer>
|
35 |
-
<BillingAddr Mode="ReadWrite">
|
36 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
37 |
-
<Street>Teststraße 123</Street>
|
38 |
-
<Street2>Tür Nr 5</Street2>
|
39 |
-
<Zip>1234</Zip>
|
40 |
-
<City>Wien</City>
|
41 |
-
<Country Code="AT"/>
|
42 |
-
<Email>sapolhei@hotmail.com</Email>
|
43 |
-
<Phone>0043123456789</Phone>
|
44 |
-
</BillingAddr>
|
45 |
-
<ShippingAddr Mode="ReadOnly">
|
46 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
47 |
-
<Street>Teststraße 123</Street>
|
48 |
-
<Street2>Tür Nr 5</Street2>
|
49 |
-
<Zip>1234</Zip>
|
50 |
-
<City>Wien</City>
|
51 |
-
<Country Code="AT"/>
|
52 |
-
<Email>sapolhei@hotmail.com</Email>
|
53 |
-
<Phone>0043123456789</Phone>
|
54 |
-
</ShippingAddr>
|
55 |
-
<URL>
|
56 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000013</Success>
|
57 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000013</Error>
|
58 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
59 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000013</Cancel>
|
60 |
-
</URL>
|
61 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000014.xml
DELETED
@@ -1,61 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000014_2013-11-19</UserField>
|
5 |
-
<Tid>100000014</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<PaymentTypes Enable="true">
|
8 |
-
<Payment Type="EPS"/>
|
9 |
-
</PaymentTypes>
|
10 |
-
<ShoppingCart>
|
11 |
-
<Item>
|
12 |
-
<Number>1</Number>
|
13 |
-
<ProductNr>1112</ProductNr>
|
14 |
-
<Description>Chair</Description>
|
15 |
-
<Package/>
|
16 |
-
<Quantity>4</Quantity>
|
17 |
-
<ItemPrice>129.99</ItemPrice>
|
18 |
-
<Price>519.96</Price>
|
19 |
-
</Item>
|
20 |
-
<Item>
|
21 |
-
<Number>2</Number>
|
22 |
-
<ProductNr>1111</ProductNr>
|
23 |
-
<Description>Ottoman</Description>
|
24 |
-
<Package/>
|
25 |
-
<Quantity>2</Quantity>
|
26 |
-
<ItemPrice>299.99</ItemPrice>
|
27 |
-
<Price>599.98</Price>
|
28 |
-
</Item>
|
29 |
-
<SubTotal>1119.94</SubTotal>
|
30 |
-
<ShippingCosts Header="Flat Rate - Fixed">30.00</ShippingCosts>
|
31 |
-
</ShoppingCart>
|
32 |
-
<Price>1149.94</Price>
|
33 |
-
<Currency>EUR</Currency>
|
34 |
-
<Customer Id="2">Max Musterman</Customer>
|
35 |
-
<BillingAddr Mode="ReadWrite">
|
36 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
37 |
-
<Street>Teststraße 123</Street>
|
38 |
-
<Street2>Tür Nr 5</Street2>
|
39 |
-
<Zip>1234</Zip>
|
40 |
-
<City>Wien</City>
|
41 |
-
<Country Code="AT"/>
|
42 |
-
<Email>sapolhei@hotmail.com</Email>
|
43 |
-
<Phone>0043123456789</Phone>
|
44 |
-
</BillingAddr>
|
45 |
-
<ShippingAddr Mode="ReadOnly">
|
46 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
47 |
-
<Street>Teststraße 123</Street>
|
48 |
-
<Street2>Tür Nr 5</Street2>
|
49 |
-
<Zip>1234</Zip>
|
50 |
-
<City>Wien</City>
|
51 |
-
<Country Code="AT"/>
|
52 |
-
<Email>sapolhei@hotmail.com</Email>
|
53 |
-
<Phone>0043123456789</Phone>
|
54 |
-
</ShippingAddr>
|
55 |
-
<URL>
|
56 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000014</Success>
|
57 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000014</Error>
|
58 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
59 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000014</Cancel>
|
60 |
-
</URL>
|
61 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000015.xml
DELETED
@@ -1,58 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000015_2013-11-19</UserField>
|
5 |
-
<Tid>100000015</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<ShoppingCart>
|
8 |
-
<Item>
|
9 |
-
<Number>1</Number>
|
10 |
-
<ProductNr>1112</ProductNr>
|
11 |
-
<Description>Chair</Description>
|
12 |
-
<Package/>
|
13 |
-
<Quantity>12</Quantity>
|
14 |
-
<ItemPrice>129.99</ItemPrice>
|
15 |
-
<Price>1559.88</Price>
|
16 |
-
</Item>
|
17 |
-
<Item>
|
18 |
-
<Number>2</Number>
|
19 |
-
<ProductNr>1111</ProductNr>
|
20 |
-
<Description>Ottoman</Description>
|
21 |
-
<Package/>
|
22 |
-
<Quantity>6</Quantity>
|
23 |
-
<ItemPrice>299.99</ItemPrice>
|
24 |
-
<Price>1799.94</Price>
|
25 |
-
</Item>
|
26 |
-
<SubTotal>3359.82</SubTotal>
|
27 |
-
<ShippingCosts Header="Flat Rate - Fixed">90.00</ShippingCosts>
|
28 |
-
</ShoppingCart>
|
29 |
-
<Price>3449.82</Price>
|
30 |
-
<Currency>EUR</Currency>
|
31 |
-
<Customer Id="2">Max Musterman</Customer>
|
32 |
-
<BillingAddr Mode="ReadWrite">
|
33 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
34 |
-
<Street>Teststraße 123</Street>
|
35 |
-
<Street2>Tür Nr 5</Street2>
|
36 |
-
<Zip>1234</Zip>
|
37 |
-
<City>Wien</City>
|
38 |
-
<Country Code="AT"/>
|
39 |
-
<Email>sapolhei@hotmail.com</Email>
|
40 |
-
<Phone>0043123456789</Phone>
|
41 |
-
</BillingAddr>
|
42 |
-
<ShippingAddr Mode="ReadOnly">
|
43 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
44 |
-
<Street>Teststraße 123</Street>
|
45 |
-
<Street2>Tür Nr 5</Street2>
|
46 |
-
<Zip>1234</Zip>
|
47 |
-
<City>Wien</City>
|
48 |
-
<Country Code="AT"/>
|
49 |
-
<Email>sapolhei@hotmail.com</Email>
|
50 |
-
<Phone>0043123456789</Phone>
|
51 |
-
</ShippingAddr>
|
52 |
-
<URL>
|
53 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000015</Success>
|
54 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000015</Error>
|
55 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
56 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000015</Cancel>
|
57 |
-
</URL>
|
58 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000016.xml
DELETED
@@ -1,61 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000016_2013-12-02</UserField>
|
5 |
-
<Tid>100000016</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<PaymentTypes Enable="true">
|
8 |
-
<Payment Type="KLARNA" Brand="INVOICE"/>
|
9 |
-
</PaymentTypes>
|
10 |
-
<ShoppingCart>
|
11 |
-
<Item>
|
12 |
-
<Number>1</Number>
|
13 |
-
<ProductNr>1112</ProductNr>
|
14 |
-
<Description>Chair</Description>
|
15 |
-
<Package/>
|
16 |
-
<Quantity>4</Quantity>
|
17 |
-
<ItemPrice>129.99</ItemPrice>
|
18 |
-
<Price>519.96</Price>
|
19 |
-
</Item>
|
20 |
-
<Item>
|
21 |
-
<Number>2</Number>
|
22 |
-
<ProductNr>1111</ProductNr>
|
23 |
-
<Description>Ottoman</Description>
|
24 |
-
<Package/>
|
25 |
-
<Quantity>2</Quantity>
|
26 |
-
<ItemPrice>299.99</ItemPrice>
|
27 |
-
<Price>599.98</Price>
|
28 |
-
</Item>
|
29 |
-
<SubTotal>1119.94</SubTotal>
|
30 |
-
<ShippingCosts Header="Flat Rate - Fixed">30.00</ShippingCosts>
|
31 |
-
</ShoppingCart>
|
32 |
-
<Price>1149.94</Price>
|
33 |
-
<Currency>EUR</Currency>
|
34 |
-
<Customer Id="2">Max Musterman</Customer>
|
35 |
-
<BillingAddr Mode="ReadWrite">
|
36 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
37 |
-
<Street>Teststraße 123</Street>
|
38 |
-
<Street2>Tür Nr 5</Street2>
|
39 |
-
<Zip>1234</Zip>
|
40 |
-
<City>Wien</City>
|
41 |
-
<Country Code="AT"/>
|
42 |
-
<Email>sapolhei@hotmail.com</Email>
|
43 |
-
<Phone>0043123456789</Phone>
|
44 |
-
</BillingAddr>
|
45 |
-
<ShippingAddr Mode="ReadOnly">
|
46 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
47 |
-
<Street>Teststraße 123</Street>
|
48 |
-
<Street2>Tür Nr 5</Street2>
|
49 |
-
<Zip>1234</Zip>
|
50 |
-
<City>Wien</City>
|
51 |
-
<Country Code="AT"/>
|
52 |
-
<Email>sapolhei@hotmail.com</Email>
|
53 |
-
<Phone>0043123456789</Phone>
|
54 |
-
</ShippingAddr>
|
55 |
-
<URL>
|
56 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000016</Success>
|
57 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000016</Error>
|
58 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
59 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000016</Cancel>
|
60 |
-
</URL>
|
61 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000017.xml
DELETED
@@ -1,52 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000017_2013-12-18</UserField>
|
5 |
-
<Tid>100000017</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<PaymentTypes Enable="true">
|
8 |
-
<Payment Type="PB"/>
|
9 |
-
</PaymentTypes>
|
10 |
-
<ShoppingCart>
|
11 |
-
<Item>
|
12 |
-
<Number>1</Number>
|
13 |
-
<ProductNr>zol_g_lrg</ProductNr>
|
14 |
-
<Description>Zolof The Rock And Roll Destroyer: LOL Cat T-shirt</Description>
|
15 |
-
<Package/>
|
16 |
-
<Quantity>1</Quantity>
|
17 |
-
<ItemPrice>18.75</ItemPrice>
|
18 |
-
<Price>18.75</Price>
|
19 |
-
</Item>
|
20 |
-
<SubTotal>18.75</SubTotal>
|
21 |
-
<ShippingCosts Header="Flat Rate - Fixed">5.00</ShippingCosts>
|
22 |
-
</ShoppingCart>
|
23 |
-
<Price>23.75</Price>
|
24 |
-
<Currency>EUR</Currency>
|
25 |
-
<Customer Id="2">Max Musterman</Customer>
|
26 |
-
<BillingAddr Mode="ReadWrite">
|
27 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
28 |
-
<Street>Teststraße 123</Street>
|
29 |
-
<Street2>Tür Nr 5</Street2>
|
30 |
-
<Zip>1234</Zip>
|
31 |
-
<City>Wien</City>
|
32 |
-
<Country Code="AT"/>
|
33 |
-
<Email>sapolhei@hotmail.com</Email>
|
34 |
-
<Phone>0043123456789</Phone>
|
35 |
-
</BillingAddr>
|
36 |
-
<ShippingAddr Mode="ReadOnly">
|
37 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
38 |
-
<Street>Teststraße 123</Street>
|
39 |
-
<Street2>Tür Nr 5</Street2>
|
40 |
-
<Zip>1234</Zip>
|
41 |
-
<City>Wien</City>
|
42 |
-
<Country Code="AT"/>
|
43 |
-
<Email>sapolhei@hotmail.com</Email>
|
44 |
-
<Phone>0043123456789</Phone>
|
45 |
-
</ShippingAddr>
|
46 |
-
<URL>
|
47 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000017</Success>
|
48 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000017</Error>
|
49 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
50 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000017</Cancel>
|
51 |
-
</URL>
|
52 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000018.xml
DELETED
@@ -1,52 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000018_2013-12-18</UserField>
|
5 |
-
<Tid>100000018</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<PaymentTypes Enable="true">
|
8 |
-
<Payment Type="CC" Brand="VISA"/>
|
9 |
-
</PaymentTypes>
|
10 |
-
<ShoppingCart>
|
11 |
-
<Item>
|
12 |
-
<Number>1</Number>
|
13 |
-
<ProductNr>coal_sm</ProductNr>
|
14 |
-
<Description>Coalesce: Functioning On Impatience T-Shirt</Description>
|
15 |
-
<Package/>
|
16 |
-
<Quantity>1</Quantity>
|
17 |
-
<ItemPrice>15.00</ItemPrice>
|
18 |
-
<Price>15</Price>
|
19 |
-
</Item>
|
20 |
-
<SubTotal>15.00</SubTotal>
|
21 |
-
<ShippingCosts Header="Flat Rate - Fixed">5.00</ShippingCosts>
|
22 |
-
</ShoppingCart>
|
23 |
-
<Price>20.00</Price>
|
24 |
-
<Currency>EUR</Currency>
|
25 |
-
<Customer Id="2">Max Musterman</Customer>
|
26 |
-
<BillingAddr Mode="ReadWrite">
|
27 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
28 |
-
<Street>Teststraße 123</Street>
|
29 |
-
<Street2>Tür Nr 5</Street2>
|
30 |
-
<Zip>1234</Zip>
|
31 |
-
<City>Wien</City>
|
32 |
-
<Country Code="AT"/>
|
33 |
-
<Email>sapolhei@hotmail.com</Email>
|
34 |
-
<Phone>0043123456789</Phone>
|
35 |
-
</BillingAddr>
|
36 |
-
<ShippingAddr Mode="ReadOnly">
|
37 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
38 |
-
<Street>Teststraße 123</Street>
|
39 |
-
<Street2>Tür Nr 5</Street2>
|
40 |
-
<Zip>1234</Zip>
|
41 |
-
<City>Wien</City>
|
42 |
-
<Country Code="AT"/>
|
43 |
-
<Email>sapolhei@hotmail.com</Email>
|
44 |
-
<Phone>0043123456789</Phone>
|
45 |
-
</ShippingAddr>
|
46 |
-
<URL>
|
47 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000018</Success>
|
48 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000018</Error>
|
49 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
50 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000018</Cancel>
|
51 |
-
</URL>
|
52 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000019.xml
DELETED
@@ -1,59 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.8 100000019_2014-01-02</UserField>
|
5 |
-
<Tid>100000019</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<PaymentTypes Enable="true">
|
8 |
-
<Payment Type="CC" Brand="VISA"/>
|
9 |
-
</PaymentTypes>
|
10 |
-
<ShoppingCart>
|
11 |
-
<Item>
|
12 |
-
<Number>1</Number>
|
13 |
-
<ProductNr>nine_4</ProductNr>
|
14 |
-
<Description>Nine West Women's Lucero Pump</Description>
|
15 |
-
<Package/>
|
16 |
-
<Quantity>1</Quantity>
|
17 |
-
<ItemPrice>89.99</ItemPrice>
|
18 |
-
<Price>89.99</Price>
|
19 |
-
</Item>
|
20 |
-
<Item>
|
21 |
-
<Number>2</Number>
|
22 |
-
<ProductNr>nine_3</ProductNr>
|
23 |
-
<Description>Nine West Women's Lucero Pump</Description>
|
24 |
-
<Package/>
|
25 |
-
<Quantity>2</Quantity>
|
26 |
-
<ItemPrice>89.99</ItemPrice>
|
27 |
-
<Price>179.98</Price>
|
28 |
-
</Item>
|
29 |
-
<SubTotal>269.97</SubTotal>
|
30 |
-
<ShippingCosts Header="Flat Rate - Fixed">15.00</ShippingCosts>
|
31 |
-
</ShoppingCart>
|
32 |
-
<Price>284.97</Price>
|
33 |
-
<Currency>EUR</Currency>
|
34 |
-
<Customer Id="3">P Z</Customer>
|
35 |
-
<BillingAddr Mode="ReadWrite">
|
36 |
-
<Name Birthday="1970-01-01">P Z</Name>
|
37 |
-
<Street>Teststr 1</Street>
|
38 |
-
<Zip>1234</Zip>
|
39 |
-
<City>Testhausen</City>
|
40 |
-
<Country Code="AT"/>
|
41 |
-
<Email>hallodriho@gmail.com</Email>
|
42 |
-
<Phone>0123456789</Phone>
|
43 |
-
</BillingAddr>
|
44 |
-
<ShippingAddr Mode="ReadOnly">
|
45 |
-
<Name Birthday="1970-01-01">P Z</Name>
|
46 |
-
<Street>Teststr 1</Street>
|
47 |
-
<Zip>1234</Zip>
|
48 |
-
<City>Testhausen</City>
|
49 |
-
<Country Code="AT"/>
|
50 |
-
<Email>hallodriho@gmail.com</Email>
|
51 |
-
<Phone>0123456789</Phone>
|
52 |
-
</ShippingAddr>
|
53 |
-
<URL>
|
54 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000019</Success>
|
55 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000019</Error>
|
56 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
57 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000019</Cancel>
|
58 |
-
</URL>
|
59 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000020.xml
DELETED
@@ -1,49 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order Style="margin-left: auto; margin-right: auto; width: 600px;">
|
3 |
-
<ClientIP>80.110.33.70</ClientIP>
|
4 |
-
<UserField>Magento 1.4.9 100000020_2014-01-14</UserField>
|
5 |
-
<Tid>100000020</Tid>
|
6 |
-
<TemplateSet Language="DE"/>
|
7 |
-
<ShoppingCart>
|
8 |
-
<Item>
|
9 |
-
<Number>1</Number>
|
10 |
-
<ProductNr>1111</ProductNr>
|
11 |
-
<Description>Ottoman</Description>
|
12 |
-
<Package/>
|
13 |
-
<Quantity>1</Quantity>
|
14 |
-
<ItemPrice>299.99</ItemPrice>
|
15 |
-
<Price>299.99</Price>
|
16 |
-
</Item>
|
17 |
-
<SubTotal>299.99</SubTotal>
|
18 |
-
<ShippingCosts Header="Flat Rate - Fixed">5.00</ShippingCosts>
|
19 |
-
</ShoppingCart>
|
20 |
-
<Price>304.99</Price>
|
21 |
-
<Currency>EUR</Currency>
|
22 |
-
<Customer Id="2">Max Musterman</Customer>
|
23 |
-
<BillingAddr Mode="ReadWrite">
|
24 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
25 |
-
<Street>Teststraße 123</Street>
|
26 |
-
<Street2>Tür Nr 5</Street2>
|
27 |
-
<Zip>1234</Zip>
|
28 |
-
<City>Wien</City>
|
29 |
-
<Country Code="AT"/>
|
30 |
-
<Email>sapolhei@hotmail.com</Email>
|
31 |
-
<Phone>0043123456789</Phone>
|
32 |
-
</BillingAddr>
|
33 |
-
<ShippingAddr Mode="ReadOnly">
|
34 |
-
<Name Birthday="1970-01-01">Max Musterman</Name>
|
35 |
-
<Street>Teststraße 123</Street>
|
36 |
-
<Street2>Tür Nr 5</Street2>
|
37 |
-
<Zip>1234</Zip>
|
38 |
-
<City>Wien</City>
|
39 |
-
<Country Code="AT"/>
|
40 |
-
<Email>sapolhei@hotmail.com</Email>
|
41 |
-
<Phone>0043123456789</Phone>
|
42 |
-
</ShippingAddr>
|
43 |
-
<URL>
|
44 |
-
<Success>http://magento.mpay24.info/index.php/mpay24/payment/success/?TID=100000020</Success>
|
45 |
-
<Error>http://magento.mpay24.info/index.php/mpay24/payment/error/?TID=100000020</Error>
|
46 |
-
<Confirmation>http://magento.mpay24.info/index.php/mpay24/payment/confirmation/</Confirmation>
|
47 |
-
<Cancel>http://magento.mpay24.info/index.php/mpay24/payment/cancel/?TID=100000020</Cancel>
|
48 |
-
</URL>
|
49 |
-
</Order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Mpay24/Mpay24/Model/Api/xmls/Example_MDXI.xml
CHANGED
@@ -1,46 +1,46 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<Order>
|
3 |
-
<UserField>UserField_1234567890</UserField>
|
4 |
-
<Tid>1234567890</Tid>
|
5 |
-
<TemplateSet Language="EN"/>
|
6 |
-
<PaymentTypes Enable="true">
|
7 |
-
<Payment Type="CC"/>
|
8 |
-
<Payment Type="EPS" Brand="ARZ"/>
|
9 |
-
<Payment Type="EPS" Brand="BAWAG"/>
|
10 |
-
<Payment Type="EPS" Brand="ERSTE"/>
|
11 |
-
</PaymentTypes>
|
12 |
-
<ShoppingCart>
|
13 |
-
<Description>ShoppingCart Description</Description>
|
14 |
-
<Item>
|
15 |
-
<Number>1</Number>
|
16 |
-
<ProductNr>Product 1</ProductNr>
|
17 |
-
<Description>Description 1</Description>
|
18 |
-
<Quantity>1</Quantity>
|
19 |
-
<ItemPrice>17.99</ItemPrice>
|
20 |
-
</Item>
|
21 |
-
<SubTotal>17.99</SubTotal>
|
22 |
-
<ShippingCosts>8.00</ShippingCosts>
|
23 |
-
</ShoppingCart>
|
24 |
-
<Price>25.99</Price>
|
25 |
-
<Currency>EUR</Currency>
|
26 |
-
<BillingAddr Mode="ReadWrite">
|
27 |
-
<Name>Max Musterman</Name>
|
28 |
-
<Street>Teststraße 123</Street>
|
29 |
-
<Zip>1234</Zip>
|
30 |
-
<City>Wien</City>
|
31 |
-
<Country Code="AT"/>
|
32 |
-
</BillingAddr>
|
33 |
-
<ShippingAddr Mode="ReadOnly">
|
34 |
-
<Name>Name Surname</Name>
|
35 |
-
<Street>Teststreet 123</Street>
|
36 |
-
<Zip>9876</Zip>
|
37 |
-
<City>Salzburg</City>
|
38 |
-
<Country Code="AT"/>
|
39 |
-
</ShippingAddr>
|
40 |
-
<URL>
|
41 |
-
<Success>https://www.test.com/success</Success>
|
42 |
-
<Error>https://www.test.com/error</Error>
|
43 |
-
<Confirmation>https://www.test.com/confirmation</Confirmation>
|
44 |
-
<Cancel>https://www.test.com/cancel</Cancel>
|
45 |
-
</URL>
|
46 |
-
</Order>
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<Order>
|
3 |
+
<UserField>UserField_1234567890</UserField>
|
4 |
+
<Tid>1234567890</Tid>
|
5 |
+
<TemplateSet Language="EN"/>
|
6 |
+
<PaymentTypes Enable="true">
|
7 |
+
<Payment Type="CC"/>
|
8 |
+
<Payment Type="EPS" Brand="ARZ"/>
|
9 |
+
<Payment Type="EPS" Brand="BAWAG"/>
|
10 |
+
<Payment Type="EPS" Brand="ERSTE"/>
|
11 |
+
</PaymentTypes>
|
12 |
+
<ShoppingCart>
|
13 |
+
<Description>ShoppingCart Description</Description>
|
14 |
+
<Item>
|
15 |
+
<Number>1</Number>
|
16 |
+
<ProductNr>Product 1</ProductNr>
|
17 |
+
<Description>Description 1</Description>
|
18 |
+
<Quantity>1</Quantity>
|
19 |
+
<ItemPrice>17.99</ItemPrice>
|
20 |
+
</Item>
|
21 |
+
<SubTotal>17.99</SubTotal>
|
22 |
+
<ShippingCosts>8.00</ShippingCosts>
|
23 |
+
</ShoppingCart>
|
24 |
+
<Price>25.99</Price>
|
25 |
+
<Currency>EUR</Currency>
|
26 |
+
<BillingAddr Mode="ReadWrite">
|
27 |
+
<Name>Max Musterman</Name>
|
28 |
+
<Street>Teststraße 123</Street>
|
29 |
+
<Zip>1234</Zip>
|
30 |
+
<City>Wien</City>
|
31 |
+
<Country Code="AT"/>
|
32 |
+
</BillingAddr>
|
33 |
+
<ShippingAddr Mode="ReadOnly">
|
34 |
+
<Name>Name Surname</Name>
|
35 |
+
<Street>Teststreet 123</Street>
|
36 |
+
<Zip>9876</Zip>
|
37 |
+
<City>Salzburg</City>
|
38 |
+
<Country Code="AT"/>
|
39 |
+
</ShippingAddr>
|
40 |
+
<URL>
|
41 |
+
<Success>https://www.test.com/success</Success>
|
42 |
+
<Error>https://www.test.com/error</Error>
|
43 |
+
<Confirmation>https://www.test.com/confirmation</Confirmation>
|
44 |
+
<Cancel>https://www.test.com/cancel</Cancel>
|
45 |
+
</URL>
|
46 |
+
</Order>
|
app/code/community/Mpay24/Mpay24/Model/Source/SOFORTState.php
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* @category Mpay24
|
16 |
+
* @package Mpay24_Mpay24
|
17 |
+
* @author Firedrago Magento
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: SOFORTState.php 25 2014-06-24 15:33:56Z sapolhei $
|
20 |
+
*/
|
21 |
+
|
22 |
+
class Mpay24_Mpay24_Model_Source_SOFORTState {
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Options getter
|
26 |
+
*
|
27 |
+
* @return array
|
28 |
+
*/
|
29 |
+
public function toOptionArray() {
|
30 |
+
return array(
|
31 |
+
array('value' => 'SUSPENDED', 'label'=>Mage::helper('adminhtml')->__('SUSPENDED')),
|
32 |
+
array('value' => 'BILLED', 'label'=>Mage::helper('adminhtml')->__('BILLED')),
|
33 |
+
);
|
34 |
+
}
|
35 |
+
}
|
app/code/community/Mpay24/Mpay24/controllers/PaymentController.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @version $Id: PaymentController.php
|
20 |
*/
|
21 |
include_once "app/code/community/Mpay24/Mpay24/Model/Api/MPay24MagentoShop.php";
|
22 |
|
@@ -203,7 +203,10 @@ class Mpay24_Mpay24_PaymentController extends Mage_Core_Controller_Front_Action
|
|
203 |
$mPay24MagentoShop = MPay24MagentoShop::getMPay24Api();
|
204 |
$mPAY24Result = $mPay24MagentoShop->updateTransactionStatus($incrementId);
|
205 |
$res = $mPAY24Result->getGeneralResponse()->getStatus();
|
206 |
-
$
|
|
|
|
|
|
|
207 |
|
208 |
if($mPAY24Result->getGeneralResponse()->getStatus() != 'OK' || $mPAY24Result->getParam('APPR_CODE') == '')
|
209 |
$apprCode = 'N/A';
|
@@ -216,7 +219,10 @@ class Mpay24_Mpay24_PaymentController extends Mage_Core_Controller_Front_Action
|
|
216 |
foreach($this->getRequest()->getParams() as $key => $value)
|
217 |
$mPAY24Result->setParam($key, $value);
|
218 |
|
219 |
-
$
|
|
|
|
|
|
|
220 |
$apprCode = $mPAY24Result->getParam('APPR_CODE');
|
221 |
}
|
222 |
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: PaymentController.php 25 2014-06-24 15:33:56Z sapolhei $
|
20 |
*/
|
21 |
include_once "app/code/community/Mpay24/Mpay24/Model/Api/MPay24MagentoShop.php";
|
22 |
|
203 |
$mPay24MagentoShop = MPay24MagentoShop::getMPay24Api();
|
204 |
$mPAY24Result = $mPay24MagentoShop->updateTransactionStatus($incrementId);
|
205 |
$res = $mPAY24Result->getGeneralResponse()->getStatus();
|
206 |
+
if($mPAY24Result->getParam('P_TYPE') == 'SOFORT')
|
207 |
+
$status = Mage::getStoreConfig('mpay24/mpay24as/sofort_state');
|
208 |
+
else
|
209 |
+
$status = $mPAY24Result->getParam('TSTATUS');
|
210 |
|
211 |
if($mPAY24Result->getGeneralResponse()->getStatus() != 'OK' || $mPAY24Result->getParam('APPR_CODE') == '')
|
212 |
$apprCode = 'N/A';
|
219 |
foreach($this->getRequest()->getParams() as $key => $value)
|
220 |
$mPAY24Result->setParam($key, $value);
|
221 |
|
222 |
+
if($mPAY24Result->getParam('P_TYPE') == 'SOFORT')
|
223 |
+
$status = Mage::getStoreConfig('mpay24/mpay24as/sofort_state');
|
224 |
+
else
|
225 |
+
$status = $mPAY24Result->getParam('STATUS');
|
226 |
$apprCode = $mPAY24Result->getParam('APPR_CODE');
|
227 |
}
|
228 |
|
app/code/community/Mpay24/Mpay24/etc/config.xml
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
-
@version $Id: config.xml
|
4 |
-->
|
5 |
<config>
|
6 |
<modules>
|
7 |
<Mpay24_Mpay24>
|
8 |
-
<version>1.
|
9 |
</Mpay24_Mpay24>
|
10 |
</modules>
|
11 |
|
@@ -238,7 +238,8 @@
|
|
238 |
<merchantid backend_model="adminhtml/system_config_backend_encrypted"/>
|
239 |
<old_merchantid />
|
240 |
<soap_pass backend_model="adminhtml/system_config_backend_encrypted"/>
|
241 |
-
<debug>
|
|
|
242 |
<use_proxy>0</use_proxy>
|
243 |
<use_proxy_auth>0</use_proxy_auth>
|
244 |
<verify_peer>1</verify_peer>
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
+
@version $Id: config.xml 25 2014-06-24 15:33:56Z sapolhei $
|
4 |
-->
|
5 |
<config>
|
6 |
<modules>
|
7 |
<Mpay24_Mpay24>
|
8 |
+
<version>1.5.1</version>
|
9 |
</Mpay24_Mpay24>
|
10 |
</modules>
|
11 |
|
238 |
<merchantid backend_model="adminhtml/system_config_backend_encrypted"/>
|
239 |
<old_merchantid />
|
240 |
<soap_pass backend_model="adminhtml/system_config_backend_encrypted"/>
|
241 |
+
<debug>0</debug>
|
242 |
+
<sofort_state>SUSPENDED</sofort_state>
|
243 |
<use_proxy>0</use_proxy>
|
244 |
<use_proxy_auth>0</use_proxy_auth>
|
245 |
<verify_peer>1</verify_peer>
|
app/code/community/Mpay24/Mpay24/etc/system.xml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
-
@version $Id: system.xml
|
4 |
-->
|
5 |
<config>
|
6 |
<sections>
|
@@ -107,6 +107,17 @@
|
|
107 |
<show_in_store>1</show_in_store>
|
108 |
<depends><active>1</active></depends>
|
109 |
</debug>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
<use_proxy translate="label">
|
111 |
<label>API uses proxy</label>
|
112 |
<frontend_type>select</frontend_type>
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
+
@version $Id: system.xml 25 2014-06-24 15:33:56Z sapolhei $
|
4 |
-->
|
5 |
<config>
|
6 |
<sections>
|
107 |
<show_in_store>1</show_in_store>
|
108 |
<depends><active>1</active></depends>
|
109 |
</debug>
|
110 |
+
<sofort_state translate="label">
|
111 |
+
<label>SOFORT Banking end-state</label>
|
112 |
+
<frontend_type>select</frontend_type>
|
113 |
+
<source_model>mpay24/source_sOFORTState</source_model>
|
114 |
+
<sort_order>5</sort_order>
|
115 |
+
<show_in_default>1</show_in_default>
|
116 |
+
<show_in_website>1</show_in_website>
|
117 |
+
<show_in_store>1</show_in_store>
|
118 |
+
<depends><active>1</active></depends>
|
119 |
+
<comment>The SOAP password provided by mPAY24</comment>
|
120 |
+
</sofort_state>
|
121 |
<use_proxy translate="label">
|
122 |
<label>API uses proxy</label>
|
123 |
<frontend_type>select</frontend_type>
|
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/{mysql4-install-1.4.9.php → mysql4-install-1.5.1.php}
RENAMED
@@ -16,7 +16,7 @@
|
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @version $Id: mysql4-install-1.
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: mysql4-install-1.5.1.php 26 2014-06-24 15:35:30Z sapolhei $
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.4-1.5.0.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @version $Id: mysql4-upgrade-1.4.4-1.
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: mysql4-upgrade-1.4.4-1.5.0.php 25 2014-06-24 15:33:56Z sapolhei $
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/{mysql4-install-1.5.0.php → mysql4-upgrade-1.4.4-1.5.1.php}
RENAMED
@@ -16,13 +16,13 @@
|
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @version $Id: mysql4-
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
23 |
else
|
24 |
$install = $this;
|
25 |
-
|
26 |
$install->startSetup();
|
27 |
|
28 |
$install->run("DELETE FROM {$this->getTable('core_config_data')} WHERE `path` LIKE '%mpay%'");
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: mysql4-upgrade-1.4.4-1.5.1.php 25 2014-06-24 15:33:56Z sapolhei $
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
23 |
else
|
24 |
$install = $this;
|
25 |
+
|
26 |
$install->startSetup();
|
27 |
|
28 |
$install->run("DELETE FROM {$this->getTable('core_config_data')} WHERE `path` LIKE '%mpay%'");
|
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.5-1.5.0.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @version $Id: mysql4-upgrade-1.4.5-1.
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: mysql4-upgrade-1.4.5-1.5.0.php 25 2014-06-24 15:33:56Z sapolhei $
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.5-1.5.1.php
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* @category Mpay24
|
16 |
+
* @package Mpay24_Mpay24
|
17 |
+
* @author Firedrago Magento
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: mysql4-upgrade-1.4.5-1.5.1.php 26 2014-06-24 15:35:30Z sapolhei $
|
20 |
+
*/
|
21 |
+
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
+
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
23 |
+
else
|
24 |
+
$install = $this;
|
25 |
+
|
26 |
+
$install->startSetup();
|
27 |
+
|
28 |
+
$install->run("DELETE FROM {$this->getTable('core_config_data')} WHERE `path` LIKE '%mpay%'");
|
29 |
+
|
30 |
+
$install->run("DROP TABLE if exists {$this->getTable('mpay24_debug')};");
|
31 |
+
|
32 |
+
$install->run("UPDATE {$this->getTable('sales_flat_quote_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
|
33 |
+
|
34 |
+
$install->run("UPDATE {$this->getTable('sales_flat_order_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
|
35 |
+
|
36 |
+
$install->addAttribute('quote_address', 'payment_charge_type', array('type' => 'varchar'));
|
37 |
+
$install->addAttribute('quote_address', 'payment_charge', array('type' => 'decimal'));
|
38 |
+
$install->addAttribute('quote_address', 'base_payment_charge', array('type' => 'decimal'));
|
39 |
+
|
40 |
+
$install->addAttribute('order', 'payment_charge_type', array('type' => 'varchar'));
|
41 |
+
$install->addAttribute('order', 'payment_charge', array('type' => 'decimal'));
|
42 |
+
$install->addAttribute('order', 'base_payment_charge', array('type' => 'decimal'));
|
43 |
+
|
44 |
+
$install->addAttribute('invoice', 'payment_charge_type', array('type' => 'varchar'));
|
45 |
+
$install->addAttribute('invoice', 'payment_charge', array('type' => 'decimal'));
|
46 |
+
$install->addAttribute('invoice', 'base_payment_charge', array('type' => 'decimal'));
|
47 |
+
|
48 |
+
$install->addAttribute('creditmemo', 'payment_charge_type', array('type' => 'varchar'));
|
49 |
+
$install->addAttribute('creditmemo', 'payment_charge', array('type' => 'decimal'));
|
50 |
+
$install->addAttribute('creditmemo', 'base_payment_charge', array('type' => 'decimal'));
|
51 |
+
|
52 |
+
$install->endSetup();
|
53 |
+
?>
|
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.6-1.5.0.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @version $Id: mysql4-upgrade-1.4.6-1.
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: mysql4-upgrade-1.4.6-1.5.0.php 25 2014-06-24 15:33:56Z sapolhei $
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.6-1.5.1.php
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* @category Mpay24
|
16 |
+
* @package Mpay24_Mpay24
|
17 |
+
* @author Firedrago Magento
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: mysql4-upgrade-1.4.6-1.5.1.php 26 2014-06-24 15:35:30Z sapolhei $
|
20 |
+
*/
|
21 |
+
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
+
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
23 |
+
else
|
24 |
+
$install = $this;
|
25 |
+
|
26 |
+
$install->startSetup();
|
27 |
+
|
28 |
+
$install->run("DELETE FROM {$this->getTable('core_config_data')} WHERE `path` LIKE '%mpay%'");
|
29 |
+
|
30 |
+
$install->run("DROP TABLE if exists {$this->getTable('mpay24_debug')};");
|
31 |
+
|
32 |
+
$install->run("UPDATE {$this->getTable('sales_flat_quote_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
|
33 |
+
|
34 |
+
$install->run("UPDATE {$this->getTable('sales_flat_order_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
|
35 |
+
|
36 |
+
$install->addAttribute('quote_address', 'payment_charge_type', array('type' => 'varchar'));
|
37 |
+
$install->addAttribute('quote_address', 'payment_charge', array('type' => 'decimal'));
|
38 |
+
$install->addAttribute('quote_address', 'base_payment_charge', array('type' => 'decimal'));
|
39 |
+
|
40 |
+
$install->addAttribute('order', 'payment_charge_type', array('type' => 'varchar'));
|
41 |
+
$install->addAttribute('order', 'payment_charge', array('type' => 'decimal'));
|
42 |
+
$install->addAttribute('order', 'base_payment_charge', array('type' => 'decimal'));
|
43 |
+
|
44 |
+
$install->addAttribute('invoice', 'payment_charge_type', array('type' => 'varchar'));
|
45 |
+
$install->addAttribute('invoice', 'payment_charge', array('type' => 'decimal'));
|
46 |
+
$install->addAttribute('invoice', 'base_payment_charge', array('type' => 'decimal'));
|
47 |
+
|
48 |
+
$install->addAttribute('creditmemo', 'payment_charge_type', array('type' => 'varchar'));
|
49 |
+
$install->addAttribute('creditmemo', 'payment_charge', array('type' => 'decimal'));
|
50 |
+
$install->addAttribute('creditmemo', 'base_payment_charge', array('type' => 'decimal'));
|
51 |
+
|
52 |
+
$install->endSetup();
|
53 |
+
?>
|
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.7-1.5.0.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @version $Id: mysql4-upgrade-1.4.7-1.
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: mysql4-upgrade-1.4.7-1.5.0.php 25 2014-06-24 15:33:56Z sapolhei $
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.7-1.5.1.php
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* @category Mpay24
|
16 |
+
* @package Mpay24_Mpay24
|
17 |
+
* @author Firedrago Magento
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: mysql4-upgrade-1.4.7-1.5.1.php 26 2014-06-24 15:35:30Z sapolhei $
|
20 |
+
*/
|
21 |
+
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
+
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
23 |
+
else
|
24 |
+
$install = $this;
|
25 |
+
|
26 |
+
$install->startSetup();
|
27 |
+
|
28 |
+
$install->run("DELETE FROM {$this->getTable('core_config_data')} WHERE `path` LIKE '%mpay%'");
|
29 |
+
|
30 |
+
$install->run("DROP TABLE if exists {$this->getTable('mpay24_debug')};");
|
31 |
+
|
32 |
+
$install->run("UPDATE {$this->getTable('sales_flat_quote_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
|
33 |
+
|
34 |
+
$install->run("UPDATE {$this->getTable('sales_flat_order_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
|
35 |
+
|
36 |
+
$install->addAttribute('quote_address', 'payment_charge_type', array('type' => 'varchar'));
|
37 |
+
$install->addAttribute('quote_address', 'payment_charge', array('type' => 'decimal'));
|
38 |
+
$install->addAttribute('quote_address', 'base_payment_charge', array('type' => 'decimal'));
|
39 |
+
|
40 |
+
$install->addAttribute('order', 'payment_charge_type', array('type' => 'varchar'));
|
41 |
+
$install->addAttribute('order', 'payment_charge', array('type' => 'decimal'));
|
42 |
+
$install->addAttribute('order', 'base_payment_charge', array('type' => 'decimal'));
|
43 |
+
|
44 |
+
$install->addAttribute('invoice', 'payment_charge_type', array('type' => 'varchar'));
|
45 |
+
$install->addAttribute('invoice', 'payment_charge', array('type' => 'decimal'));
|
46 |
+
$install->addAttribute('invoice', 'base_payment_charge', array('type' => 'decimal'));
|
47 |
+
|
48 |
+
$install->addAttribute('creditmemo', 'payment_charge_type', array('type' => 'varchar'));
|
49 |
+
$install->addAttribute('creditmemo', 'payment_charge', array('type' => 'decimal'));
|
50 |
+
$install->addAttribute('creditmemo', 'base_payment_charge', array('type' => 'decimal'));
|
51 |
+
|
52 |
+
$install->endSetup();
|
53 |
+
?>
|
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.8-1.4.9.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @version $Id: mysql4-upgrade-1.4.
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: mysql4-upgrade-1.4.8-1.4.9.php 25 2014-06-24 15:33:56Z sapolhei $
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.8-1.5.0.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @version $Id: mysql4-upgrade-1.4.
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: mysql4-upgrade-1.4.8-1.5.0.php 25 2014-06-24 15:33:56Z sapolhei $
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.8-1.5.1.php
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* @category Mpay24
|
16 |
+
* @package Mpay24_Mpay24
|
17 |
+
* @author Firedrago Magento
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: mysql4-upgrade-1.4.8-1.5.1.php 26 2014-06-24 15:35:30Z sapolhei $
|
20 |
+
*/
|
21 |
+
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
+
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
23 |
+
else
|
24 |
+
$install = $this;
|
25 |
+
|
26 |
+
$install->startSetup();
|
27 |
+
|
28 |
+
$install->run("DELETE FROM {$this->getTable('core_config_data')} WHERE `path` LIKE '%mpay%'");
|
29 |
+
|
30 |
+
$install->run("DROP TABLE if exists {$this->getTable('mpay24_debug')};");
|
31 |
+
|
32 |
+
$install->run("UPDATE {$this->getTable('sales_flat_quote_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
|
33 |
+
|
34 |
+
$install->run("UPDATE {$this->getTable('sales_flat_order_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
|
35 |
+
|
36 |
+
$install->addAttribute('quote_address', 'payment_charge_type', array('type' => 'varchar'));
|
37 |
+
$install->addAttribute('quote_address', 'payment_charge', array('type' => 'decimal'));
|
38 |
+
$install->addAttribute('quote_address', 'base_payment_charge', array('type' => 'decimal'));
|
39 |
+
|
40 |
+
$install->addAttribute('order', 'payment_charge_type', array('type' => 'varchar'));
|
41 |
+
$install->addAttribute('order', 'payment_charge', array('type' => 'decimal'));
|
42 |
+
$install->addAttribute('order', 'base_payment_charge', array('type' => 'decimal'));
|
43 |
+
|
44 |
+
$install->addAttribute('invoice', 'payment_charge_type', array('type' => 'varchar'));
|
45 |
+
$install->addAttribute('invoice', 'payment_charge', array('type' => 'decimal'));
|
46 |
+
$install->addAttribute('invoice', 'base_payment_charge', array('type' => 'decimal'));
|
47 |
+
|
48 |
+
$install->addAttribute('creditmemo', 'payment_charge_type', array('type' => 'varchar'));
|
49 |
+
$install->addAttribute('creditmemo', 'payment_charge', array('type' => 'decimal'));
|
50 |
+
$install->addAttribute('creditmemo', 'base_payment_charge', array('type' => 'decimal'));
|
51 |
+
|
52 |
+
$install->endSetup();
|
53 |
+
?>
|
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.9-1.5.0.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @version $Id: mysql4-upgrade-1.4.
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: mysql4-upgrade-1.4.9-1.5.0.php 25 2014-06-24 15:33:56Z sapolhei $
|
20 |
*/
|
21 |
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.9-1.5.1.php
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* @category Mpay24
|
16 |
+
* @package Mpay24_Mpay24
|
17 |
+
* @author Firedrago Magento
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: mysql4-upgrade-1.4.9-1.5.1.php 26 2014-06-24 15:35:30Z sapolhei $
|
20 |
+
*/
|
21 |
+
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
+
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
23 |
+
else
|
24 |
+
$install = $this;
|
25 |
+
|
26 |
+
$install->startSetup();
|
27 |
+
|
28 |
+
$install->run("DELETE FROM {$this->getTable('core_config_data')} WHERE `path` LIKE '%mpay%'");
|
29 |
+
|
30 |
+
$install->run("DROP TABLE if exists {$this->getTable('mpay24_debug')};");
|
31 |
+
|
32 |
+
$install->run("UPDATE {$this->getTable('sales_flat_quote_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
|
33 |
+
|
34 |
+
$install->run("UPDATE {$this->getTable('sales_flat_order_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
|
35 |
+
|
36 |
+
$install->addAttribute('quote_address', 'payment_charge_type', array('type' => 'varchar'));
|
37 |
+
$install->addAttribute('quote_address', 'payment_charge', array('type' => 'decimal'));
|
38 |
+
$install->addAttribute('quote_address', 'base_payment_charge', array('type' => 'decimal'));
|
39 |
+
|
40 |
+
$install->addAttribute('order', 'payment_charge_type', array('type' => 'varchar'));
|
41 |
+
$install->addAttribute('order', 'payment_charge', array('type' => 'decimal'));
|
42 |
+
$install->addAttribute('order', 'base_payment_charge', array('type' => 'decimal'));
|
43 |
+
|
44 |
+
$install->addAttribute('invoice', 'payment_charge_type', array('type' => 'varchar'));
|
45 |
+
$install->addAttribute('invoice', 'payment_charge', array('type' => 'decimal'));
|
46 |
+
$install->addAttribute('invoice', 'base_payment_charge', array('type' => 'decimal'));
|
47 |
+
|
48 |
+
$install->addAttribute('creditmemo', 'payment_charge_type', array('type' => 'varchar'));
|
49 |
+
$install->addAttribute('creditmemo', 'payment_charge', array('type' => 'decimal'));
|
50 |
+
$install->addAttribute('creditmemo', 'base_payment_charge', array('type' => 'decimal'));
|
51 |
+
|
52 |
+
$install->endSetup();
|
53 |
+
?>
|
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.5.0-1.5.1.php
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* @category Mpay24
|
16 |
+
* @package Mpay24_Mpay24
|
17 |
+
* @author Firedrago Magento
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: mysql4-upgrade-1.5.0-1.5.1.php 26 2014-06-24 15:35:30Z sapolhei $
|
20 |
+
*/
|
21 |
+
if(class_exists('Mage_Sales_Model_Resource_Setup'))
|
22 |
+
$install = new Mage_Sales_Model_Resource_Setup('sales_setup');
|
23 |
+
else
|
24 |
+
$install = $this;
|
25 |
+
|
26 |
+
$install->startSetup();
|
27 |
+
|
28 |
+
$install->run("DELETE FROM {$this->getTable('core_config_data')} WHERE `path` LIKE '%mpay%'");
|
29 |
+
|
30 |
+
$install->run("DROP TABLE if exists {$this->getTable('mpay24_debug')};");
|
31 |
+
|
32 |
+
$install->run("UPDATE {$this->getTable('sales_flat_quote_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
|
33 |
+
|
34 |
+
$install->run("UPDATE {$this->getTable('sales_flat_order_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
|
35 |
+
|
36 |
+
$install->addAttribute('quote_address', 'payment_charge_type', array('type' => 'varchar'));
|
37 |
+
$install->addAttribute('quote_address', 'payment_charge', array('type' => 'decimal'));
|
38 |
+
$install->addAttribute('quote_address', 'base_payment_charge', array('type' => 'decimal'));
|
39 |
+
|
40 |
+
$install->addAttribute('order', 'payment_charge_type', array('type' => 'varchar'));
|
41 |
+
$install->addAttribute('order', 'payment_charge', array('type' => 'decimal'));
|
42 |
+
$install->addAttribute('order', 'base_payment_charge', array('type' => 'decimal'));
|
43 |
+
|
44 |
+
$install->addAttribute('invoice', 'payment_charge_type', array('type' => 'varchar'));
|
45 |
+
$install->addAttribute('invoice', 'payment_charge', array('type' => 'decimal'));
|
46 |
+
$install->addAttribute('invoice', 'base_payment_charge', array('type' => 'decimal'));
|
47 |
+
|
48 |
+
$install->addAttribute('creditmemo', 'payment_charge_type', array('type' => 'varchar'));
|
49 |
+
$install->addAttribute('creditmemo', 'payment_charge', array('type' => 'decimal'));
|
50 |
+
$install->addAttribute('creditmemo', 'base_payment_charge', array('type' => 'decimal'));
|
51 |
+
|
52 |
+
$install->endSetup();
|
53 |
+
?>
|
app/design/adminhtml/default/default/template/mpay24/info/selectpayment.phtml
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @package default_defaut
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @version $Id: selectpayment.phtml
|
20 |
*/
|
21 |
?>
|
22 |
<p><b>
|
16 |
* @package default_defaut
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: selectpayment.phtml 19 2014-01-14 15:14:06Z sapolhei $
|
20 |
*/
|
21 |
?>
|
22 |
<p><b>
|
app/design/frontend/default/default/template/mpay24/form/area.phtml
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @version $Id: area.phtml
|
20 |
*/
|
21 |
?>
|
22 |
<?php
|
16 |
* @package Mpay24_Mpay24
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: area.phtml 19 2014-01-14 15:14:06Z sapolhei $
|
20 |
*/
|
21 |
?>
|
22 |
<?php
|
app/design/frontend/default/default/template/mpay24/form/dropDown.phtml
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @package default_defaut
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @version $Id: dropDown.phtml
|
20 |
*/
|
21 |
?>
|
22 |
<?php
|
16 |
* @package default_defaut
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: dropDown.phtml 19 2014-01-14 15:14:06Z sapolhei $
|
20 |
*/
|
21 |
?>
|
22 |
<?php
|
app/design/frontend/default/default/template/mpay24/info/selectpayment.phtml
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @package default_defaut
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @version $Id: selectpayment.phtml
|
20 |
*/
|
21 |
?>
|
22 |
<p><b>
|
16 |
* @package default_defaut
|
17 |
* @author Firedrago Magento
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
* @version $Id: selectpayment.phtml 19 2014-01-14 15:14:06Z sapolhei $
|
20 |
*/
|
21 |
?>
|
22 |
<p><b>
|
app/etc/modules/Mpay24_Mpay24.xml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
-
* @version $Id: Mpay24_Mpay24.xml
|
4 |
-->
|
5 |
<config>
|
6 |
<modules>
|
@@ -10,7 +10,7 @@
|
|
10 |
<depends>
|
11 |
<Mage_Payment />
|
12 |
</depends>
|
13 |
-
<version>1.
|
14 |
</Mpay24_Mpay24>
|
15 |
</modules>
|
16 |
</config>
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
+
* @version $Id: Mpay24_Mpay24.xml 17 2013-12-10 07:18:39Z sapolhei $
|
4 |
-->
|
5 |
<config>
|
6 |
<modules>
|
10 |
<depends>
|
11 |
<Mage_Payment />
|
12 |
</depends>
|
13 |
+
<version>1.5.1</version>
|
14 |
</Mpay24_Mpay24>
|
15 |
</modules>
|
16 |
</config>
|
app/locale/de_AT/Mpay24_Mpay24.csv
CHANGED
@@ -71,4 +71,5 @@
|
|
71 |
"Use proxy authentification","Proxy-Authenitifizierung verwenden"
|
72 |
"Proxy User","Proxy-Benutzer"
|
73 |
"Proxy Password","Proxy-Passwort"
|
74 |
-
"cURL: Verify the peer's certificate","cURL: Peers Zertifikate verfizieren"
|
|
71 |
"Use proxy authentification","Proxy-Authenitifizierung verwenden"
|
72 |
"Proxy User","Proxy-Benutzer"
|
73 |
"Proxy Password","Proxy-Passwort"
|
74 |
+
"cURL: Verify the peer's certificate","cURL: Peers Zertifikate verfizieren"
|
75 |
+
"SOFORT Banking end-state", "SOFORT Überweisung Endstatus"
|
app/locale/de_CH/Mpay24_Mpay24.csv
CHANGED
@@ -71,4 +71,5 @@
|
|
71 |
"Use proxy authentification","Proxy-Authenitifizierung verwenden"
|
72 |
"Proxy User","Proxy-Benutzer"
|
73 |
"Proxy Password","Proxy-Passwort"
|
74 |
-
"cURL: Verify the peer's certificate","cURL: Peers Zertifikate verfizieren"
|
|
71 |
"Use proxy authentification","Proxy-Authenitifizierung verwenden"
|
72 |
"Proxy User","Proxy-Benutzer"
|
73 |
"Proxy Password","Proxy-Passwort"
|
74 |
+
"cURL: Verify the peer's certificate","cURL: Peers Zertifikate verfizieren"
|
75 |
+
"SOFORT Banking end-state", "SOFORT Überweisung Endstatus"
|
app/locale/de_DE/Mpay24_Mpay24.csv
CHANGED
@@ -71,4 +71,5 @@
|
|
71 |
"Use proxy authentification","Proxy-Authenitifizierung verwenden"
|
72 |
"Proxy User","Proxy-Benutzer"
|
73 |
"Proxy Password","Proxy-Passwort"
|
74 |
-
"cURL: Verify the peer's certificate","cURL: Peers Zertifikate verfizieren"
|
|
71 |
"Use proxy authentification","Proxy-Authenitifizierung verwenden"
|
72 |
"Proxy User","Proxy-Benutzer"
|
73 |
"Proxy Password","Proxy-Passwort"
|
74 |
+
"cURL: Verify the peer's certificate","cURL: Peers Zertifikate verfizieren"
|
75 |
+
"SOFORT Banking end-state", "SOFORT Überweisung Endstatus"
|
app/locale/en_US/Mpay24_Mpay24.csv
CHANGED
@@ -71,4 +71,5 @@
|
|
71 |
"Use proxy authentification","Use proxy authentification"
|
72 |
"Proxy User","Proxy User"
|
73 |
"Proxy Password","Proxy Password"
|
74 |
-
"cURL: Verify the peer's certificate","cURL: Verify the peer's certificate"
|
|
71 |
"Use proxy authentification","Use proxy authentification"
|
72 |
"Proxy User","Proxy User"
|
73 |
"Proxy Password","Proxy Password"
|
74 |
+
"cURL: Verify the peer's certificate","cURL: Verify the peer's certificate"
|
75 |
+
"SOFORT Banking end-state", "SOFORT Banking end-state"
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>mPAY24</name>
|
4 |
-
<version>1.5.
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -26,11 +26,13 @@ Die Payment Lösung der mPAY24 GmbH unterstützt folgende Bezahlarten un
|
|
26 |

|
27 |

|
28 |
Weitere Informationen unter www.mPAY24.com</description>
|
29 |
-
<notes>
|
|
|
|
|
30 |
<authors><author><name>Filipp Akinfiev</name><user>firedrago</user><email>firedrago.magento@gmail.com</email></author></authors>
|
31 |
-
<date>2014-
|
32 |
-
<time>15:
|
33 |
-
<contents><target name="magelocale"><dir name="de_AT"><file name="Mpay24_Mpay24.csv" hash="
|
34 |
<compatible/>
|
35 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
36 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>mPAY24</name>
|
4 |
+
<version>1.5.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
26 |

|
27 |

|
28 |
Weitere Informationen unter www.mPAY24.com</description>
|
29 |
+
<notes>New backend setting:
|
30 |
+

|
31 |
+
1. SOFORT Banking stetes</notes>
|
32 |
<authors><author><name>Filipp Akinfiev</name><user>firedrago</user><email>firedrago.magento@gmail.com</email></author></authors>
|
33 |
+
<date>2014-06-24</date>
|
34 |
+
<time>15:38:53</time>
|
35 |
+
<contents><target name="magelocale"><dir name="de_AT"><file name="Mpay24_Mpay24.csv" hash="41971e0ef8bde0eb20c54820671870bd"/></dir><dir name="de_DE"><file name="Mpay24_Mpay24.csv" hash="41971e0ef8bde0eb20c54820671870bd"/></dir><dir name="de_CH"><file name="Mpay24_Mpay24.csv" hash="41971e0ef8bde0eb20c54820671870bd"/></dir><dir name="en_US"><file name="Mpay24_Mpay24.csv" hash="c61843a6c3eef222ccd3545ca29bcd85"/></dir></target><target name="mageetc"><dir name="modules"><file name="Mpay24_Mpay24.xml" hash="2f9e00b5f9b4f905d46783633e84f707"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="mpay24"><dir name="form"><file name="area.phtml" hash="8ba8ede657c9861502c3d8b2cb67e1de"/><file name="dropDown.phtml" hash="ade9bb344eaa3c6e2ed95f588e02a287"/></dir><dir name="info"><file name="selectpayment.phtml" hash="2d9e4841e6fc83314a51b16db9e8db71"/></dir></dir></dir><dir name="layout"><file name="mpay24.xml" hash="f61a3b1f24cf322c25d0cbfc23f473d6"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="mpay24"><dir name="info"><dir name="pdf"><file name="selectpayment.phtml" hash="fbdb9f2a8059cef41294ad0ebb66f6ed"/></dir><file name="selectpayment.phtml" hash="83455c7ce9ea601de4613ea6dc874b8d"/></dir></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Mpay24"><dir name="Mpay24"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="3370e076767f51aaf3a5e35564b64d7b"/></dir><dir name="Invoice"><file name="Totals.php" hash="45beeec6902eddd0a68d5d196c9c8993"/></dir><file name="Totals.php" hash="a9ea28f1c34c458ef346484a07a25ce4"/></dir><file name="Totals.php" hash="3e7a1e3c5e7beecf656708fb6ef451ba"/></dir><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Fieldset.php" hash="31b844c88656b15886884edceff8e2bf"/></dir></dir></dir></dir><dir name="Form"><file name="Selectpayment.php" hash="9ec3a4bd0d85368b1d1d8dd48a8b562c"/></dir><file name="Form.php" hash="72f46c1cddecdb39cac90558ae3f8f34"/><dir name="Info"><file name="Selectpayment.php" hash="8617c9b39fff14c9da36134823713b8d"/></dir><file name="Mpay24.php" hash="7cd507fba0979dc4f3eb937e37bc52ff"/><file name="ParentRedirect.php" hash="f99827ac084d828afdeeea9014933c57"/><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="1d10e5e7f3022b8b4e12ffaf9fa0b42d"/></dir><dir name="Invoice"><file name="Totals.php" hash="b531a8c77d11c6af8ff13807062c3a36"/></dir><file name="Totals.php" hash="6012cce58a706e6762c5624e52a6191b"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="d02323e509bf1e693641a007e881d84a"/></dir><dir name="Model"><dir name="Api"><file name="MDXI.xsd" hash="3862b41d1f4206b269b67247be503455"/><file name="MPay24Api.php" hash="6f96a97da40b296db3aabdd6447985a5"/><file name="MPay24MagentoShop.php" hash="65f9182181852215abd4321f5a544b77"/><file name="MPay24Shop.php" hash="ffad7b21f937968ee0bc92347aea217a"/><file name="cacert.pem" hash="b4bc508481b6291f414f4e6fd7e5d0a5"/><file name="curllog.log" hash="e6272b3e51c90856a520d1c6ab03f2fb"/><file name="orderXML.php" hash="704a162695cd9f540ca3123d0e7c6f12"/><dir name="xmls"><file name="Example_MDXI.xml" hash="dddd02e4cdc0905792c1a2a9f3681bfd"/></dir></dir><file name="Config.php" hash="3f24700f4a88009c8b288f0b28cdecc8"/><dir name="Entity"><file name="Setup.php" hash="b430870f5b30400666d49e872fcb1829"/></dir><dir name="Method"><file name="Abstract.php" hash="fc8ae6c60da3f92ad5a8f94e5f6685b3"/><file name="Selectpayment.php" hash="f0854bae6bdaa01e1e16b2804da6b9fd"/></dir><dir name="Mpay24"><file name="Debug.php" hash="0292a590e18f447302a567e4805cc395"/></dir><dir name="Mysql4"><dir name="Mpay24"><dir name="Debug"><file name="Collection.php" hash="8ad74bfe0138d89799966b0a5098b973"/></dir><file name="Debug.php" hash="92e0274bbf10e95551ee1b2ce32fe77f"/></dir><file name="Setup.php" hash="cfde4d0356acd80dfc7ab96eb6fbc435"/></dir><file name="Observer.php" hash="57fea1fb914ff658d569ed89d13fd26a"/><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><dir name="Total"><file name="Paymentcharge.php" hash="2a18a3056a29073476c71167b0123b65"/></dir></dir><dir name="Invoice"><dir name="Total"><file name="Paymentcharge.php" hash="0ac2ca2a09948eab7b5c29d3b167ed90"/></dir></dir></dir><dir name="Quote"><dir name="Address"><dir name="Total"><file name="Paymentcharge.php" hash="03cef9af1493b3a96fda734f8126c8cf"/></dir></dir></dir></dir><file name="Selectpayment.php" hash="6ff7750c42535e2921b17a7fab397f2a"/><file name="Session.php" hash="4b5004e1e1bb6eb411ff3462f0b01112"/><dir name="Source"><file name="AllowedIPs.php" hash="18da40de21159be4ac8be98909c5e284"/><file name="BillAddr.php" hash="80f771c682b65ed5f33eadfca86d6b58"/><file name="ClearingAction.php" hash="bafcc60b16e0345e0a12a49e7fb2ddc3"/><file name="FormTemplate.php" hash="d8d72b857ef3898a5b40601442408448"/><file name="PaidOrder.php" hash="ea962026625292782fd3830667419490"/><file name="PaymentCharge.php" hash="8f3f8b1548699bca5c63942e4c8916bb"/><file name="PaymentsActive.php" hash="408c0c11925732e2d6433d867d221d63"/><file name="Request.php" hash="89a5f1bc2c4984aaa2fdbe0e3e5e2b19"/><file name="Result.php" hash="85bafadd31d2f9da948721a8831f3d9e"/><file name="SOFORTState.php" hash="a16d4556b94f6a61312fc340af81a132"/><file name="ShoppingCartRowsAction.php" hash="bc66fc6256b192d6b113537a73211cf3"/><file name="System.php" hash="f6142277dfbdab3e0e71fb9814c24652"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Encrypted.php" hash="66086ea048550c72962e7690b9a1c768"/></dir></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="8ede56cc97e53af699648fa65566a7c5"/><file name="PaymentController.php" hash="b6c59b8161fa4e00467f7265e42cddc0"/></dir><dir name="etc"><file name="config.xml" hash="5097334083b860c94d36f94e39ec8d50"/><file name="system.xml" hash="65fffa3a650da9cb794a3e18a10fa119"/></dir><dir name="sql"><dir name="mpay24_setup"><file name="mysql4-install-1.5.1.php" hash="1654eef9d028fcaaaf5f4bfaee2ab796"/><file name="mysql4-upgrade-1.4.4-1.4.5.php" hash="05a7d1f81102a1f05ef2c4b8cf33aa85"/><file name="mysql4-upgrade-1.4.4-1.4.6.php" hash="5bf86d6498af63fb0afe3953c14d4e7e"/><file name="mysql4-upgrade-1.4.4-1.4.7.php" hash="08e2aa39f98e5c0cdb52cdb0823a015b"/><file name="mysql4-upgrade-1.4.4-1.4.8.php" hash="ae6956df0cf6530463d98b2f0b814e32"/><file name="mysql4-upgrade-1.4.4-1.4.9.php" hash="26f251d1939ee4d9a156499c61bbd7f3"/><file name="mysql4-upgrade-1.4.4-1.5.0.php" hash="1fe55f115daa227bd09beb69374621e2"/><file name="mysql4-upgrade-1.4.4-1.5.1.php" hash="86ea222887a1dfcf363ff84735e904f5"/><file name="mysql4-upgrade-1.4.5-1.4.6.php" hash="d87de8d8c3037199051d8e579a4ac3f9"/><file name="mysql4-upgrade-1.4.5-1.4.7.php" hash="86eb6d0edef7c76f4d709a1dd2187191"/><file name="mysql4-upgrade-1.4.5-1.4.8.php" hash="f3157f8e0ef74958e357ba5dcccc3fed"/><file name="mysql4-upgrade-1.4.5-1.4.9.php" hash="0f01b950b01f4ac0f9c78a200fd8f013"/><file name="mysql4-upgrade-1.4.5-1.5.0.php" hash="e4f57f182722b589520bf09b6081bdfb"/><file name="mysql4-upgrade-1.4.5-1.5.1.php" hash="dcc8afe56eddb38b918675858ac2c4a6"/><file name="mysql4-upgrade-1.4.6-1.4.7.php" hash="e041611350cc319072fd0cba3824ed96"/><file name="mysql4-upgrade-1.4.6-1.4.8.php" hash="e1c0aed8b5cc3c144ba50f9526e4e9db"/><file name="mysql4-upgrade-1.4.6-1.4.9.php" hash="ce762f7b367d3863a388316faac149f9"/><file name="mysql4-upgrade-1.4.6-1.5.0.php" hash="a91ab00502b876e17256c9008d6dd1b1"/><file name="mysql4-upgrade-1.4.6-1.5.1.php" hash="ff0b66cd0bed5e90bf274e294868a33d"/><file name="mysql4-upgrade-1.4.7-1.4.8.php" hash="71cd3d81e624084012b41031083ced69"/><file name="mysql4-upgrade-1.4.7-1.4.9.php" hash="f527ac405e1d125f5b563f21cc353d7b"/><file name="mysql4-upgrade-1.4.7-1.5.0.php" hash="c6ba413e9cc5351636d0b9562aadbffb"/><file name="mysql4-upgrade-1.4.7-1.5.1.php" hash="b9a3fd5e294c4abd7ad2ff1f59b25c09"/><file name="mysql4-upgrade-1.4.8-1.4.9.php" hash="86e238979b954ca3512ec5dc0075df5a"/><file name="mysql4-upgrade-1.4.8-1.5.0.php" hash="e9b8f18afbd5e25f49c3364ee7299629"/><file name="mysql4-upgrade-1.4.8-1.5.1.php" hash="344cc2c701ebecfd7ee87f096948d205"/><file name="mysql4-upgrade-1.4.9-1.5.0.php" hash="f2e6a9faccdbe7f37d1997ee3d1676bc"/><file name="mysql4-upgrade-1.4.9-1.5.1.php" hash="00e6081cdd6af44353e5c77aa9fd4f16"/><file name="mysql4-upgrade-1.5.0-1.5.1.php" hash="b13cab4e8f540eafaed6d1b67c2d36fd"/></dir></dir></dir></dir></target></contents>
|
36 |
<compatible/>
|
37 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
38 |
</package>
|