Skip to content

Commit

Permalink
Merge pull request #52 from Adyen/add-sessionAuthenticationService
Browse files Browse the repository at this point in the history
Include new SessionAuthenticationService API
  • Loading branch information
gcatanese authored Dec 11, 2024
2 parents c24cef1 + 9d1ed3f commit 84a7b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generateAll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if [[ $OSTYPE == 'darwin'* ]]; then
fi

DATE=$(date +"%Y-%m-%d")
# We allow only non classic, non webhook APIs
ALLOW_LIST="BalanceControlService|BalancePlatformService|BinLookupService|CheckoutService|DataProtectionService|DisputeService|GrantService|LegalEntityService|ManagementService|PayoutService|RecurringService|StoredValueService|TestCardService|TfmAPIService|TransferService"
# List of APIs to process: we skip (deprecated) classic payments, webhooks
ALLOW_LIST="BalanceControlService|BalancePlatformService|BinLookupService|CheckoutService|DataProtectionService|DisputeService|GrantService|LegalEntityService|ManagementService|PayoutService|RecurringService|SessionAuthenticationService|StoredValueService|TestCardService|TfmAPIService|TransferService"

for entry in "adyen-openapi/yaml"/*
do
Expand Down

0 comments on commit 84a7b12

Please sign in to comment.