Merged in feat/sw-1313-show-sas-points (pull request #1682)

SW-1313 - Add support for getting SAS EB points

Approved-by: Joakim Jäderberg
This commit is contained in:
Anton Gunnarsson
2025-04-08 11:03:38 +00:00
parent d30cc7e2be
commit 5cb19dfccd
5 changed files with 62 additions and 13 deletions

View File

@@ -41,6 +41,12 @@ export const getProfileSafely = cache(
}
)
export const getProfileWithExtendedPartnerData = cache(
async function getMemoizedProfileWithPartnerData() {
return serverClient().user.getWithExtendedPartnerData()
}
)
export const getSavedPaymentCardsSafely = cache(
async function getMemoizedSavedPaymentCardsSafely(
input: GetSavedPaymentCardsInput