You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added OmiseLink api is now available. (PR #50, @turboza)
To provide OmiseLink api through Omise-PHP library.
added OmiseRecipient object be able to reload resource itself (PR #45, @guzzilar)
By implement reload method to OmiseRecipient class.
added OmiseEvent api is now available. (PR #31, @guzzilar)
To provide OmiseEvent api through Omise-PHP library.
updated phpunit configuration file. (PR #42, @oaattia)
Make PHPUnit command more simply by execute the command vendor/bin/phpunit to run all tests.
updated Revised code style to match with PSR-2 spec. (PR #37, @guzzilar)
This changed focusing on revise PHP code style by following the PSR-2 Coding Style Guide's rules.
fixed Autoload OmiseDispute class in lib/Omise.php file (PR #44, @guzzilar)
Add missing OmiseDispute class to lib/Omise.php autoload file.