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 (it's me again ^^),
Automatic return url to the merchant shop can be very useful in some cases (especially when you don't implement IPN url hum hum 😅)
Systempay allow that by providing extra datas to put on the form, see the documentation here.
It would be great to provide extra option in your plugin that would add that datas to the form.
for example :
$gateway->setAutomaticReturnUrl(true);
or something like that.
Thank you
The text was updated successfully, but these errors were encountered:
Hi @PubliAlex ,
Do you think that timeouts and messages related to this function need to be editable too?
Sorry, something went wrong.
No branches or pull requests
Hello (it's me again ^^),
Automatic return url to the merchant shop can be very useful in some cases (especially when you don't implement IPN url hum hum 😅)
Systempay allow that by providing extra datas to put on the form, see the documentation here.
It would be great to provide extra option in your plugin that would add that datas to the form.
for example :
or something like that.
Thank you
The text was updated successfully, but these errors were encountered: