function uc_encryption_class::getAdjustment in Ubercart 6.2
Same name and namespace in other branches
- 5 uc_store/uc_store.module \uc_encryption_class::getAdjustment()
Accessor for adj property.
File
- uc_store/
uc_store.module, line 1977 - Contains global Ubercart functions and store administration functionality.
Class
- uc_encryption_class
- Handle encryption of credit-card information.
Code
function getAdjustment() {
return $this->adj;
}