From e7bba51bb8bb41c462873c613bc6d4cf402a58d1 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 29 Jul 2026 16:45:00 -0230 Subject: sandbox and production client constructors Previously this was a package-level configuration with Sandbox() and Production() controlling the global ApiUrl variable. Now it's controlled per-client. --- cost_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cost_test.go') diff --git a/cost_test.go b/cost_test.go index a02c125..fe5da83 100644 --- a/cost_test.go +++ b/cost_test.go @@ -133,7 +133,7 @@ func TestUnmarshalCostResp(t *testing.T) { } func TestCost(t *testing.T) { - c := newClient(t) + c := tNewClient(t) items := costReqSample.Items addr := ShippingAddress{ City: "Lübeck", -- cgit v1.2.3