Skip to content
Snippets Groups Projects
Unverified Commit ad66955a authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #14173 from mlutfy/cart-payment-cid

Event Cart: pass the contactID to fix payment on Stripe
parents 70a266af 979cc174
Branches
Tags
No related merge requests found
......@@ -506,6 +506,8 @@ class CRM_Event_Cart_Form_Checkout_Payment extends CRM_Event_Cart_Form_Cart {
$ctype,
TRUE
);
$params['contact_id'] = $this->payer_contact_id;
}
$params['now'] = date('YmdHis');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment