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:
Thomas 2022-10-17 10:56:42 +02:00 committed by Copybot
parent f6a6e767e6
commit 692528d8b6

View file

@ -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) => {