function pay_method_gateway::set_cc_ccv2 in Pay 6
Same name and namespace in other branches
- 7 includes/handlers/pay_method_gateway.inc \pay_method_gateway::set_cc_ccv2()
File
- includes/
handlers/ pay_method_gateway.inc, line 257 - 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);
}