Skip to content

Commit

Permalink
Include ForeignExchangeService
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Jan 15, 2025
1 parent f77fe49 commit 0a76041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generateAll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

DATE=$(date +"%Y-%m-%d")
# 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"
ALLOW_LIST="BalanceControlService|BalancePlatformService|BinLookupService|CheckoutService|DataProtectionService|DisputeService|ForeignExchangeService|GrantService|LegalEntityService|ManagementService|PayoutService|RecurringService|SessionAuthenticationService|StoredValueService|TestCardService|TfmAPIService|TransferService"

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

0 comments on commit 0a76041

Please sign in to comment.