Stripe Checkout: fix failUrl on CiviCRM 5.73+
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.