samyam-a / PayTM-PhoneGap-Plugin

Enables integration of PayTM Mobile Payments into a Cordova/Phonegap/Ionic based hybrid app.
5 stars 22 forks source link

Plugin not work #17

Open sagar2914 opened 7 years ago

sagar2914 commented 7 years ago

Hi ,

I am trying to implement paytm integration in my hybrid app. I have set the required parameters and yet its not calling the server.

While installing the plugin have given the required variables; checksum generate url , checksum verify url, webiste, mid , industry type id and on button click am calling window.plugins.paytm.startPayment(orderId, custid, 'email', mobile, amount, successCallback, failureCallback) function with proper params.

on calling, but not get any message or any page.

This is for android platform. I have tried putting window.plugin code in device ready function and it is of no help.

How can I set the call for staging server and production server. ? Can you please help in this.