NDboots:
.....
I'm not sure if the the problem is the Square Webpayment module, or if it is with Square Up that is unsatisfied now with the Square Webpayment module???
...
i can assure you as i stated here, the error message is pretty clear. you have a problem on your end. plenty of people are running 3.1.1 without problems.
your issue seems to be with your OAuth token. it is no longer valid. and you are now outside of the refresh token window.
i would go here:
admin -> payment module -> square webpay -> edit
once there, go up to your URL, and the add the following to your URL:
&sandbox=4
you will now see 3 new keys:
Live Merchant Token
Square Token TTL (read only)
Square Refresh Token (read only)
Delete all 3 of them.
then go back to the docs, and find out how to get a new OAuth token. the docs are here:
https://docs.zen-cart.com/user/payment/square/
you need to get the status light green again.
NDboots:
Also, I seen that my shopping cart has a new Version of Zen Cart 2.2.2. I checked the MxWorks website and see that he has Squarewebpay 3.1.2 which is a slightly corrected version of 3.1.1. Will that work with the newest version of ZenCart if I install it?
until you get a new OAuth token, no version of square webpay will work.
i would suggest creating a cronjob (which is listed somewhere in those docs) to automatically refresh your OAuth token.
best.