We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f0314 commit a32c98aCopy full SHA for a32c98a
ovh/order.go
@@ -20,8 +20,8 @@ import (
20
)
21
22
var (
23
- reTerminateEmailToken = regexp.MustCompile(`.*https://www.ovh.com/manager/#/billing/confirmTerminate\?id=[[:alnum:]]+&token=([[:alnum:]]+).*`)
24
- terminateEmailMatch = "https://www.ovh.com/manager/#/billing/confirmTerminate"
+ reTerminateEmailToken = regexp.MustCompile(`.*/billing/confirmTerminate\?id=[[:alnum:]]+&token=([[:alnum:]]+).*`)
+ terminateEmailMatch = "/billing/confirmTerminate"
25
26
27
func genericOrderSchema(withOptions bool) map[string]*schema.Schema {
0 commit comments