-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Remove fields from payment models that were leftovers from v1 #10987
feat: Remove fields from payment models that were leftovers from v1 #10987
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
6 Skipped Deployments
|
|
@shahednasser I wasn't sure which parts of the docs need to be removed as well, I can do it if you point the places or you can just push here the necessary changes (or just open a new PR) |
@sradevski no worries, I'll open another PR to make the changes (We don't want the changes to land before this is released) 👍🏻 |
657d580
to
c4a0c6b
Compare
BREAKING:
If someone was using
region_id
from thepayment collection
entity, orcart_id
,order_id
,customer_id
from thepayment
entity, they will no longer exist. Similarly, any code that was passingregion_Id
tocreatePaymentCollections
would be recommended to remove the field.