Sha256: c0525d219ffe3bac7b20208e6c79f7467a7079434628706fa01eb1f093a7d4ad
Contents?: true
Size: 254 Bytes
Versions: 7
Compression:
Stored size: 254 Bytes
Contents
require 'mollie-api-ruby' begin offset = 0 limit = 50 mandates = Mollie::Mandate.all( offset, limit, api_key: 'test_dHar4XY7LxsDOtmnkVtjNVWXLSlXsM' ) rescue Mollie::Exception => e puts 'An error has occurred: ' << e.message end
Version data entries
7 entries across 7 versions & 1 rubygems