mirror of
https://github.com/gcatanese/adyen-postman.git
synced 2026-03-10 08:01:18 +00:00
Skip ManagementAPI
This commit is contained in:
@@ -8,9 +8,9 @@ fi
|
|||||||
|
|
||||||
DATE=$(date +"%Y-%m-%d")
|
DATE=$(date +"%Y-%m-%d")
|
||||||
# We allow only non classic, non webhook APIs
|
# 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
|
do
|
||||||
echo "Processing $entry"
|
echo "Processing $entry"
|
||||||
if echo "$entry" | grep -q -E "$ALLOW_LIST"; then
|
if echo "$entry" | grep -q -E "$ALLOW_LIST"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user