Skip to content
Snippets Groups Projects
Commit 979cc174 authored by bgm's avatar bgm Committed by bgm
Browse files

Event Cart: pass the contactID to fix payment on Stripe

parent ee22e172
Branches
Tags
No related merge requests found
......@@ -502,6 +502,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