mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-06 00:00:30 +00:00
send userInfo with /membership API call
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = React.createClass({
|
||||
});
|
||||
|
||||
request.post(api('membership'), {
|
||||
email: this.props.payerEmail,
|
||||
userInfo: this.props.userInfo,
|
||||
stripeToken: token.id
|
||||
})
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user