mirror of
https://github.com/gcatanese/adyen-postman.git
synced 2026-03-09 23:51:21 +00:00
Skip ManagementAPI
This commit is contained in:
@@ -8,9 +8,9 @@ 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"
|
||||
ALLOW_LIST="BalanceControlService|BalancePlatformService|BinLookupService|CheckoutService|DataProtectionService|DisputeService|GrantService|LegalEntityService|PayoutService|RecurringService|StoredValueService|TestCardService|TfmAPIService|TransferService"
|
||||
|
||||
for entry in "adyen-openapi/json"/*
|
||||
for entry in "adyen-openapi/yaml"/*
|
||||
do
|
||||
echo "Processing $entry"
|
||||
if echo "$entry" | grep -q -E "$ALLOW_LIST"; then
|
||||
|
||||
Reference in New Issue
Block a user