Subversion Repositories SmartDukaan

Rev

Rev 4016 | Rev 5527 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4016 Rev 4090
Line 1... Line 1...
1
#!/usr/bin/python
1
#!/usr/bin/python
-
 
2
'''
-
 
3
It is used to process transactions for which the payment 
-
 
4
was received but the order was not submitted for processing.
-
 
5
A few known cases:
-
 
6
 1. Missing transfer price for an item
-
 
7
 2. Lack of AWB numbers
-
 
8
 3. Amount mismatch
-
 
9
 4. Payment was successful but the user was not redirected to
-
 
10
 our website.
2
 
11
 
-
 
12
@author: Chandranshu
-
 
13
'''
3
import optparse
14
import optparse
4
import sys
15
import sys
5
 
16
 
6
from thrift.Thrift import TException
17
from thrift.Thrift import TException
7
import traceback
18
import traceback