Move Stripe to ERPNext
diff --git a/erpnext/config/erpnext_integrations.py b/erpnext/config/integrations.py
similarity index 84%
rename from erpnext/config/erpnext_integrations.py
rename to erpnext/config/integrations.py
index e27b7cd..14d917f 100644
--- a/erpnext/config/erpnext_integrations.py
+++ b/erpnext/config/integrations.py
@@ -9,6 +9,11 @@
"items": [
{
"type": "doctype",
+ "name": "Stripe Settings",
+ "description": _("Stripe payment gateway settings"),
+ },
+ {
+ "type": "doctype",
"name": "GoCardless Settings",
"description": _("GoCardless payment gateway settings"),
},