adyen-ruby-api-library
adyen-ruby-api-library copied to clipboard
Adyen API Library for Ruby
OpenAPI spec or templates produced changes on 08-05-2024 by [commit](https://github.com/Adyen/adyen-openapi/commit/3ca868857a657c5d4c4afdbd3799b075a8a2efc9).
updated readme posmobile
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/Adyen/adyen-ruby-api-library). ## Config Migration Needed - [ ]...
OpenAPI spec or templates produced changes on 05-08-2024 by [commit](https://github.com/Adyen/adyen-openapi/commit/d2cb59e044584a953471234c3e776846431c615c).
**ruby version**: 3.3.0 **Library version**: 9.5.2 **Is your feature request related to a problem? Please describe.** Latencies for terminal sync API's are poor in regions that are far from the...
**Describe the bug** Cannot use the provided `PosMobile` service as it does not have a configured service_url_base **How to reproduce** ``` client = Adyen::Client.new() pos = Adyen::PosMobile.new() pos.create_communication_session(request) => /usr/local/bundle/gems/adyen-ruby-api-library-9.4.0/lib/adyen/client.rb:90:in...
Merged pull requests to be released: - #264 **Full Changelog**: https://github.com/Adyen/adyen-ruby-api-library/compare/v9.7.1...main
OpenAPI spec files or templates have been modified on 09-04-2025 by [commit](https://github.com/Adyen/adyen-openapi/commit/67ae5a1602b269e9c99991b24d9db7ae27d13822).
Merged pull requests to be released: - #294 **Full Changelog**: https://github.com/Adyen/adyen-ruby-api-library/compare/v10.2.0...main
**Describe the bug** When the DisputesAPI portion of the client gem was updated (it appears around version 8) to use `disputes` instead of `dispute` it broke the logic in the...