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:
parent
e64f77b716
commit
aaf4f40285
|
@ -118,7 +118,7 @@ async fn register_subscription(
|
|||
|
||||
let mut client = pbs_simple_http(proxy_config);
|
||||
|
||||
let uri = "https://shop.maurer-it.com/modules/servers/licensing/verify.php";
|
||||
let uri = "https://shop.proxmox.com/modules/servers/licensing/verify.php";
|
||||
let query = json_object_to_query(params)?;
|
||||
let response = client.post(uri, Some(query), Some("application/x-www-form-urlencoded")).await?;
|
||||
let body = SimpleHttp::response_body_string(response).await?;
|
||||
|
|
Loading…
Reference in New Issue