Steven F Posted April 8, 2015 Report Posted April 8, 2015 What URL should I post to in order to run the validate function in a non-merchant gateway? I tried "/client/pay/confirm/validate/", but that isn't working. "/client/pay/validate" is giving a 404.
Steven F Posted April 8, 2015 Author Report Posted April 8, 2015 Configure::get("Blesta.gw_callback_url") . Configure::get("Blesta.company_id") ."/NAMEOFGATEWAY/?client_id=" . $this->ifSet($contact_info['client_id']) Figured it out. Paul 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now