Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@sirn sirn released this 13 Nov 10:30
· 98 commits to master since this release

This version add support for specifying Omise API version by setting omise.api_version. The version specified in the library will override the version set in user dashboard within Omise.

This is especially useful if you have multiple environments running in different version (e.g. production running on older one, with staging on newer one during upgrade.) It is highly recommended to set this version to the one you are using.

  • Add API versioning support.