Skip to content

Commit 76a112e

Browse files
jillingkColin RoodrkewlaniAlexandrosMorcyattilakiss
authored
Release v7.0.1 (#143)
* Live URL fix for checkout/terminal (#140) * add fix for bad live url checkout * removed the terminal part as the base url already contains everything * Update spec/checkout_spec.rb Co-authored-by: Alexandros Moraitis <[email protected]> --------- Co-authored-by: Colin Rood <[email protected]> Co-authored-by: Rajni Kewlani <[email protected]> Co-authored-by: Alexandros Moraitis <[email protected]> Co-authored-by: Attila Kiss <[email protected]> Co-authored-by: Ángel Campos <[email protected]> Co-authored-by: Wouter Boereboom <[email protected]> * Bump Version (#142) * bump version * fix test --------- Co-authored-by: Colin Rood <[email protected]> Co-authored-by: Rajni Kewlani <[email protected]> Co-authored-by: Alexandros Moraitis <[email protected]> Co-authored-by: Attila Kiss <[email protected]> Co-authored-by: Ángel Campos <[email protected]> Co-authored-by: Wouter Boereboom <[email protected]>
1 parent f23dcdf commit 76a112e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/adyen/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Adyen
22
NAME = "adyen-ruby-api-library"
3-
VERSION = "7.0.0".freeze
3+
VERSION = "7.0.1".freeze
44
end

spec/checkout_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@
628628
result = @shared_values[:client].checkout.recurring_api.get_tokens_for_stored_payment_details(queryParams:{"merchantAccount" => "TestMerchantAccount", "shopperReference" => "test-1234"})
629629
expect(
630630
a_request(:get, "http://localhost:3001/v70/storedPaymentMethods?merchantAccount=TestMerchantAccount&shopperReference=test-1234")
631-
.with(headers: {'Accept'=>'*/*', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Adyen-Library-Name'=>'adyen-ruby-api-library', 'Adyen-Library-Version'=>'7.0.0', 'Content-Type'=>'application/json', 'User-Agent'=>'adyen-ruby-api-library/7.0.0', 'X-Api-Key'=>'api_key'})
631+
.with(headers: {'Accept'=>'*/*', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Adyen-Library-Name'=>'adyen-ruby-api-library', 'Adyen-Library-Version'=>'7.0.1', 'Content-Type'=>'application/json', 'User-Agent'=>'adyen-ruby-api-library/7.0.1', 'X-Api-Key'=>'api_key'})
632632
).to have_been_made.once
633633
end
634634

0 commit comments

Comments
 (0)