abdulmueid / mpesa-php-api

PHP library for M-Pesa API (Mozambique)
MIT License
44 stars 26 forks source link

Adding response error #5

Open herquiloidehele opened 5 years ago

herquiloidehele commented 5 years ago

Estas modificações irão permitir que erros também sejam mostrados no TransactionResponse em caso de alguma falha na requisição do Curl. Actualmente em caso de erro com a requisição , o TransactionResponse fica vazio.

abdulmueid commented 4 years ago

Good catch. Please add parentheses around the if statements as per PSR-2 style guidelines. Will merge thereafter.

The master branch has moved on to support v1x Api. Still a good suggestion. Can you fix this on the current master and create a PR?

Thanks