Subversion Repositories SmartDukaan

Rev

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

Rev 10270 Rev 10296
Line 1... Line 1...
1
{	
1
{	
2
	"results":$action.getResultJSON(),
2
	"results":$action.getResultJSON(),
3
        "options": [
3
    "options": [
-
 
4
    	{
-
 
5
            "label": "CASH ON DELIVERY",
-
 
6
            "type": "cod",
-
 
7
            "pay_option": 3000
-
 
8
        },
4
        {
9
        {
5
        	"label": "CONFIRM ORDER",
10
        	"label": "CONFIRM ORDER",
6
            "type": "zero",
11
            "type": "zero",
7
            "pay_option":3001
12
            "pay_option":3001
8
        },
13
        },
Line 14... Line 19...
14
                    "label": "Credit Cards issued in India",
19
                    "label": "Credit Cards issued in India",
15
                    "paymethods": [
20
                    "paymethods": [
16
                        {
21
                        {
17
                            "label": "TEST EBS",
22
                            "label": "TEST EBS",
18
                            "pay_option": 1001,
23
                            "pay_option": 1001,
19
                            "img": "images/banks-boi.png"
24
                            "img": ""
20
                        },
25
                        },
21
                        {
26
                        {
22
                            "label": "Visa",
27
                            "label": "Visa",
23
                            "pay_option": 2008,
28
                            "pay_option": 2008,
24
                            "img": "images/banks-boi.png"
29
                            "img": "images/payment/visa.png"
25
                        },
30
                        },
26
                        {
31
                        {
27
                            "label": "MasterCard",
32
                            "label": "MasterCard",
28
                            "pay_option": 2017,
33
                            "pay_option": 2017,
29
                            "img": "images/banks-boi.png"
34
                            "img": "images/payment/mastercard.png"
30
                        },
35
                        },
31
                        {
36
                        {
32
                            "label": "Diners Club",
37
                            "label": "Diners Club",
33
                            "pay_option": 1010,
38
                            "pay_option": 1010,
34
                            "img": "images/banks-boi.png"
39
                            "img": "images/payment/diners.png"
35
                        }
40
                        }
36
                    ]
41
                    ]
37
                },
42
                },
38
                {
43
                {
39
                    "label": "Credit Cards issued outside India",
44
                    "label": "Credit Cards issued outside India",
40
                    "paymethods": [
45
                    "paymethods": [
41
                        {
46
                        {
42
                            "label": "Visa",
47
                            "label": "Visa",
43
                            "pay_option": 1008,
48
                            "pay_option": 1008,
44
                            "img": "images/banks-boi.png"
49
                            "img": "images/payment/visa.png"
45
                        },
50
                        },
46
                        {
51
                        {
47
                            "label": "MasterCard",
52
                            "label": "MasterCard",
48
                            "pay_option": 1017,
53
                            "pay_option": 1017,
49
                            "img": "images/banks-boi.png"
54
                            "img": "images/payment/mastercard.png"
50
                        },
55
                        },
51
                        {
56
                        {
52
                            "label": "Diners Club",
57
                            "label": "Diners Club",
53
                            "pay_option": 1010,
58
                            "pay_option": 1010,
54
                            "img": "images/banks-boi.png"
59
                            "img": "images/payment/diners.png"
55
                        }
60
                        }
56
                    ]
61
                    ]
57
                }
62
                }
58
            ]
63
            ]
59
        },
64
        },
Line 232... Line 237...
232
                    "label": "ItzCash",
237
                    "label": "ItzCash",
233
                    "pay_option": 1012,
238
                    "pay_option": 1012,
234
                    "img": "images/banks-boi.png"
239
                    "img": "images/banks-boi.png"
235
                }
240
                }
236
            ]
241
            ]
237
        },
-
 
238
        {
-
 
239
            "label": "CASH ON DELIVERY",
-
 
240
            "type": "cod",
-
 
241
            "paymethods": [
-
 
242
                {
-
 
243
                    "label": "",
-
 
244
                    "pay_option": 3000,
-
 
245
                    "img": "images/banks-boi.png"
-
 
246
                }
-
 
247
            ]
-
 
248
        }
242
        }
249
    ]
243
    ]
250
}
244
}
251
245