update base url
This commit is contained in:
@@ -208,9 +208,9 @@ func (s *PoolServer) HandleCheckout(w http.ResponseWriter, r *http.Request, id C
|
|||||||
reply, err := s.pool.Process(id, Message{
|
reply, err := s.pool.Process(id, Message{
|
||||||
Type: CreateCheckoutOrderType,
|
Type: CreateCheckoutOrderType,
|
||||||
Content: &messages.CreateCheckoutOrder{
|
Content: &messages.CreateCheckoutOrder{
|
||||||
Terms: "https://tornberg.me/terms",
|
Terms: "https://elk.tornberg.me/terms",
|
||||||
Checkout: "https://tornberg.me/checkout",
|
Checkout: "https://elk.tornberg.me/checkout",
|
||||||
Confirmation: "https://tornberg.me/confirmation",
|
Confirmation: "https://elk.tornberg.me/confirmation",
|
||||||
Push: "https://cart.tornberg.me/push",
|
Push: "https://cart.tornberg.me/push",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user