lib/adyen/services/payments.rb in adyen-ruby-api-library-2.0.0 vs lib/adyen/services/payments.rb in adyen-ruby-api-library-3.0.0
- old
+ new
@@ -1,16 +1,17 @@
require_relative 'service'
module Adyen
class Payments < Service
attr_accessor :version
- DEFAULT_VERSION = 40
+ DEFAULT_VERSION = 49
def initialize(client, version = DEFAULT_VERSION)
service = 'Payment'
method_names = [
:authorise,
:authorise3d,
+ :authorise3ds2,
:capture,
:cancel,
:refund,
:cancel_or_refund,
:adjust_authorisation