Merge pull request #14062 from civicrm/5.13
[civicrm-core.git] / CRM / Core / Payment.php
index 9399504e1600a10dc3fc71341c68727c4547ba7c..f7a5067668b064d83673c2ebf195e6772fe14485 100644 (file)
@@ -635,6 +635,7 @@ abstract class CRM_Core_Payment {
     if ($this->supports('changeSubscriptionAmount')) {
       return ['amount'];
     }
+    return [];
   }
 
   /**