anandsiddharth / laravel-paytm-wallet

Integrate paytm wallet in your laravel application easily with this package. This package uses official Paytm PHP SDK's.
MIT License
94 stars 42 forks source link

FatalErrorException in StatusCheckProvider.php line 6 #5

Closed itsavinash closed 7 years ago

itsavinash commented 7 years ago

Hi,

I am facing this issue whenever trying to access the StatusCheckProvider for and existing order.

FatalErrorException in StatusCheckProvider.php line 6: Access level to Anand\LaravelPaytmWallet\Providers\StatusCheckProvider::$response must be protected (as in class Anand\LaravelPaytmWallet\Providers\PaytmWalletProvider) or weaker

anandsiddharth commented 7 years ago

hi @itsavinash Thanx for reporting! Just release a patch, update the package. https://github.com/anandsiddharth/laravel-paytm-wallet/releases/tag/v1.0.3

Peace

debeniter86 commented 7 years ago

Hi,

I have updated composer update with "anandsiddharth/laravel-paytm-wallet": "1.0.3", But it's not working. I am getting same error. Is there anything need to changed?