mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -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 {
|
||||
subscription:
|
||||
plan_code : req.query.planCode
|
||||
currency: req.query.currency
|
||||
account_code: user.id
|
||||
}, (error, signature) ->
|
||||
return next(error) if error?
|
||||
|
|
Loading…
Reference in a new issue