Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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

Viewing 1 replies (of 1 total)