Skip to content

Commit

Permalink
Merge pull request #127 from gocardless/template-changes
Browse files Browse the repository at this point in the history
Template changes
  • Loading branch information
opsz2 authored Jan 18, 2024
2 parents 101030f + 17b14f8 commit aed47c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/gocardless_pro/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def default_options
'User-Agent' => "#{user_agent}",
'Content-Type' => 'application/json',
'GoCardless-Client-Library' => 'gocardless-pro-ruby',
'GoCardless-Client-Version' => '2.53.0',
'GoCardless-Client-Version' => '2.54.0',
},
}
end
Expand Down
5 changes: 0 additions & 5 deletions lib/gocardless_pro/services/bank_details_lookups_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ class BankDetailsLookupsService < BaseService
# Performs a bank details lookup. As part of the lookup, a modulus check and
# reachability check are performed.
#
# In case an account holder name is provided (and an account number, a sort code
# or an iban
# are already present) an account holder name verification will also be
# performed.
#
# If your request returns an [error](#api-usage-errors) or the
# `available_debit_schemes`
# attribute is an empty array, you will not be able to collect payments from the
Expand Down
2 changes: 1 addition & 1 deletion lib/gocardless_pro/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module GoCardlessPro

module GoCardlessPro
# Current version of the GC gem
VERSION = '2.53.0'
VERSION = '2.54.0'
end

0 comments on commit aed47c2

Please sign in to comment.