mrdishant / Paytm-All-in-one-flutter-sdk

A Flutter plugin to use the Paytm as a gateway for accepting online payments in Flutter app.
Other
10 stars 7 forks source link

Add test environment support #4

Closed ankitmundada closed 4 years ago

ankitmundada commented 4 years ago

This enables usage of payTM Test API with this plugin. To use test API, just set the isStaging in payWithPaytm to true.
Note: Make sure to use staging environment API key and Merchant ID when doing this.