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.