Update buttons in customer and gift card components#5348
Conversation
🦋 Changeset detectedLatest commit: 741c69d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
After updating the gift card balance, the dashboard does NOT update with the new value, the user has to refresh the page. I checked the main branch and after updating the balance dashboard calls GiftCardDetails Screen.Recording.2025-01-14.at.10.07.46.mov |
|
@szczecha Hey, I just checked on v320 deployment and master deployment and both do not call GiftCardDetails after the update. This PR doesn't change anything in the update logic. I will make a separate ticket for it |
Hmm maybe I stepped on a case when the token expires and that's why it refresh balance |
* update buttons in customer and gift card components * changeset * update e2e --------- Co-authored-by: Paweł Chyła <chyla1988@gmail.com>
Scope of the change