Flutterwave / PHP-v3

PHP Library for Flutterwave v3 APIs
MIT License
18 stars 17 forks source link

Errors in library #44

Closed habideen closed 1 year ago

habideen commented 1 year ago

Hi.

You guys have really done a great job by developing this awesome platform. On the contrary you gave me spitting headache trying to figure why your code does not work. So many bugs in it trying to interface it with laravel application.

In EventHandlerController under onSuccessful($transactionData), $transactionData->status returns successful not success.

$payment->logger->warning('Stop!!! Please pass the txref parameter!'); not $payment->logger->warn('Stop!!! Please pass the txref parameter!'); the method warn was never implemented.

The are tons of these errors but this are the few I can mention for now.

I look forward to the fix. Thanks, and God bless y'all.

bajoski34 commented 1 year ago

Hi @habideen thank you for bringing this to our attention. we are looking into it.