nstudio / nativescript-paytm

Paytm SDK implementation for NativeScript. Add paytm payments capability to your NativeScript app. :money_with_wings: :moneybag:
Apache License 2.0
0 stars 1 forks source link

Plugin not working #7

Open digifost opened 4 years ago

digifost commented 4 years ago

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

Describe the steps to reproduce it. I have integrated the plugin with Nativescript-angular for Android. However, after following the demo app, i am just getting the 404 error. Please let me know if i am missing anything

shiv19 commented 4 years ago

Hi @digifost, I wrote this plugin 3 years ago, so I think some paytm APIs might have changed by now. If you follow through their integration docs and find any changes, please make those changes to a fork of this repo and PR is back here, so that we can publish a new version for you :)

digifost commented 4 years ago

@shiv19 ..Thanks for your quick response. Sorry to say, but I am very new to Nativescript, havent gone that far to create or access Native API's, can you help me on this ?

shiv19 commented 4 years ago

@digifost actually, can you try integrating the plugin with nativescript-angular first? Because the 404 error is expected as the demo merchant details that I used 3 years ago may no longer be valid. Let me know if you still get 404 after integration.

digifost commented 4 years ago

@shiv19 ..I am trying with Nativescript-Angular only. And also i am using different merchant details and generating checksum from backend. Just one quick question, do we get 404 error even when Order details are incorrect?

shiv19 commented 4 years ago

Yes it is possible to get a 404 if the order details are incorrect. For instance if the website is wrong, it could lead to a 404.

My timezone is NZST, will only be able to look at this later tomorrow.

digifost commented 4 years ago

Sure, I will wait for your response. Till then i will also try and keep you posted.

Appreciate your help....

shiv19 commented 4 years ago

Hey @digifost on a quick look at their developer docs, I noticed that they have completely changed the name of their sdk image

so this plugin probably requires a rewrite at this point..

Rashids5776 commented 3 years ago

any updates on this please?

shiv19 commented 3 years ago

@Rashids5776 I don't intend to rewrite this plugin currently. But feel free to take the code in this plugin as reference and write your own plugin for it :)