Ejemplo n.º 1
0
 public function getPaymentType()
 {
     return Gateway::getPaymentType($this->gateway_id);
 }
Ejemplo n.º 2
0
 public static function getPrettyPaymentType($gatewayId)
 {
     return trans('texts.' . strtolower(Gateway::getPaymentType($gatewayId)));
 }