Skip to content

Stripe Checkout: fix failUrl on CiviCRM 5.73+

JonGold requested to merge JonGold/stripe:stripe-checkout-fail-url into master

A recent change to CRM_Core_Payment made passing the participant ID to CRM_Core_Payment::getCancelUrl() required. Now that's arguably a bug that needs its own correction - but the quick fix is to match the new requirement.

Merge request reports