We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37373da commit 1b2a0a0Copy full SHA for 1b2a0a0
app/controllers/welcome_controller.rb
@@ -20,7 +20,7 @@ def index
20
@profiles = Questions::BuildProfiles.call
21
@levels = Questions::BuildLevels.call
22
23
- merchants_sample = Merchant.monero.in_france.no_kyc.sample(3)
+ merchants_sample = Merchant.available.monero.in_france.no_kyc.sample(3)
24
@merchants_sample = MerchantDecorator.wrap(merchants_sample)
25
end
26
0 commit comments