issues
search
marinsagovac
/
woocommerce-tcom-payway
[WORDPRESS] Woocommerce plugin for payment service using PayWay HT payment gateway service
MIT License
26
stars
16
forks
source link
Fix for the php deprecated dynamic property warning
#32
Closed
jovialcore
closed
3 hours ago
jovialcore
commented
1 day ago
This pull request addresses the issue raised
here
What the issue is all about: As of php 8.2+, dynamic property has been deprecated. So it is no longer possible to auto-set a property.
What I did:
I delcared the property individually. Setting them to a private property declaration This will fix the issue as reported.
marinsagovac
commented
3 hours ago
Will publish under 1.8.3