Skip to content

Commit db55b96

Browse files
[recurring] Automated update from Adyen/adyen-openapi@a1f4b19
1 parent ec1c835 commit db55b96

3 files changed

Lines changed: 10 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)

sdk-generation-log/recurring.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"service": "recurring",
3+
"project": "ruby",
4+
"generatedAt": "2026-04-14T07:37:30Z",
5+
"openapiCommitSha": "a1f4b19cca472f4d51aa7568fc8ff0f838ca9f57",
6+
"automationCommitSha": "855b6c5526cb5fae757e921687c38df66d31dc4b",
7+
"libraryCommitSha": "ec1c835aada9f1a2fd35cd40bd3ef58f72156799"
8+
}

0 commit comments

Comments
 (0)