Closed ParthivPatel-BTC closed 6 years ago
I am trying to fetch the currenct store details like currency and weight_unit but not getting in response. I am trying with below code. Please help to fetch the current store detail.
default_options = { query_string_auth: true, wp_api: true, version: 'wc/v1' } options.merge!(default_options) WooCommerce::API.new(detail.url, detail.consumer_key, detail.consumer_secret, options )
Thanks.
I tested and works just fine. Does not seems to be any problem.
I am trying to fetch the currenct store details like currency and weight_unit but not getting in response. I am trying with below code. Please help to fetch the current store detail.
Thanks.