nelsonweze / nravepay

Nravepay is a package that makes accepting card payments in a flutter project easier using Flutterwave
https://pub.dev/packages/nravepay
MIT License
3 stars 2 forks source link

Payment failing with tripledes error at runtime #32

Open AsapJ4E opened 2 years ago

AsapJ4E commented 2 years ago

Error from debug console below:

` RangeError (end): Invalid value: Only valid value is 0: 2 [log] #0 RangeError.checkValidRange (dart:core/errors.dart:356:9)

1 List.sublist (dart:core-patch/growable_array.dart:84:38)`

Steps to reproduce: Setup plugin Setup Initializer and call Paymanger().prompt() Fill in card details and hit pay.

PS: Run with sound nullsafety

nisone commented 1 year ago

Have error from debug console too: charge {status: error, message: An error occured while attempting to decrypt some parameters, data: null} Steps to reproduce: Setup plugin Setup Initializer and call Paymanger().prompt() Fill in card details and hit pay.