Skip to content

Commit fa78ea2

Browse files
[recurring] Automated update from Adyen/adyen-openapi@37c03ec
1 parent 4a9e3e2 commit fa78ea2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/adyen/services/recurring.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def initialize(client, version = DEFAULT_VERSION)
1717
end
1818

1919
def recurring_api
20-
@recurring_api ||= Adyen::LegacyRecurringApi.new(@client, @version)
20+
@recurring_api ||= Adyen::RecurringApi.new(@client, @version)
2121
end
2222

2323
end

lib/adyen/services/recurring/recurring_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Adyen
55
# Ref: https://openapi-generator.tech
66
#
77
# Do not edit the class manually.
8-
class LegacyRecurringApi < Service
8+
class RecurringApi < Service
99
attr_accessor :service, :version
1010

1111
def initialize(client, version = DEFAULT_VERSION)

0 commit comments

Comments
 (0)