Quote Originally Posted by jeking View Post
I'm seeing this on a client site.

--> PHP Deprecated: Creation of dynamic property square_webPay::$oauthClient is deprecated in /home/calendars/public_html/store/includes/modules/payment/square_webPay.php on line 128.

Plugin version: 1.0.4
PHP 8.2.9
Zen Cart 1.5.8a

Is there a fix I missed?
Should we roll back to an earlier PHP version?
hi jim,
v 1.0.4 makes use of square SDK version: 17.2.0.20220216. This SDK requires php 7.4 - php 8.0.

the error you are seeing is from php 8.2.

you may be able to run with php 8.1; but i have not tested it.

best.