Example #1
0
 public function getPaymentAvailableFields()
 {
     if (!$this->method_id) {
         return array();
     }
     return PaymentMethod::getAllMethodFields($this->method_id);
 }