Rev 8020 |
Rev 8788 |
Go to most recent revision |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 8020 |
Rev 8195 |
| Line 272... |
Line 272... |
| 272 |
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
|
272 |
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
|
| 273 |
<soap:Body>
|
273 |
<soap:Body>
|
| 274 |
<SaholicRechargeSaleTransfer xmlns="http://tempuri.org/">
|
274 |
<SaholicRechargeSaleTransfer xmlns="http://tempuri.org/">
|
| 275 |
"""
|
275 |
"""
|
| 276 |
|
276 |
|
| 277 |
XML = XML + store_string + date_string + cash_string + card_string + type_string + amount_string
|
277 |
XML = XML + store_string + date_string + cash_string + card_string + "<Cheque>0</Cheque>" + type_string + amount_string
|
| 278 |
|
278 |
|
| 279 |
footer = """
|
279 |
footer = """
|
| 280 |
</SaholicRechargeSaleTransfer>
|
280 |
</SaholicRechargeSaleTransfer>
|
| 281 |
</soap:Body>
|
281 |
</soap:Body>
|
| 282 |
</soap:Envelope>
|
282 |
</soap:Envelope>
|