Closed peskoe closed 6 years ago
@peskoe To use Source API, your Omise account must use the latest Omise API version (2017-11-02).
You can check the API version that your Omise account is currently using at: https://dashboard.omise.co/api-version/edit
Note that updating API version may cause to malfunction application of your current implementation. Please test it carefully 😃
_(in that case, you may want to use the previous version which can be achieved by defining Omise API Version in your code using: define('OMISE_API_VERSION', '2015-11-17');
)_
@peskoe I'm going to close this ticket, hope everything went well now. Feel free to create a ticket if you have any more questions. 😃
when i use OmiseSource::create(); require_once dirname(FILE).'/obj/OmiseObject.php'; require_once dirname(FILE).'/../exception/OmiseExceptions.php'; define('OMISE_PHP_LIB_VERSION', '2.9.0'); define('OMISE_API_URL', 'https://api.omise.co/'); define('OMISE_VAULT_URL', 'https://vault.omise.co/'); class OmiseApiResource extends OmiseObject
you are using api version which does not support this operation