Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Deprecated: Creation of dynamic property #12

Open
asheroto opened this issue May 13, 2024 · 0 comments
Open

PHP Deprecated: Creation of dynamic property #12

asheroto opened this issue May 13, 2024 · 0 comments

Comments

@asheroto
Copy link

Hey there!

I know this is just a warning due a newer version of PHP being used, but thought I'd report it just in case your team wasn't aware.
Using php 8.2.18. Starting in version 8.2, php has deprecated the creation of dynamic properties.

You may be able to just add the #[AllowDynamicProperties] attribute.

Details

[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__expired_license is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/misc_methods_trait.php on line 86
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$easy_digital_downloads is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 52
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$woocommerce is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 53
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__currencies is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 20
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/api_trait.php on line 31
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Component.php on line 17
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$data is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Account.php on line 235
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\API::$__account is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/API.php on line 26
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$address_length is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$contract is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$decimal_precision is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$erc20 is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$group is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$name is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$qr_code is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$supports is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies/Currency.php on line 201
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$divider is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$token_id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__mycryptocheckoutwalletsWalletswallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/plainview/sdk/object_stores/Store.php on line 68
[13-May-2024 18:21:12 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__wallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/wallets_trait.php on line 20
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__expired_license is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/misc_methods_trait.php on line 86
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$easy_digital_downloads is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 52
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$woocommerce is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 53
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__currencies is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 20
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/api_trait.php on line 31
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Component.php on line 17
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$data is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Account.php on line 235
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\API::$__account is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/API.php on line 26
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$address_length is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$contract is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$decimal_precision is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$erc20 is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$group is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$name is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$qr_code is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$supports is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies/Currency.php on line 201
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$divider is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$token_id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__mycryptocheckoutwalletsWalletswallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/plainview/sdk/object_stores/Store.php on line 68
[13-May-2024 18:21:21 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__wallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/wallets_trait.php on line 20
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__expired_license is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/misc_methods_trait.php on line 86
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$easy_digital_downloads is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 52
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$woocommerce is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 53
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__currencies is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 20
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/api_trait.php on line 31
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Component.php on line 17
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$data is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Account.php on line 235
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\API::$__account is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/API.php on line 26
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$address_length is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$contract is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$decimal_precision is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$erc20 is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$group is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$name is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$qr_code is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$supports is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies/Currency.php on line 201
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$divider is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$token_id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__mycryptocheckoutwalletsWalletswallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/plainview/sdk/object_stores/Store.php on line 68
[13-May-2024 18:21:43 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__wallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/wallets_trait.php on line 20
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__expired_license is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/misc_methods_trait.php on line 86
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$easy_digital_downloads is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 52
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$woocommerce is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 53
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__currencies is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 20
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/api_trait.php on line 31
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Component.php on line 17
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$data is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Account.php on line 235
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\API::$__account is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/API.php on line 26
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$address_length is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$contract is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$decimal_precision is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$erc20 is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$group is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$name is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$qr_code is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$supports is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies/Currency.php on line 201
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$divider is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$token_id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__mycryptocheckoutwalletsWalletswallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/plainview/sdk/object_stores/Store.php on line 68
[13-May-2024 18:22:52 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__wallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/wallets_trait.php on line 20
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__expired_license is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/misc_methods_trait.php on line 86
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$easy_digital_downloads is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 52
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$woocommerce is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 53
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__currencies is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 20
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/api_trait.php on line 31
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Component.php on line 17
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$data is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Account.php on line 235
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\API::$__account is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/API.php on line 26
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$address_length is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$contract is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$decimal_precision is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$erc20 is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$group is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$name is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$qr_code is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$supports is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies/Currency.php on line 201
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$divider is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$token_id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__mycryptocheckoutwalletsWalletswallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/plainview/sdk/object_stores/Store.php on line 68
[13-May-2024 18:23:13 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__wallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/wallets_trait.php on line 20
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__expired_license is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/misc_methods_trait.php on line 86
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$easy_digital_downloads is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 52
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$woocommerce is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 53
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__currencies is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 20
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/api_trait.php on line 31
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Component.php on line 17
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$data is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Account.php on line 235
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\api\v2\wordpress\API::$__account is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/API.php on line 26
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$address_length is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$contract is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$decimal_precision is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$erc20 is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$group is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$name is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$qr_code is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$supports is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies/Currency.php on line 201
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$divider is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\currencies\Currency::$token_id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__mycryptocheckoutwalletsWalletswallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/plainview/sdk/object_stores/Store.php on line 68
[13-May-2024 18:23:22 UTC] PHP Deprecated:  Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__wallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/wallets_trait.php on line 20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants