Skip to content

2.9.2

Choose a tag to compare

@ankitdas13 ankitdas13 released this 05 Aug 07:15
· 7 commits to master since this release
c5cf599

#395 deb311a

  • fix: Content-Type header leakage in Order::create() where setting application/json globally caused subsequent API calls.
  • fix: Replaced deprecated get_class() usage in the ErrorCode::exists() method with the __CLASS__ constant to resolve PHP deprecation warnings.