Add timeout parameter to WooCommerce API connection and remove unused encrypted config files
This commit is contained in:
@@ -88,6 +88,7 @@ def get_wcapi():
|
||||
consumer_key=active_credentials["consumer_key"],
|
||||
consumer_secret=active_credentials["consumer_secret"],
|
||||
version="wc/v3",
|
||||
timeout=30,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user