Skip to content
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

A small correction in TransactionCallbacks.php #27

Open
MafuraG opened this issue Sep 17, 2018 · 1 comment
Open

A small correction in TransactionCallbacks.php #27

MafuraG opened this issue Sep 17, 2018 · 1 comment

Comments

@MafuraG
Copy link

MafuraG commented Sep 17, 2018

line 255 of TransactionCallbacks.php reads
$amount=$callbackData->stkCallback->Body->CallbackMetadata->Item[0]->Value;

it should be

$amount=$callbackData->Body->stkCallback->CallbackMetadata->Item[0]->Value;

@mossey
Copy link
Contributor

mossey commented Sep 24, 2018

Hi @MafuraG Noted. I am fixing it ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants