From 1c6b04c611ad7944eaf7e9541525010a1bdb34d0 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Tue, 28 Jun 2016 14:52:36 +0530 Subject: [PATCH] [enhance] razorpay integration app listing --- frappe/data/app_listing/razorpay_integration.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 frappe/data/app_listing/razorpay_integration.json diff --git a/frappe/data/app_listing/razorpay_integration.json b/frappe/data/app_listing/razorpay_integration.json new file mode 100644 index 0000000000..efbf38ed61 --- /dev/null +++ b/frappe/data/app_listing/razorpay_integration.json @@ -0,0 +1,14 @@ +{ + "app_url": "https://frappe.github.io/razorpay_integration", + "app_name": "razorpay_integration", + "app_icon": "octicon octicon-credit-card", + "app_color": "#179bd7", + "app_description": "Accept Payment via Razorpay", + "app_publisher": "Frappe", + "app_email": "hello@frappe.io", + "repo_url": "https://github.com/frappe/razorpay_integration.git", + "app_title": "Razorpay Integation", + "app_version": "1.0.0", + "app_category": "Integrations", + "featured": 1 +}