Hi all
I’m trying to copy COD and rename it to SOME_NAME
coped wppizza-gateway-cod.php with name wppizza-gateway-some_name.php
added to:
function wppizza_add_default_gateways() {
require_once(WPPIZZA_PATH .’classes/wppizza-gateway-cod.php’);
require_once(WPPIZZA_PATH .’classes/wppizza-gateway-some_name.php’);
}
Payment Gateway appeared in backend and frontend but
after submit checkout form its redirect on itself
How can i resolve it?