Skip to content

v0.2.2

Choose a tag to compare

@Hill-waffo Hill-waffo released this 03 Apr 09:06

Fixed

  • Checkout idempotency — Checkout methods now use 60-second time-windowed idempotency keys instead of fully deterministic keys. Prevents gateway from returning cached expired sessions on repeated calls with identical params.
  • Timestamp consistencyDate.now() called once per request, shared between signature and idempotency key.

Internal

  • PostOptions interface extracted from inline type.