From 3879129674af400d889038a4ce3c04a6704f0d40 Mon Sep 17 00:00:00 2001 From: Drew Warren Date: Fri, 23 Jun 2017 15:01:19 -0600 Subject: [PATCH] WIP manual renewals - correct url --- oauth3.domains.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth3.domains.js b/oauth3.domains.js index e108648..833a745 100644 --- a/oauth3.domains.js +++ b/oauth3.domains.js @@ -52,7 +52,7 @@ OAUTH3.api['domains.extend'] = function (providerUri, opts) { return OAUTH3.request({ method: 'POST' , url: OAUTH3.url.normalize(providerUri) - + '/api/com.daplie.domains/accounts/' + session.token.sub + '/registrations' + + '/api/com.daplie.domains/accounts/' + session.token.sub + '/registrations/' + opts.tld + '/' + opts.sld + '/extend' , session: session , data: opts.data }).then(function (res) {