diff --git a/site/src/Buy.vue b/site/src/Buy.vue index 14ccbac..bd18179 100644 --- a/site/src/Buy.vue +++ b/site/src/Buy.vue @@ -116,7 +116,7 @@ function trackBuy(button) { ✅ Use on all your Macs
Full license terms
Buy from Paddle
- Buy with @@ -124,15 +124,15 @@ function trackBuy(button) {
- {{ roundPrice(store.paddleProducts.value.popclip.displayListPrice ?? "") }} - {{ roundPrice(store.paddleProducts.value.popclip?.displayPrice ?? "") }} - + tax + {{ roundPrice(store.paddleProducts.value.popclip_lifetime.displayListPrice ?? "") }} + {{ roundPrice(store.paddleProducts.value.popclip_lifetime?.displayPrice ?? "") }} + + tax
-
- {{ store.paddleProducts.value.popclip?.message }} +
+ {{ store.paddleProducts.value.popclip_lifetime?.message }}
-
- {{ `Coupon "${store.paddleProducts.value.popclip?.coupon ?? ""}" applied` }} +
+ {{ `Coupon "${store.paddleProducts.value.popclip_lifetime?.coupon ?? ""}" applied` }}
One-time purchase
diff --git a/site/src/config/config.json b/site/src/config/config.json index 9efca72..2d9f58e 100644 --- a/site/src/config/config.json +++ b/site/src/config/config.json @@ -4,7 +4,7 @@ "popclip_2year": { }, - "popclip": { + "popclip_lifetime": { "fullPrice": 30, "fullPriceCurrency": "USD", "message": "New pricing - transitonal offer"