Skip to content

Commit

Permalink
Add DisputeService
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Oct 6, 2023
1 parent 7225753 commit 238002c
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 @@ -8,7 +8,7 @@ fi

DATE=$(date +"%Y-%m-%d")
# We allow only non classic, non webhook APIs
ALLOW_LIST="BalanceControlService|BalancePlatformService|BinLookupService|CheckoutService|DataProtectionService|GrantService|LegalEntityService|ManagementService|PayoutService|RecurringService|StoredValueService|TestCardService|TfmAPIService|TransferService"
ALLOW_LIST="BalanceControlService|BalancePlatformService|BinLookupService|CheckoutService|DataProtectionService|DisputeService|GrantService|LegalEntityService|ManagementService|PayoutService|RecurringService|StoredValueService|TestCardService|TfmAPIService|TransferService"

for entry in "adyen-openapi/yaml"/*
do
Expand Down Expand Up @@ -36,4 +36,4 @@ do
else
echo "$entry is NOT part of the allow list. Skipping"
fi
done
done

0 comments on commit 238002c

Please sign in to comment.