Updated on 2026-08-14
This commit is contained in:
commit
364f4e51b7
16 changed files with 170 additions and 35 deletions
|
|
@ -376,7 +376,12 @@ internal class DefaultOnrampRepository(
|
|||
|
||||
OnrampProvider(
|
||||
id = onrampProviderDTO.providerId,
|
||||
info = OnrampProviderInfo(name = providerInfo.name, imageLarge = providerInfo.imageLargeUrl),
|
||||
info = OnrampProviderInfo(
|
||||
name = providerInfo.name,
|
||||
imageLarge = providerInfo.imageLargeUrl,
|
||||
termsOfUseLink = providerInfo.termsOfUse,
|
||||
privacyPolicyLink = providerInfo.privacyPolicy,
|
||||
),
|
||||
paymentMethods = onrampPaymentMethods.filter { paymentMethod ->
|
||||
onrampProviderDTO.paymentMethods.any { paymentMethod.id == it }
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue