safaricom / mpesa-php-sdk

A PHP sdk for the new Mpesa RESTful APIs
188 stars 211 forks source link

A small correction in TransactionCallbacks.php #27

Open MafuraG opened 5 years ago

MafuraG commented 5 years ago

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 commented 5 years ago

Hi @MafuraG Noted. I am fixing it ASAP