Skip to content

Commit

Permalink
Remove hardcoded URL
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Jan 21, 2020
1 parent e876e02 commit bd2d031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cart/ServerOrderDedicatedProduct.php
Expand Up @@ -220,7 +220,7 @@ public function getDisplayLocation(): string
public function getAdditionalLinks(): array
{
return [
['//beta-hipanel.advancedhosting.com/server/order/dedicated', Yii::t('hipanel:server:order', 'Order another server')],
['/server/order/dedicated', Yii::t('hipanel:server:order', 'Order another server')],
];
}
}

0 comments on commit bd2d031

Please sign in to comment.