forked from sharpspring/strading
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorder.xml
executable file
·57 lines (57 loc) · 1.33 KB
/
order.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<requestblock version="3.67">
<alias></alias>
<request type="ORDER">
<merchant>
<orderreference/>
<returnurl/>
<cancelurl/>
<email/>
<name/>
</merchant>
<customer>
<telephone/>
<email/>
<forwardedip/>
<ip/>
<premise/>
<street/>
<county/>
<country/>
<postcode/>
<town/>
<name>
<middle/>
<prefix/>
<last/>
<first/>
</name>
</customer>
<billing>
<amount/>
<premise/>
<street/>
<town/>
<county/>
<country/>
<email/>
<postcode/>
<telephone/>
<name>
<middle/>
<prefix/>
<last/>
<suffix/>
<first/>
</name>
<payment type="PAYPAL">
<locale/>
<paypalemail/>
</payment>
</billing>
<settlement/>
<operation>
<sitereference/>
<accounttypedescription>ECOM</accounttypedescription>
</operation>
</request>
</requestblock>