UNPKG

react-native-unit-components

Version:

Unit React Native components

12 lines 463 B
import { UNCardAddToWalletStatus } from '../../../types/shared/wallet.types'; export const getAddToWalletParams = props => { return ` customer-token=${props.customerToken} card-id=${props.cardId} action=AddToWallet `; }; export const getAddToWalletWindowParams = wallet => { return `window.UnitMobileSDKConfig["isCardInWallet"] = ${wallet?.status === UNCardAddToWalletStatus.addedToWallet}`; }; //# sourceMappingURL=UNAddToWalletComponent.utils.js.map