Changeset 7005
- Timestamp:
- 01/09/08 21:08:19 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfAuthorizeNetPlugin/lib/sfAuthorizeNet.class.php
r6997 r7005 814 814 { 815 815 return $this->data['shipping']; 816 } 817 818 public function setCustom($attribute_name, $attribute_value) 819 { 820 $this->data['custom'][$attribute_name] = $attribute_value; 821 } 822 823 public function getCustom($attribute_name) 824 { 825 return $this->data['custom'][$attribute_name]; 816 826 } 817 827