From 45373f655f68fdd0b320cde175b6108454ad4731 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 17 Jul 2021 20:32:22 +0530 Subject: Removed Franz paid plans features: - serviceLimit - planSelection - trialStatusBar and other Franz features that were for different tiers of subscription. --- src/actions/payment.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/actions/payment.js (limited to 'src/actions/payment.js') diff --git a/src/actions/payment.js b/src/actions/payment.js deleted file mode 100644 index f61faf197..000000000 --- a/src/actions/payment.js +++ /dev/null @@ -1,12 +0,0 @@ -import PropTypes from 'prop-types'; - -export default { - createHostedPage: { - planId: PropTypes.string.isRequired, - }, - upgradeAccount: { - planId: PropTypes.string.isRequired, - onCloseWindow: PropTypes.func, - }, - createDashboardUrl: {}, -}; -- cgit v1.2.3-54-g00ecf