aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/payment.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/payment.js')
-rw-r--r--src/actions/payment.js12
1 files changed, 0 insertions, 12 deletions
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 @@
1import PropTypes from 'prop-types';
2
3export default {
4 createHostedPage: {
5 planId: PropTypes.string.isRequired,
6 },
7 upgradeAccount: {
8 planId: PropTypes.string.isRequired,
9 onCloseWindow: PropTypes.func,
10 },
11 createDashboardUrl: {},
12};