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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Please refer to the following update path instructions for more detailed guidanc
15
15
16
16
## Breaking Changes
17
17
### 👌 Frontend
18
-
* **GraphQL Schema Compatibility**: All GraphQL schemas remain compatible, so no frontend modifications are required directly due to schema changes.
18
+
* **GraphQL Schema Compatibility**: All GraphQL schemas remain compatible, so no frontend modifications are required directly due to schema changes. *(Note: deprecated mutation `valdateCoupon` was removed. Use `validateCoupon` query instead)*.
19
19
* **API Endpoint Changes**: If your frontend directly calls endpoints provided by VirtoCommerce.ExperienceApi, verify and update the endpoint URLs to match the new module structure if necessary.
20
20
* **Testing**: Thoroughly test frontend interactions to ensure smooth functionality with the new backend modules.
0 commit comments