Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.22 KB

File metadata and controls

33 lines (22 loc) · 1.22 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project follows Semantic Versioning.

Added

  • SEP purchase and verification support with portable provider errors.
  • Aghaye Pardakht purchase and verification support, including sandbox redirects, IRR/IRT handling, and portable provider errors.

0.1.0 - 2026-08-28

Added

  • Provider-neutral gateway, client, transaction, money, and status contracts.
  • Portable sentinel errors compatible with errors.Is.
  • Provider-specific errors compatible with errors.As.
  • Zarinpal purchase and verification support, including sandbox mode.
  • NextPay purchase, verification, and refund support.
  • Immutable clients for applications using multiple gateways concurrently.
  • Open-ended Currency type with CurrencyIRR and CurrencyIRT constants.
  • Custom HTTP client configuration for bundled providers.

Security

  • Bounded response-body handling and strict HTTP response validation.