Subversion Repositories SmartDukaan

Rev

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

Rev 420 Rev 2303
Line 5... Line 5...
5
#
5
#
6
 
6
 
7
from thrift.Thrift import *
7
from thrift.Thrift import *
8
from ttypes import *
8
from ttypes import *
9
 
9
 
-
 
10
PAYMENT_METHOD = {
-
 
11
  "1001" : "EBS-TEST Payment",
-
 
12
  "1004" : "EBS-AXIS Bank Account",
-
 
13
  "1007" : "EBS-HDFC Bank Account",
-
 
14
  "1008" : "EBS-VISA",
-
 
15
  "1009" : "EBS-Citi Bank Debit Card",
-
 
16
  "1010" : "EBS-Diners Club",
-
 
17
  "1012" : "EBS-ItzCash",
-
 
18
  "1015" : "EBS-JK Bank Account",
-
 
19
  "1016" : "EBS-ICICI Bank Account",
-
 
20
  "1017" : "EBS-MasterCard",
-
 
21
  "1029" : "EBS-Federal Bank Account",
-
 
22
  "1032" : "EBS-State Bank of India Netbanking",
-
 
23
  "1033" : "EBS-State Bank of Bikaner and Jaipur Netbanking",
-
 
24
  "1034" : "EBS-State Bank of Hyderabad Netbanking",
-
 
25
  "1035" : "EBS-State Bank of Patiala Netbanking",
-
 
26
  "1036" : "EBS-State Bank of Shaurashtra Netbanking",
-
 
27
  "1037" : "EBS-State Bank of Indore Netbanking",
-
 
28
  "1038" : "EBS-State Bank of Mysore Netbanking",
-
 
29
  "1039" : "EBS-State Bank of Travancore Netbanking",
-
 
30
  "1040" : "EBS-Citi Bank Reward Point",
-
 
31
  "1127" : "EBS-Citi Bank Account",
-
 
32
  "1132" : "EBS-Done Card",
-
 
33
}
-
 
34