From 5faf48b8c236007cd9b229219d466681c9c884c0 Mon Sep 17 00:00:00 2001 From: olivermrbl Date: Fri, 17 Jan 2025 09:29:39 -0500 Subject: [PATCH] chore: Add missing minor changeset --- .changeset/poor-fireants-think.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/poor-fireants-think.md diff --git a/.changeset/poor-fireants-think.md b/.changeset/poor-fireants-think.md new file mode 100644 index 0000000000..18d38a3890 --- /dev/null +++ b/.changeset/poor-fireants-think.md @@ -0,0 +1,5 @@ +--- +"@medusajs/payment": minor +--- + +fix(payment): If someone was using region_id from the payment collection entity, or cart_id, order_id, customer_id from the payment entity, they will no longer exist. Similarly, any code that was passing region_Id to createPaymentCollections would be recommended to remove the field.