diff --git a/.changeset/stupid-animals-taste.md b/.changeset/stupid-animals-taste.md
new file mode 100644
index 00000000000..88729dcb811
--- /dev/null
+++ b/.changeset/stupid-animals-taste.md
@@ -0,0 +1,5 @@
+---
+'@clerk/clerk-js': patch
+---
+
+Adjusts the order and layout of the checkout form's line items
diff --git a/packages/clerk-js/src/ui/components/Checkout/CheckoutComplete.tsx b/packages/clerk-js/src/ui/components/Checkout/CheckoutComplete.tsx
index f52c11cb318..664d8116d31 100644
--- a/packages/clerk-js/src/ui/components/Checkout/CheckoutComplete.tsx
+++ b/packages/clerk-js/src/ui/components/Checkout/CheckoutComplete.tsx
@@ -130,15 +130,6 @@ export const CheckoutComplete = ({ checkout }: { checkout: __experimental_Commer
}
/>
-
-
-
-
+
+ {/* TODO(@Commerce): needs localization */}
+
+
+
{showCredits && (
-
+
{/* TODO(@Commerce): needs localization */}
-
+
{/* TODO(@Commerce): needs localization */}
{/* TODO(@Commerce): Replace client-side calculation with server-side calculation once data are available in the response */}
)}
-
- {/* TODO(@Commerce): needs localization */}
-
-
-
-
- {/* TODO(@Commerce): needs localization */}
-
-
-
{/* TODO(@Commerce): needs localization */}