mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-11 17:56:55 -05:00
added currency to signiture
This commit is contained in:
parent
f1372fc449
commit
aee0dda243
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ module.exports = SubscriptionController =
|
||||||
RecurlyWrapper.sign {
|
RecurlyWrapper.sign {
|
||||||
subscription:
|
subscription:
|
||||||
plan_code : req.query.planCode
|
plan_code : req.query.planCode
|
||||||
|
currency: req.query.currency
|
||||||
account_code: user.id
|
account_code: user.id
|
||||||
}, (error, signature) ->
|
}, (error, signature) ->
|
||||||
return next(error) if error?
|
return next(error) if error?
|
||||||
|
|
Loading…
Reference in a new issue