You are here

public function Shipment::getCurrency in Ubercart 8.4

Returns the currency code used for the shipping cost.

Return value

string The currency code for this shipment.

Overrides ShipmentInterface::getCurrency

File

shipping/uc_fulfillment/src/Shipment.php, line 277

Class

Shipment
Defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getCurrency() {
  return $this->currency;
}