Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(constants): add missing trailing slash for order url (#3904)
ref: DTRSD-22755

Signed-off-by: Marie JONES <marie.jones@corp.ovh.com>
  • Loading branch information
marie-j committed Oct 23, 2020
1 parent ca9a12f commit da80398
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1185,7 +1185,7 @@ const constants = {
UNIVERS: 'dedicated',
URLS: {
US: {
express_order: 'https://us.ovhcloud.com/order/express/#/express',
express_order: 'https://us.ovhcloud.com/order/express/#/express/',
express_order_resume:
'https://us.ovhcloud.com/order/express/#/express/review',
support: 'http://www.ovh.co.uk/support/',
Expand Down

0 comments on commit da80398

Please sign in to comment.