aboutsummaryrefslogtreecommitdiffstats
path: root/license-generator/src/bin/license.rs
diff options
context:
space:
mode:
authorTeddy Wing2018-11-19 16:57:59 +0100
committerTeddy Wing2018-11-19 16:57:59 +0100
commit74dc8dc04d31b26987e510941472ab239c1af31f (patch)
tree01be38c5810036efe763607f359f4dd4960c5bfe /license-generator/src/bin/license.rs
parent7386aac49900934b42a83127ff933f870ae6d170 (diff)
downloaddome-key-web-74dc8dc04d31b26987e510941472ab239c1af31f.tar.bz2
Add purchase flow thank-you page
Move the existing thank-you page to `thank-you-license-download.html`. Use `thank-you.html` as the final page of the purchase flow. Paddle will redirect to this page at the end of purchase. Allows us to retain some branding during purchase. Using the existing HTML file for a better URL.
Diffstat (limited to 'license-generator/src/bin/license.rs')
-rw-r--r--license-generator/src/bin/license.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/license-generator/src/bin/license.rs b/license-generator/src/bin/license.rs
index 47b2bb1..973a1a6 100644
--- a/license-generator/src/bin/license.rs
+++ b/license-generator/src/bin/license.rs
@@ -57,7 +57,7 @@ where W: 'a + Write {
"Status: 200
Content-Type: text/html\n\n{}",
format!(
- include_str!("../../../thank-you.html"),
+ include_str!("../../../thank-you-license-download.html"),
name = name,
email = email,
secret = secret,