Skip to content

Commit

Permalink
Populate list of currencies (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory McDonald authored Aug 5, 2019
1 parent a0f1c42 commit 0508807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/publishers_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def home

@migration_present = Sidekiq::Queue.new("low").any? { |job| job.args.first.dig("job_class").eql? "MigrateUpholdAccessParametersJob" }

if uphold_connection.can_create_uphold_cards?
if uphold_connection.uphold_access_parameters.present?
@possible_currencies = uphold_connection.uphold_details&.currencies

# every request to the homepage let's sync from uphold
Expand Down

0 comments on commit 0508807

Please sign in to comment.