Subversion Repositories SmartDukaan

Rev

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

Rev 10309 Rev 10321
Line 1... Line 1...
1
{
1
{
2
	"results":$action.getResultJson(),
2
	"results":$action.getResultJson(),
3
    "options":
3
    "options": [
4
        {
4
        {
5
            "label": "CREDIT CARDS",
5
            "label": "CREDIT CARDS",
6
            "type": "creditcards",
6
            "type": "creditcards",
7
            "paymethods": [
7
            "paymethods": [
8
                {
8
                {
Line 177... Line 177...
177
                    "pay_option": 1213,
177
                    "pay_option": 1213,
178
                    "img": "images/banks-iob.png"
178
                    "img": "images/banks-iob.png"
179
                }
179
                }
180
            ]
180
            ]
181
        }
181
        }
182
	}
182
	]
183
}
183
}
184
184