pixelpeter / laravel5-woocommerce-api-client

Laravel 5 wrapper for the Woocommerce REST API
MIT License
126 stars 48 forks source link

set dynamic credentials for woocommerce #25

Closed sattip closed 6 years ago

sattip commented 6 years ago

I would like to know if we have the ability to set the credentials using code dynamic for example to load them from the database. I noticed a config file only

pixelpeter commented 6 years ago

I'm afraid that this is not possible when using the facade. You could initialize the underlying WoocoomerceClient by yourself, but then there's no reason to use this wrapper. instead of the wc-api directly.