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
The exceptions/errors from gateways are stored in $_POST['errors']:
$_POST['errors']
memberpress/app/controllers/MeprCheckoutCtrl.php
Lines 652 to 704 in e07be7e
Only errors in $_REQUEST['errors'] are displayed:
$_REQUEST['errors']
Lines 568 to 585 in e07be7e
I did notice some 'Deprecated?' comments:
Lines 278 to 279 in e07be7e
Lines 321 to 325 in e07be7e
Sigh, MemberPress... 😞
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The exceptions/errors from gateways are stored in
$_POST['errors']
:memberpress/app/controllers/MeprCheckoutCtrl.php
Lines 652 to 704 in e07be7e
Only errors in
$_REQUEST['errors']
are displayed:memberpress/app/controllers/MeprCheckoutCtrl.php
Lines 568 to 585 in e07be7e
I did notice some 'Deprecated?' comments:
memberpress/app/controllers/MeprCheckoutCtrl.php
Lines 278 to 279 in e07be7e
memberpress/app/controllers/MeprCheckoutCtrl.php
Lines 321 to 325 in e07be7e
Sigh, MemberPress... 😞
The text was updated successfully, but these errors were encountered: