You are here

public function PackageInterface::setCurrency in Ubercart 8.4

Sets the currency code used for the package value.

Parameters

string $currency: The currency code for this package.

Return value

$this

1 method overrides PackageInterface::setCurrency()
Package::setCurrency in shipping/uc_fulfillment/src/Package.php
Sets the currency code used for the package value.

File

shipping/uc_fulfillment/src/PackageInterface.php, line 216

Class

PackageInterface
Provides an interface that defines the Package class.

Namespace

Drupal\uc_fulfillment

Code

public function setCurrency($currency);