notification url

This commit is contained in:
2025-11-13 18:14:43 +01:00
parent 61457bce6b
commit 5bd0bdb44c
3 changed files with 18 additions and 0 deletions

View File

@@ -318,6 +318,7 @@ func (s *PoolServer) CreateOrUpdateCheckout(ctx context.Context, host string, id
Confirmation: fmt.Sprintf("https://%s/confirmation/{checkout.order.id}", host),
Validation: fmt.Sprintf("https://%s/validate", host),
Push: fmt.Sprintf("https://%s/push?order_id={checkout.order.id}", host),
Notification: "https://cart.tornberg.me/notification",
Country: country,
Currency: getCurrency(country),
Locale: getLocale(country),