send userInfo with /membership API call

This commit is contained in:
Keksike
2017-07-07 12:45:07 +03:00
parent 7fb31d7425
commit 1b737b542d

View File

@@ -23,7 +23,7 @@ module.exports = React.createClass({
});
request.post(api('membership'), {
email: this.props.payerEmail,
userInfo: this.props.userInfo,
stripeToken: token.id
})
.then(() => {