timnboys Posted April 18, 2017 Report Posted April 18, 2017 I am trying to make a mock example for this request I submitted: https://requests.blesta.com/topic/chargeback-watching-plugin but do not know where the callback for the paypal gateway is at? Quote
mrrsm Posted April 18, 2017 Report Posted April 18, 2017 Aren't all the gateway callbacks more or less the same Configure::set("Blesta.gw_callback_url", "http" . (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != "off" ? "s" : "") . "://" . (isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : "localhost") . WEBDIR . "callback/gw/"); Specifically for paypal the notify url is built 'notify_url' => Configure::get('Blesta.gw_callback_url') . Configure::get('Blesta.company_id') . '/paypal_payments_standard/?client_id=' . $this->ifSet($contact_info['client_id']), Blesta Addons and activa 2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.