You are here

public function Package::getCurrency in Ubercart 8.4

Returns the currency code used for the package value.

Return value

string The currency code for this package.

Overrides PackageInterface::getCurrency

File

shipping/uc_fulfillment/src/Package.php, line 336

Class

Package
Defines the Package class.

Namespace

Drupal\uc_fulfillment

Code

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