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

Re: #249 #251

Merged

Conversation

pryley
Copy link
Contributor

@pryley pryley commented Sep 15, 2015

Please refer to the comment on #249 for the reason of this pull request.

You'll probably need to test this with all of your gateway plugins to ensure that any which don't require billing address validation call the give_require_billing_address hook to disable it.

Allow to modify the `give_require_billing_address` filtered value.
The flot plugins are enqueued in `class-give-graph.php` and not via the `admin_enqueue_scripts` hook.
@DevinWalker
Copy link
Member

Please see my comment over on #249

- Require billing address validation if $_POST contains the 'billing_country' field.
- Verify that the offline form customization option is enabled when checking whether or not to show the billing fields.
@pryley
Copy link
Contributor Author

pryley commented Sep 16, 2015

How about something like this?

@pryley
Copy link
Contributor Author

pryley commented Sep 16, 2015

The function simply checks that 'billing_country' is in $_POST and if so, returns true to require validation.

I added a hook so gateways can modify the return value (they can check for their gateway name in $_POST).

I'm not sure why Scrutinizer cancelled. It should be fine.

@DevinWalker
Copy link
Member

Checking it out now

DevinWalker pushed a commit that referenced this pull request Sep 16, 2015
@DevinWalker DevinWalker merged commit 9db2c22 into impress-org:master Sep 16, 2015
jonwaldstein pushed a commit to jonwaldstein/givewp that referenced this pull request Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants