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

Event Cart: add support for the Credit Card type icons

parent ee22e172
Branches
Tags
No related merge requests found
......@@ -175,6 +175,10 @@ class CRM_Event_Cart_Form_Checkout_Payment extends CRM_Event_Cart_Form_Cart {
);
$this->assign('pay_later_instructions', $this->pay_later_receipt);
}
// Event Cart does not support multiple payment processors
// so we cannot call $this->preProcessPaymentOptions();
CRM_Financial_Form_Payment::addCreditCardJs($this->_paymentProcessor['id']);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment