public function MarstonEncryption::setAdjustment in Ubercart 8.4
Mutator for adj property.
File
- uc_store/
src/ MarstonEncryption.php, line 159
Class
- MarstonEncryption
- Deprecated. Handles encryption of credit-card information.
Namespace
Drupal\uc_storeCode
public function setAdjustment($adj) {
$this->adj = (double) $adj;
return $this;
}