You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deleting a metadata item on a Product does not delete it from it's Firestore document.
Adding and changing metadata keys and values updates the Firestore document as expected. Adding and deleting metadata from the Price also updates the Firestore document as expected. It is only DELETING a metadata key/value pair from a Product that is not updating the corresponding document in Firestore.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Go to the Product Catalog on Stripe.
Open a product.
Delete a metadata item.
Look at the corresponding Firestore document.
Expected behavior
Deleting an metadata item on a product should also delete it from the Firestore document.
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
Deleting a metadata item on a Product does not delete it from it's Firestore document.
Adding and changing metadata keys and values updates the Firestore document as expected. Adding and deleting metadata from the Price also updates the Firestore document as expected. It is only DELETING a metadata key/value pair from a Product that is not updating the corresponding document in Firestore.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
Deleting an metadata item on a product should also delete it from the Firestore document.
The text was updated successfully, but these errors were encountered: