From 028f499fbd6972c86ed35e4ff0006eaf89c3e56b Mon Sep 17 00:00:00 2001 From: Christopher Rogers Date: Tue, 3 Sep 2024 13:20:50 -0600 Subject: [PATCH] Fixes Checkout session token id self reference --- .../fixtures/tokens/checkout-session-token.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/public-api-fixture-server/fixtures/tokens/checkout-session-token.json b/packages/public-api-fixture-server/fixtures/tokens/checkout-session-token.json index 2c730f27..c038b91f 100644 --- a/packages/public-api-fixture-server/fixtures/tokens/checkout-session-token.json +++ b/packages/public-api-fixture-server/fixtures/tokens/checkout-session-token.json @@ -1,6 +1,6 @@ { "type": "checkout_session", - "id": "ANVq-oGYqYD4Qe5CNbXmvA", + "id": "checkout-session-token", "cancelUrl": null, "cart": { "coupons": [],