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.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/actions/payment.js b/src/actions/payment.js
index 2aaefc025..f61faf197 100644
--- a/src/actions/payment.js
+++ b/src/actions/payment.js
@@ -4,5 +4,9 @@ export default {
4 createHostedPage: { 4 createHostedPage: {
5 planId: PropTypes.string.isRequired, 5 planId: PropTypes.string.isRequired,
6 }, 6 },
7 upgradeAccount: {
8 planId: PropTypes.string.isRequired,
9 onCloseWindow: PropTypes.func,
10 },
7 createDashboardUrl: {}, 11 createDashboardUrl: {},
8}; 12};