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

Merge pull request #14175 from mlutfy/cart-cc-icons

Event Cart: add support for the Credit Card type icons
parents fbbb7e91 24f25227
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