examples/5-payments-history.rb in mollie-api-ruby-1.1.1 vs examples/5-payments-history.rb in mollie-api-ruby-1.1.2

- old
+ new

@@ -8,10 +8,10 @@ # Initialize the Mollie API library with your API key. # # See: https://www.mollie.nl/beheer/account/profielen/ # mollie = Mollie::API::Client.new - mollie.setApiKey "test_bt7vvByF6jTcBR4dLuW66eNnHYNIJp" + mollie.setApiKey "test_dHar4XY7LxsDOtmnkVtjNVWXLSlXsM" # # Get the all payments for this API key ordered by newest. # payments = mollie.payments.all