Skip to content

Commit

Permalink
fix(provider): add onpay
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Apr 13, 2024
1 parent 2798c43 commit 82f47cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
affixapi (1.1.54)
affixapi (1.1.55)
typhoeus (~> 1.0, >= 1.0.1)

GEM
Expand Down
1 change: 1 addition & 0 deletions lib/openapi_client/models/provider_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class ProviderRequest
GUSTO = "gusto".freeze
ITRENT = "itrent".freeze
JUSTWORKS = "justworks".freeze
ONPAY = "onpay".freeze
OYSTERHR = "oysterhr".freeze
PAYCIRCLE = "paycircle".freeze
PENTO_IO = "pento.io".freeze
Expand Down
1 change: 1 addition & 0 deletions lib/openapi_client/models/provider_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class ProviderResponse
GUSTO = "gusto".freeze
ITRENT = "itrent".freeze
JUSTWORKS = "justworks".freeze
ONPAY = "onpay".freeze
OYSTERHR = "oysterhr".freeze
PAYCIRCLE = "paycircle".freeze
PENTO_IO = "pento.io".freeze
Expand Down
2 changes: 1 addition & 1 deletion lib/openapi_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module OpenapiClient
VERSION = '1.1.54'
VERSION = '1.1.55'
end

0 comments on commit 82f47cc

Please sign in to comment.