Beispiel #1
0
 /**
  * @param      $address
  * @return float
  */
 protected function getPostFee($address)
 {
     $customer = $this->customer;
     return floatval(\Helper::getCustomerPostFee($customer, $address));
 }