Add warning when url_site is not specified for paypal (it won't work if not set) #20082
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
I tracked down an issue with the Stripe extension that was hiding URL fields for processors other than itself and meant that configuring paypal standard after Stripe was enabled caused the configuration to silently be broken - the fix for Stripe is here: https://lab.civicrm.org/extensions/stripe/-/merge_requests/153
This "fix" adds a UI warning for Paypal standard that will be triggered if
url_site
is not set. If it is not set the system redirects back to the contribution page with no warnings or errors and never redirects to Paypal.Before
No warning if url_site not set.
After
Error if url_site not set when configuring paypal standard
Technical Details
Comments