• Hi, when tryng to checkout this is all i get” “Payment error Mandatory parameter BinancePay Timestamp was not sent was empty null or malformed” i updated to latest version 1.1 but somehow in my wordpress admin it shows as 1.0.1 is that alright?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • To the error message.
    Please check the php precision value. If it is less than 14 change to 14 in your php ini.
    if it is not possible do this in the index.php
    ini_set(‘precision’, 14);
    I got the same error message and spend a few hours to figure out.

    Thread Starter ocarela

    (@ocarela)

    Hi, thanks for answer, i tried what you suggested, added ini_set(‘precision’, 14); to index.php file and now gor this error: Error processing checkout. Please try again.

    Any help? thx

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Payment error Mandatory parameter BinancePay Timestamp was not sent was empty nu’ is closed to new replies.