Sha256: c84b76eec3e6dcf870bd2db4e67d16d104f77faade01fc6f8302a0eecca52416
Contents?: true
Size: 292 Bytes
Versions: 7
Compression:
Stored size: 292 Bytes
Contents
require 'mollie-api-ruby' begin offset = 0 limit = 50 payment = Mollie::Profile::ApiKey.create( "live", profile_id: "pfl_v9hTwCvYqw", api_key: 'access_Wwvu7egPcJLLJ9Kb7J632x8wJ2zMeJ' ) rescue Mollie::Exception => e puts 'An error has occurred: ' << e.message end
Version data entries
7 entries across 7 versions & 1 rubygems