function pay::set_key in Pay 7
Same name and namespace in other branches
- 6 includes/handlers/pay.inc \pay::set_key()
Do not allow this value to be automatically set.
File
- includes/
handlers/ pay.inc, line 49 - The base class for the Payment API.
Class
- pay
- @file The base class for the Payment API.
Code
function set_key() {
return;
}