owen2345 / camaleon-ecommerce

This is an ecommerce plugin for CAMALEON CMS
MIT License
21 stars 20 forks source link

PayU.in payment GW support #27

Closed mazharoddin closed 8 years ago

mazharoddin commented 8 years ago

Hi @owen2345, Can you please provide PayU.in payment gateway support during checkout, currently this is only free payment gateway for Indian customers, it would be great help if you can add support for PayU.in, since we can't use paypal, stripe etc payment Gateways. Here is the official repository of PayU.in. git@github.com:payu-india/PayU-Integration-Kit-ROR.git

owen2345 commented 8 years ago

I added hooks to add custom payment methods: https://github.com/owen2345/camaleon-ecommerce/blob/master/app/helpers/plugins/ecommerce/ecommerce_functions_helper.rb#L53

mazharoddin commented 8 years ago

@owen2345, Thank you!!