razorpay / razorpay-capacitor

Capacitor wrapper around Razorpay's Android and iOS SDKs
https://www.npmjs.com/package/com.razorpay.capacitor
12 stars 28 forks source link

[critical] razorpay does not trigger promise again once it is failed with try again #67

Open indraraj26 opened 1 year ago

indraraj26 commented 1 year ago

Promise in nature it is either going to resolve or reject. hence it will not invoke again.

Steps:

  1. Once you mark the transaction failure. (Promise is rejected with an error payment failed)
  2. Click on please try again and mark the payment success. (Will not return anything back).

Version: "capacitor-razorpay": "github:razorpay/razorpay-capacitor",

indraraj26 commented 1 year ago

@vivekshindhe please take a look.