aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/payment.js
blob: 2aaefc0250f8099d4a03100278506212c19db452 (plain) (blame)
1
2
3
4
5
6
7
8
import PropTypes from 'prop-types';

export default {
  createHostedPage: {
    planId: PropTypes.string.isRequired,
  },
  createDashboardUrl: {},
};