diff --git a/src/components/Asset/AssetActions/Download/index.tsx b/src/components/Asset/AssetActions/Download/index.tsx index 977a83f9..8a3d0d40 100644 --- a/src/components/Asset/AssetActions/Download/index.tsx +++ b/src/components/Asset/AssetActions/Download/index.tsx @@ -38,6 +38,7 @@ import { Signer } from 'ethers' import SuccessConfetti from '@components/@shared/SuccessConfetti' import Input from '@components/@shared/FormInput' import ContractingProvider, { PAYMENT_MODES } from './ContractingProvider' +import Button from '@components/@shared/atoms/Button' export default function Download({ accountId, @@ -305,7 +306,28 @@ export default function Download({ size="large" /> )} - {!isInPurgatory && } + {!isInPurgatory && ( + <> + {asset?.metadata?.additionalInformation?.saas + ?.paymentMode === PAYMENT_MODES.PAYPERUSE && + asset?.metadata?.additionalInformation?.saas + ?.redirectUrl && ( +
+ +
+ )} + + + )}