Skip to content

Releases: Adyen/adyen-ruby-api-library

Adyen Ruby API Library 4.0.1

09 Dec 21:48
d3e8b9a
Compare
Choose a tag to compare

#45 - Remove modifications to core Ruby objects
#46 - Implement HMAC validator

Adyen Ruby API Library 4.0.0

12 Nov 15:49
2beb3d7
Compare
Choose a tag to compare

Change response from Faraday object to custom AdyenResponse class

Note that this is a breaking change from 3.x.x

Adyen Ruby API Library 3.0.2

07 Nov 15:18
e832000
Compare
Choose a tag to compare

#39 Fixed live URL for CAL by RickWieman
#37 Added optional headers param to service methods by crrood
#36 Updated CheckoutUtility URL to /checkout/ by crrood

Adyen Ruby API Library 3.0.1

06 Sep 14:21
0b97e23
Compare
Choose a tag to compare

Add attributes to Error message #27
update Payments to v49 #28
[PW-1635] don't override applicationInfo #31

Adyen Ruby API Library 3.0.0

09 Aug 13:31
73bf762
Compare
Choose a tag to compare

PRs 22-28

  • Add attributes to Error message
  • Update versions, add msg to AdyenError, fix console
  • Update checkout to v49 and library version 2.0.1
  • Add missing attr_reader for msg in AdyenError
  • Fix JSON syntax error in payouts example

Adyen Ruby API Library 2.0.0

25 Feb 13:54
24a02dc
Compare
Choose a tag to compare

#17 Update checkout to v41

Adyen Ruby API Library 1.2.0

08 Feb 08:03
9189e96
Compare
Choose a tag to compare
  • Changed name to adyen-ruby-api-library
  • Add applicaitonInformation into request
  • fixed dependencies

Adyen Ruby API Library 1.1.0

25 Jan 07:22
69e5ab5
Compare
Choose a tag to compare

Fixes:

  • Update gemspec and Gemfile to include more information
  • Add merchant-specific url support to all services, fix webmock dep, add deps to Gemfile
  • Remove ruby version from Gemfile
  • Tweaks to travis and Gemfile
  • Switch testing from rake to rspec
  • Remove jruby testing
  • #8 Set CheckoutUtility URL

Adyen Ruby API Library 1.0.2

15 Oct 10:57
86b9c48
Compare
Choose a tag to compare

Fix checkout URL generation
Change name for rubygems.org

Adyen Ruby API Library 1.0.1

05 Sep 16:54
b110b7e
Compare
Choose a tag to compare

Support sending hashes in requests
Remove extra slash in Checkout URL