Exemplo n.º 1
0
 protected function getTransportationPart()
 {
     $order = $this->getOrderBySurcharge();
     $value = Processor\PitneyBowes::getTransportationPart($order->getSubtotal(), $order->getProfile()->getShippingAddress()->getCountry()->getCode(), $order->getPbOrder()->getCreateOrderResponse()->order);
     return static::formatPrice($value, $order->getCurrency(), true);
 }