Merge pull request #12615 from eileenmcnaughton/amex
[civicrm-core.git] / CRM / Contribute / Form / ContributionBase.php
index 90d6d457c1bf6d2e11436426899cb3f77ec47088..45a62b78bb9c024360efbdf737399405507b7a28 100644 (file)
@@ -211,6 +211,14 @@ class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form {
    */
   public $paymentInstrumentID;
 
+  /**
+   * Is the price set quick config.
+   * @return bool
+   */
+  public function isQuickConfig() {
+    return isset(self::$_quickConfig) ? self::$_quickConfig : FALSE;
+  }
+
   /**
    * Set variables up before form is built.
    *