function pay_method_gateway::set_cc_ccv2 in Pay 7
Same name and namespace in other branches
- 6 includes/handlers/pay_method_gateway.inc \pay_method_gateway::set_cc_ccv2()
 
File
- includes/
handlers/ pay_method_gateway.inc, line 294  - The base class for credit card payment activities.
 
Class
- pay_method_gateway
 - @file The base class for credit card payment activities.
 
Code
function set_cc_ccv2($val) {
  $this->cc_ccv2 = preg_replace('/[^\\d]/', '', $val);
}