subscription: switch verification domain over to shop.proxmox.com

With the merger the shop got moved from shop.maurer-it to
shop.proxmox.com, while we transparently redirect we also want to
stop doing that in a few years, so use new domain.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-09-27 08:57:10 +02:00
parent 0dcace5a6e
commit ed94660616

View File

@ -68,7 +68,7 @@ sub check_fields {
sub check_subscription {
my ($key, $server_id, $proxy) = @_;
my $whmcsurl = "https://shop.maurer-it.com";
my $whmcsurl = "https://shop.proxmox.com";
my $uri = "$whmcsurl/modules/servers/licensing/verify.php";