Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream nov 2024 #14

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f25a004
updated readme with paymentsapp API (#260)
DjoykeAbyah Aug 16, 2024
b787af2
false[adyen-sdk-automation] automated change (#258)
AdyenAutomationBot Aug 16, 2024
dc336be
chore(release): bump to 9.7.0
DjoykeAbyah Aug 16, 2024
d43dc49
Merge pull request #261 from Adyen/promote/main
AdyenAutomationBot Aug 16, 2024
52c5ba4
remove unused github pages (#262)
wboereboom Aug 27, 2024
ada23ab
chore(release): bump to 9.7.1
wboereboom Aug 27, 2024
3899c57
Merge pull request #263 from Adyen/promote/main
AdyenAutomationBot Aug 29, 2024
57541f0
added unittest for terminal_region (#264)
DjoykeAbyah Sep 17, 2024
41cd88f
fix: provide service_url_base for PosMobile service (#267)
davidjrice Sep 25, 2024
671519a
factory method for PosMobile service (#268)
angelov Sep 25, 2024
03bc153
false[adyen-sdk-automation] automated change (#269)
AdyenAutomationBot Oct 7, 2024
8214ddc
Update CODEOWNERS (#270)
acampos1916 Oct 7, 2024
280254d
chore(release): bump to 9.8.0
DjoykeAbyah Oct 7, 2024
9849e8b
Merge pull request #265 from Adyen/promote/main
AdyenAutomationBot Oct 7, 2024
53137a0
Update CODEOWNERS
ayodejidev Oct 15, 2024
1a5902a
false[adyen-sdk-automation] automated change (#271)
AdyenAutomationBot Oct 21, 2024
a8405f9
fix: add require for Adyen::PosMobile (#272)
davidjrice Oct 21, 2024
a7676b2
chore(release): bump to 9.9.0
DjoykeAbyah Oct 21, 2024
c8e2ff1
Merge pull request #273 from Adyen/promote/main
AdyenAutomationBot Oct 21, 2024
a1d3efa
Update all services (#274)
AdyenAutomationBot Nov 5, 2024
68604cf
chore(release): bump to 10.0.0
DjoykeAbyah Nov 5, 2024
d983811
Merge pull request #275 from Adyen/promote/main
AdyenAutomationBot Nov 5, 2024
e355440
Code generation: add comments and deprecation note (#277)
gcatanese Nov 11, 2024
c2101b0
Merge branch 'main' into merge_upstream_nov_2024
yvonnenieuwerth Nov 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @Adyen/integration-tools-testing
* @Adyen/developer-relations
4 changes: 0 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: "CodeQL"

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "40 12 * * 0"

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ This library supports the following:
| [Cloud-based Terminal API](https://docs.adyen.com/point-of-sale/design-your-integration/terminal-api/terminal-api-reference/) | - | Our point-of-sale integration. | [TerminalCloudAPI](lib/adyen/services/terminalCloudAPI.rb) |
| [Disputes API](https://docs.adyen.com/api-explorer/Disputes/30/overview) | v30 | You can use the [Disputes API](https://docs.adyen.com/risk-management/disputes-api) to automate the dispute handling process so that you can respond to disputes and chargebacks as soon as they are initiated. The Disputes API lets you retrieve defense reasons, supply and delete defense documents, and accept or defend disputes. | [Disputes](lib/adyen/services/disputes.rb) |
| [POS Mobile API](https://docs.adyen.com/api-explorer/possdk/68/overview) | v68 | The POS Mobile API is used in the mutual authentication flow between an Adyen Android or iOS [POS Mobile SDK](https://docs.adyen.com/point-of-sale/ipp-mobile/) and the Adyen payments platform. The POS Mobile SDK for Android or iOS devices enables businesses to accept in-person payments using a commercial off-the-shelf (COTS) device like a phone. For example, Tap to Pay transactions, or transactions on a mobile device in combination with a card reader. | [POS Mobile](lib/adyen/services/posMobile.rb) |
| [Payments App API](https://docs.adyen.com/api-explorer/payments-app/1/overview) | v1 | The Payments App API is used to Board and manage the Adyen Payments App on your Android mobile devices. | [paymentsApp](lib/adyen/services/paymentsApp.rb) |



For more information, refer to our [documentation](https://docs.adyen.com/) or the [API Explorer](https://docs.adyen.com/api-explorer/).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
9.6.0
10.0.0

128 changes: 0 additions & 128 deletions docs/checkout.html

This file was deleted.

50 changes: 0 additions & 50 deletions docs/index.html

This file was deleted.

61 changes: 0 additions & 61 deletions docs/install-library.html

This file was deleted.

Loading