Skip to content

Sandbox wrong URL  #17

@sprintnt

Description

@sprintnt

ACCOUNT_ID for sandbox is xxx_SB1
url for sandbox is https://xxx-sb1

there is a bug

if(urlSettings.url) //using the URL provided to us { urlToCall = urlSettings.url; } else if(urlSettings.script && urlSettings.deployment) //or given a {script, deployment}, and {accountId}, designing the URL from scratch { urlToCall = 'https://' + accountSettings.accountId + '.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=' + urlSettings.script + '&deploy=' + urlSettings.deployment; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions