Skip to content

Commit

Permalink
Merge pull request #446 from hitayshii/patch-5
Browse files Browse the repository at this point in the history
Create hide_card_bin.sh
  • Loading branch information
vishesta490 committed May 30, 2024
2 parents a66c0e9 + 8b58baa commit 67cd00f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions payment-locking/hide_card_bin.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
"payment_filter": {
"allowDefaultOptions" : true,
"options": [
{
"paymentMethodType": "CARD",
"enable": true,
"cardFilters": [
{
"enable": false,
"cardBins":["459000::460000"]
}
]
}
]
}

0 comments on commit 67cd00f

Please sign in to comment.