Subversion Repositories SmartDukaan

Rev

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

Rev 10304 Rev 10665
Line 224... Line 224...
224
            "type": "cashcards",
224
            "type": "cashcards",
225
            "paymethods": [
225
            "paymethods": [
226
                {
226
                {
227
                    "label": "Done Card",
227
                    "label": "Done Card",
228
                    "pay_option": 1132,
228
                    "pay_option": 1132,
229
                    "img": "images/banks-boi.png"
229
                    "img": "images/payment/done-cards.gif"
230
                },
230
                },
231
                {
231
                {
232
                    "label": "ICash",
232
                    "label": "ICash",
233
                    "pay_option": 1134,
233
                    "pay_option": 1134,
234
                    "img": "images/banks-boi.png"
234
                    "img": "images/payment/icashcard.gif"
235
                },
235
                },
236
                {
236
                {
237
                    "label": "ItzCash",
237
                    "label": "ItzCash",
238
                    "pay_option": 1012,
238
                    "pay_option": 1012,
239
                    "img": "images/banks-boi.png"
239
                    "img": "images/itz-cash.gif"
240
                }
240
                }
241
            ]
241
            ]
242
        }
242
        }
243
    ]
243
    ]
244
}
244
}
245
245