We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello on a fresh woocommerce 3.6.3, the cancel button returns to a success page , triggering a success mail on failed order (pending)
I tried to analyse the code and find here wp-content/plugins/payline-woocommerce-master/class-wc-gateway-payline.php:644
$doWebPaymentRequest['cancelURL']=$doWebPaymentRequest['notificationURL'];
which I decided to change to
$doWebPaymentRequest['cancelURL'] = home_url('/');
are you aware of this problem ?
The text was updated successfully, but these errors were encountered:
Hi I have the same problem in 2021. So, like you, I changed the code of this file
Sorry, something went wrong.
No branches or pull requests
Hello on a fresh woocommerce 3.6.3, the cancel button returns to a success page , triggering a success mail on failed order (pending)
I tried to analyse the code and find here
wp-content/plugins/payline-woocommerce-master/class-wc-gateway-payline.php:644
$doWebPaymentRequest['cancelURL']=$doWebPaymentRequest['notificationURL'];
which I decided to change to
$doWebPaymentRequest['cancelURL'] = home_url('/');
are you aware of this problem ?
The text was updated successfully, but these errors were encountered: