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

Update all services #1297

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Update all services #1297

merged 1 commit into from
Jun 6, 2024

Conversation

AdyenAutomationBot
Copy link
Collaborator

@AdyenAutomationBot AdyenAutomationBot commented May 22, 2024

OpenAPI spec or templates produced changes on 06-06-2024 by commit.

@AdyenAutomationBot AdyenAutomationBot requested a review from a team as a code owner May 22, 2024 14:42
@AdyenAutomationBot AdyenAutomationBot force-pushed the sdk-automation/models branch 4 times, most recently from 83a5409 to 858eb05 Compare May 29, 2024 09:40
@AdyenAutomationBot AdyenAutomationBot force-pushed the sdk-automation/models branch 2 times, most recently from 1d78a95 to 7f54ca3 Compare June 5, 2024 14:13
Copy link

sonarcloud bot commented Jun 6, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
49.5% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@DjoykeAbyah
Copy link
Contributor

DjoykeAbyah commented Jun 6, 2024

:warning changes in ⚠️

src/main/java/com/adyen/model/checkout/EcontextVoucherDetails.java
Enum changes:

SEVENELEVEN("econtext_seveneleven"),
STORES("econtext_stores");
To:
ECONTEXT_SEVEN_ELEVEN("econtext_seven_eleven"),
ECONTEXT_ONLINE("econtext_online"),
ECONTEXT("econtext"),
ECONTEXT_STORES("econtext_stores"),
ECONTEXT_ATM("econtext_atm");

src/main/java/com/adyen/model/management/BcmcInfo.java
Removed:
TransactionDescriptionInfo

src/main/java/com/adyen/service/transfers/TransfersApi.java
Removed:

import com.adyen.model.transfers.RestServiceError;
added:
import com.adyen.model.transfers.TransferServiceRestServiceError;

@DjoykeAbyah DjoykeAbyah added Feature Indicates a new feature addition Fix Indicates a bug fix labels Jun 6, 2024
@DjoykeAbyah DjoykeAbyah merged commit 513d142 into main Jun 6, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Indicates a new feature addition Fix Indicates a bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants