Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 1.44 KB

Changelog

3.0.0

  • Added default option to saved card tokens.

  • Added cardholder name, expiration date, and brand to saved card tokens.

  • BREAKING! Active cards are automatically filtered in PayzeCardToken model via global scope. Scope active model will now filter non-expired cards, instead of activated ones.

    Before: $query->where('active', true)

    After: $query->where('expiration_date', '>=', Carbon::now())

    Please refer to this section to read more details.

v2.0.0

  • Bumped PHP to version 7.4, Added property types (7ec95e2)
  • Use Relation::morphMap() aliases for transactions and card tokens tables (133dcab)
  • Fixed split method (0a7a719)
  • Minor bug fixes

v1.9.0

  • Added Transaction ID column to PayzeLog model (ee30e45)

v1.8.5

  • Added support of UZB language (d6dd3a7)

v1.8.3

  • Added support of UZS currency (ee76cc5)