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

Function mcrypt_get_block_size() is deprecated #8

Closed suraj-jadhav closed 6 years ago

suraj-jadhav commented 7 years ago

screenshot from 2017-09-04 16 30 14

sinppet 1

anandsiddharth commented 7 years ago

@suraj-jadhav The paytm sdk has an issue. I am working on it probably release another update in next week.

Please join me on gitter chat for updates: https://gitter.im/laravel-paytm-wallet/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

Thanks

anandsiddharth commented 7 years ago

UPDATE

Paytm has not yet officially add support for PHP 7.1 in its SDK. Prefer downgrading your PHP version to 7.0 and use the latest version of this package.

I will let the issue remain open because it's not yet genuinely solved.

Thanks!

rssawhney commented 6 years ago

@anandsiddharth i got a file from paytm where they are using the openssl functions for php 7.1 I can share it with you Also see https://github.com/Paytm-Payments/Paytm_Web_Sample_Kit_PHP/pull/7 http://paywithpaytm.com/developer/discussion/topic/php-7-x-deprecated-methods/#post-33557

anandsiddharth commented 6 years ago

Thanx @rssawhney ! I will check on that!

rssawhney commented 6 years ago

here's the file sent to me by paytm encdec_paytm.txt

anandsiddharth commented 6 years ago

This issue is now fixed and now available for update via composer. Release tag: v1.0.5 Commit : https://github.com/anandsiddharth/laravel-paytm-wallet/commit/e1d200870dfa1729df792a427bf7af494c527f7d

https://github.com/anandsiddharth/laravel-paytm-wallet/releases/tag/v1.0.5

Thanx @rssawhney :hugs: !

BTW prefer creating a pull request next time :smiley:

Closing the issue as it is resolved.

backend-cliffex commented 5 years ago

i am facing same error in Paytm. but now resolve through rssawhney helps. so thanks rssawhney #