mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
Refactor shopify (#13588)
* move shopify settings to ERPNext * [fix] setup webhook for order and validate webhook request * validate webhook request * sync customer and item if not exists while syncing order from shopify * pull item from shopify and minor fixes * fix method naming, mechanisim to register and withdraw webhooks, patch * minor fix * minor fixes * [Patch][fix] use remove_from_installed_apps instead of remove app * log exceptions * add shopify logging for failed requests * minor fixes * fix test case * codecy fixes * check shared secret exists * Test Case fixes * UX fixes and patch fixes * Documentation * fixes * [fix] dump webhooks request data into doctype * Provision to resync the order if error occured in sync * [fix] set default host
This commit is contained in:
@@ -25,6 +25,11 @@ def get_data():
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Woocommerce Settings"
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Shopify Settings",
|
||||
"description": _("Connect Shopify with ERPNext"),
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user