protected function verify_hash(){
$checkout_type = $this->get_data( 'checkout_type' );
if( $this->checkout_type != $checkout_type ){
echo 'test';
return false;
}else{
return true;
}
}
There are currently 1 users browsing this thread. (0 members and 1 guests)