fix(parain): Change parain
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Matthieu 'JP' DERASSE 2023-06-07 07:08:42 +00:00
parent bb4336bb64
commit 5f0e2637bb
Signed by: mderasse
GPG Key ID: 55141C777B16A705

View File

@ -4,5 +4,5 @@ import "fmt"
// GetOrderLink give the link to order the car.
func (a *Availability) GetOrderLink() string {
return fmt.Sprintf("https://www.tesla.com/fr_FR/%s/order/%s?postal=59110&region=FR&referral=jon833", a.Model, a.Vin)
return fmt.Sprintf("https://www.tesla.com/fr_FR/%s/order/%s?postal=59110&region=FR&referral=anthony86345", a.Model, a.Vin)
}