lib/adyen/services/checkout.rb in adyen-ruby-api-library-3.0.2 vs lib/adyen/services/checkout.rb in adyen-ruby-api-library-4.0.0

- old
+ new

@@ -1,9 +1,9 @@ require_relative 'service' module Adyen class Checkout < Service - DEFAULT_VERSION = 49 + DEFAULT_VERSION = 50 def initialize(client, version = DEFAULT_VERSION) service = 'Checkout' method_names = [ :payment_methods,