-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error after switching to live key #47
Comments
this happens when stage is false |
"ER_CANT_AGGREGATE_2COLLATIONS" sounds like an error from MariaDB. I believe this is coming from Rave backend. |
Yea, seems rave updated their url to version 3, please can you check that? |
Please, where did you get this information? |
Flutterwave has a new plugin for flutter and has information about the new url version. the plugin is buggy and not as clean as urs. https://pub.dev/packages/flutterwave |
Do you mean this "https://api.ravepay.co/v3/sdkcheckout/"? I can't seem to find any public information about it. |
Yes. the new url it requires authorization bearer to be public or secret key. Please were you able to replicate the error I had? |
No, I didn't. I no longer have access to live keys. Please, can you send paste the construction of the |
for this https://pub.dev/packages/flutterwave ? |
Nope, for this package. |
static final String basePath = "/flwv3-pug/getpaidx/api"; Future charge(ChargeRequestBody body) async { class ChargeResponseModel extends Equatable { ChargeResponseModel({ factory ChargeResponseModel.fromJson(Map<String, dynamic> json) { Map<String, dynamic> toJson() => rawResponse; @OverRide |
I actually asked for the way you're calling this plugin to make the payment. However, I am currently in a conversation with Flutterwave on this issue and I will revert when I have more information. |
okay, I'm calling it the same way you did from the example project. the only difference is the ..staging which false, and the test keys were changed to live keys |
any update? |
RaveResult{status: RaveStatus.error, rawResponse: null, message: ER_CANT_AGGREGATE_2COLLATIONS: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='}
how can I solve this?
The text was updated successfully, but these errors were encountered: