mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #9869 from overleaf/tm-recurly-extend-trial-next-bill-date
Use next_bill_date instead of deprecated next_renewal_date GitOrigin-RevId: 025fe5e8a31de94df355e0aa791b26f3298ef374
This commit is contained in:
parent
f6a6e767e6
commit
692528d8b6
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@ const RecurlyWrapper = {
|
|||
)
|
||||
RecurlyWrapper.apiRequest(
|
||||
{
|
||||
url: `/subscriptions/${subscriptionId}/postpone?next_renewal_date=${nextRenewalDate}&bulk=false`,
|
||||
url: `/subscriptions/${subscriptionId}/postpone?next_bill_date=${nextRenewalDate}&bulk=false`,
|
||||
method: 'put',
|
||||
},
|
||||
(error, response, responseBody) => {
|
||||
|
|
Loading…
Reference in a new issue