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

Displays a message when using with WooCommerce > 7.8.0 #32

Open
sburlot opened this issue Sep 26, 2023 · 0 comments
Open

Displays a message when using with WooCommerce > 7.8.0 #32

sburlot opened this issue Sep 26, 2023 · 0 comments

Comments

@sburlot
Copy link

sburlot commented Sep 26, 2023

Release note claims "[Tested Against] Woocommerce 8.0.0", but the plugins displays a message when using WooCommerce > 7.8.0
"A version of the PostFinanceCheckout plugin is yet to be released for this version of WooCommerce."

Change the line
const WC_MAXIMUM_VERSION = '7.8.0';
in woocommerce-postfinancecheckout.php
to
const WC_MAXIMUM_VERSION = '8.0.0';

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

No branches or pull requests

1 participant