From dde4a4cf61e150996090e1bc1fbc5d32f31bcadb Mon Sep 17 00:00:00 2001 From: crrood Date: Fri, 9 Aug 2019 15:20:56 +0200 Subject: [PATCH] update Payments to v49 --- lib/adyen/services/payments.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/adyen/services/payments.rb b/lib/adyen/services/payments.rb index 6a6054ce..f9cc4ba7 100644 --- a/lib/adyen/services/payments.rb +++ b/lib/adyen/services/payments.rb @@ -3,7 +3,7 @@ module Adyen class Payments < Service attr_accessor :version - DEFAULT_VERSION = 46 + DEFAULT_VERSION = 49 def initialize(client, version = DEFAULT_VERSION) service = 'Payment'