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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user