ArunYogi / paytm-cordova-plugin

DEPRECATED Cordova plugin for Paytm application
6 stars 13 forks source link

Paytm integration in ionic-4 #37

Closed manojbharti closed 4 years ago

manojbharti commented 4 years ago

@ArunYogi, Please guide me to use this plugin with ionic version 4.

ArunYokesh1 commented 4 years ago

whats the issue u r facing with steps from Readme file.

manojbharti commented 4 years ago

@ArunYokesh1 I don't have declaration.d.ts file in my app so I am not able to understand where and which file i need to use in place of declaration.d.ts. Please guide me I am using ionic's version 4.12

ArunYokesh1 commented 4 years ago

@manojbharti , checkout ionic specific documentation https://github.com/ArunYogi/paytm-cordova-plugin/blob/master/README-IONIC.md

ArunYogi commented 4 years ago

@manojbharti , This is actually "Help wanted" case, I have given my help based on the input you have given to me. I have created a new ionic 4 app and injected this plugin. It worked without any extra modification. Just by saying "it didnt work" , doesn't give much insight into whats going wrong. you have to explain more on whats going wrong.

manojbharti commented 4 years ago

@ArunYogi I followed the steps from the Readme file which you provide above, but i am not able to understand step 7. Where to call plugin please help

Dipak26 commented 3 years ago

I called this plugin in ionic 5 and get paytm web UI my only concern is how I call the my angular api from there successcallback and error callback function. Because I am not able to get my component reference inside their callback in angular 10.