So, I removed vendor folder in this PR too. Because for run a test with php sample code, it need to run composer install before for installing the omise-php library. If it has vendor/omise/omise-php folder in this sample code directory, it'll failing when run composer install.
PR Purpose
From PR #2 Added examples code for PHP language I missed
Installation
subject in README.md file. I added it in this PRSo, I removed
vendor
folder in this PR too. Because for run a test with php sample code, it need to runcomposer install
before for installing theomise-php
library. If it hasvendor/omise/omise-php
folder in this sample code directory, it'll failing when runcomposer install
.