You are here

function uc_encryption_class::setAdjustment in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_store/uc_store.module \uc_encryption_class::setAdjustment()

Mutator for adj property.

File

uc_store/uc_store.module, line 1984
Contains global Ubercart functions and store administration functionality.

Class

uc_encryption_class
Handle encryption of credit-card information.

Code

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