SumOfUs/Champaign

View on GitHub
app/views/api/stateless/go_cardless/payment_methods/index.json.jbuilder

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

json.array! @payment_methods do |method|
  json.call(method, :id, :go_cardless_id, :scheme, :next_possible_charge_date, :created_at)
end