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

404 Not Found Error nginx/1.6.2 #6

Open AmarMMS opened 5 years ago

AmarMMS commented 5 years ago

Error In Console: chromium: [INFO:library_loader_hooks.cc(50)] Chromium logging enabled: level = 0, default verbosity = 0 chromium: [ERROR:filesystem_posix.cc(89)] stat /data/user/0/org.nativescript.bitbiiplantation/cache/WebView/Crashpad: No such file or directory (2) chromium: [ERROR:filesystem_posix.cc(62)] mkdir /data/user/0/org.nativescript.bitbiiplantation/cache/WebView/Crashpad: No such file or directory (2)

My Order Pram is const order: Order = { // This will fail saying duplicate order id // generate your own order to test this. MID: "MGiKxxxxxxxxxx3", ORDER_ID: "oamar25415", CUST_ID: "camar25415", INDUSTRY_TYPE_ID: "Retail", CHANNEL_ID: "WAP", TXN_AMOUNT: "1", WEBSITE: "WEBSTAGING", CALLBACK_URL: "https://securegw-stage.paytm.in/theia/paytmCallback?ORDER_ID=oamar25415", CHECKSUMHASH: "n8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxt0=" }; paytm.createOrder(order); paytm.initialize("STAGING");

I am using Nativescript +Angular2 for paytm integration Please resolve my problem

digifost commented 4 years ago

Hi , Anybody able to resolve the above mentioned issue. I am also facing same issue