class FakeMollie::Customer::Mandate

Public Class Methods

all(customer_id:) click to toggle source
# File lib/fake_mollie/mandate.rb, line 4
def self.all(customer_id:)
  FakeMollie.customers[customer_id].mandates
end