change opacity

main
alex 2024-05-05 15:16:53 +02:00
parent 24f0ee76c3
commit d406f34ed8
2 changed files with 3 additions and 5 deletions

View File

@ -133,10 +133,8 @@ def CreateCrmActivityLink(customerId, thirdVoucher):
print(f"CreateCrmActivityLink req error {response.status_code}")
sys.exit(1)
utm = "?utm_source=order&utm_medium=qrcode&utm_campaign=ordervouchercodes&utm_content=reedemvouchercode"
req("10 % Gutschein", f"https://shinnex.de/discount/{discountCode}{utm}")
req("5 € Gutschein", f"{productUrl}{utm}")
req("10 % Gutschein", f"https://shinnex.de/discount/{discountCode}?utm_source=order&utm_medium=qrcode&utm_campaign=ordervouchercodes&utm_content=reedemvouchercode")
req("5 € Gutschein", f"{productUrl}?utm_source=order&utm_medium=qrcode&utm_campaign=ordervouchercodes&utm_content=qualifyforvouchercode")
if thirdVoucher:
req("10 € Gutschein", f"https://docs.google.com/forms/d/e/1FAIpQLSd2GXFbidzazuQnh_Lf2mgeA1npuwHkWjsdmjrxDmSkDQTfew/viewform?entry.347359844={orderId}")

View File

@ -15,7 +15,7 @@
background-repeat: no-repeat;
background-position: center;
background-size: 55%;
opacity: 0.1;
opacity: 0.07;
}
.content {