• Resolved harish006

    (@harish006)


    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)
  • Plugin Contributor Lee

    (@leehld)

    Hello @harish006,

    Thank you for your report. Please update WP Hotel Booking Authorize Payment plugin version 1.7.2 and check this issue again.

    Best Regards,

    Lee

    Thread Starter harish006

    (@harish006)

    Hi Lee,

    When we use authorize.net method. Why it does not display the order pay screen. For which following is added in plugin.
    <form id=”tp_hotel_booking_order_pay” action=”<?php echo esc_url( $this->_authorize_url ); ?>” method=”POST”>
    <?php foreach ( $authorize_args as $name => $val ): ?>
    <input type=”hidden” name=”<?php echo esc_attr( $name ); ?>” value=”<?php echo esc_attr( $val ) ?>”/>
    <?php endforeach; ?>
    <button type=”submit”><?php _e( ‘Pay with Authorize.net’, ‘wp-hotel-booking-authorize-sim’ ) ?></button>
    </form>.

    It still redirect to thank you page.

    regards
    harish

    Plugin Contributor Thoa Kim

    (@thoakim)

    Hello

    Sorry for the late response. We’ve fixed again the plugin and the issue is resolved. Kindly install WP Hotel Booking Authorize.net plugin version 1.7.3 https://www.ads-software.com/plugins/wp-hotel-booking-authorize-payment/ and let me know the result.

    Regards

    Thoa Kim

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Authorize Payment gateway not working’ is closed to new replies.