razorpay / razorpay-flutter

Razorpay Flutter Plugin
MIT License
106 stars 147 forks source link

fix: responseBody in PaymentFailureResponse #368

Open dangtienngoc opened 8 months ago

dangtienngoc commented 8 months ago

Procedure:

  1. Use live mode key to create order ID on server
  2. On the app use test mode key
  3. The app will thought message on the consoles String can assign to Map<dynamic, dynamic>?
  4. The payment sheet close without any issue.