• Resolved bluerobot

    (@bluerobot)


    Trying to use this and am having trouble. Nelnet support says “The timestamp parameter is invalid for Quikpay authentication. It should be a 13 digit epoch time parameter.”

    The new timestamp format they referenced looks like timestamp=1508518310780

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author CWRUCAS

    (@cwrucas)

    Make sure your php configuration has the precision value set to 13. A fix will be posted sometime this week.

    Thread Starter bluerobot

    (@bluerobot)

    We also have an error in the PHP error log – happens when you click to Proceed to Quipay:

    order_total was called incorrectly. Order properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WC_AJAX::checkout, WC_Checkout->process_checkout, WC_Checkout->process_order_payment, QuikPAY->process_payment, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message was added in version 3.0.

    • This reply was modified 7 years, 5 months ago by bluerobot.
    Thread Starter bluerobot

    (@bluerobot)

    No error when line #198 is changed to $customer_order->get_total()

    Plugin Author CWRUCAS

    (@cwrucas)

    Thanks, we’ll add that as well. Make sure you start a new topic for different issues to make it easier for others to find later ??

    Plugin Author CWRUCAS

    (@cwrucas)

    Just pushed an update including your changes. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Timestamp parameter is invalid’ is closed to new replies.