From c4549468d337a49576de0bb554f210e9ea5dcdb1 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 29 Feb 2016 12:23:49 +0530 Subject: [PATCH] [app] added paypal_integration to app listing --- frappe/data/app_listing/paypal_integration.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 frappe/data/app_listing/paypal_integration.json diff --git a/frappe/data/app_listing/paypal_integration.json b/frappe/data/app_listing/paypal_integration.json new file mode 100644 index 0000000000..d0d1374f36 --- /dev/null +++ b/frappe/data/app_listing/paypal_integration.json @@ -0,0 +1,13 @@ +{ + "app_url": "https://github.com/frappe/paypal_integration.git", + "app_name": "paypal_integration", + "app_icon": "octicon octicon-credit-card", + "app_color": "#179bd7", + "app_description": "Accept Payment via PayPal", + "app_publisher": "Frappe", + "app_email": "hello@frappe.io", + "repo_url": "https://github.com/frappe/paypal_integration.git", + "app_title": "Paypal Integation", + "app_version": "1.0.0", + "app_category": "Integrations" +}