You are here

public function UbercartEncryption::setAdjustment in Ubercart 7.3

Mutator for adj property.

File

uc_store/classes/encrypt.inc, line 167
Utility class definition.

Class

UbercartEncryption
Handles encryption of credit-card information.

Code

public function setAdjustment($adj) {
  $this->adj = (double) $adj;
}