Merge pull request #14279 from eileenmcnaughton/db_test2
[civicrm-core.git] / CRM / Financial / Form / Payment.php
index a559e5ec9274836888e488e040f2d5aac8449733..9deb8ea265545e01b3d6506995834fd3fc0db29c 100644 (file)
@@ -79,11 +79,6 @@ class CRM_Financial_Form_Payment extends CRM_Core_Form {
 
     CRM_Core_Payment_ProcessorForm::preProcess($this);
 
-    self::addCreditCardJs($this->_paymentProcessorID);
-
-    $this->assign('paymentProcessorID', $this->_paymentProcessorID);
-    $this->assign('currency', $this->currency);
-
     $this->assign('suppressForm', TRUE);
     $this->controller->_generateQFKey = FALSE;
   }