You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For JS Checkout we have an expiry timer, but for no-js checkout, or callbacks in general, we should recalculate the price and apply that amount instead, if the callback was received after the time_period specified in settings to protect against bad practices in No JS Checkout.
To support this, we'll need a timestamp column to store the datetime of transaction initiation so that it can be compared.
The text was updated successfully, but these errors were encountered:
For JS Checkout we have an expiry timer, but for no-js checkout, or callbacks in general, we should recalculate the price and apply that amount instead, if the callback was received after the
time_period
specified in settings to protect against bad practices in No JS Checkout.To support this, we'll need a timestamp column to store the datetime of transaction initiation so that it can be compared.
The text was updated successfully, but these errors were encountered: