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
92 stars 40 forks source link

Not working in Laravel 8 #58

Closed rscipher001 closed 3 years ago

rscipher001 commented 3 years ago

Here is the reason

URL: https://laravel.com/docs/8.x/upgrade

Screenshot_20200924-121101_1.png

dharmendrashah commented 3 years ago

same

anandsiddharth commented 3 years ago

Hoping to fix this Sunday. Meanwhile it would be great if someone shares staging/sandbox merchant details in discord https://discord.gg/DA7XN5

shubham110019 commented 3 years ago

Undefined property: Anand\LaravelPaytmWallet\PaytmWalletManager::$app

sadique-cws commented 3 years ago

Undefined property: Anand\LaravelPaytmWallet\PaytmWalletManager::$app

Shubham replace $this->app with $this->container

Manager $app Property The previously deprecated $app property of the Illuminate\Support\Manager class has been removed. If you were relying on this property, you should use the $container property instead.

shubham110019 commented 3 years ago

thanx bro it's working

On Mon, 26 Oct 2020 at 16:52, sadique hussain notifications@github.com wrote:

Undefined property: Anand\LaravelPaytmWallet\PaytmWalletManager::$app

Shubham replace $this->app with $this->container

Manager $app Property The previously deprecated $app property of the Illuminate\Support\Manager class has been removed. If you were relying on this property, you should use the $container property instead.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/anandsiddharth/laravel-paytm-wallet/issues/58#issuecomment-716484522, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGVXRIJKN4SXFKS45N2CU7TSMVLV3ANCNFSM4RXMZOBA .