Authorize Payment gateway not working
-
Hi,
Authorize payment gateway redirects directly to thank you page. It does not show Authorize confirmation form. In plugin code process_checkout has following code
return array(
‘result’ => ‘success’,
‘redirect’ => hb_get_thank_you_url($booking_id, $booking->booking_key)
// ‘redirect’ => $this->_get_authorize_basic_checkout_url( $booking_id )
);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Authorize Payment gateway not working’ is closed to new replies.