Skip to content

Commit

Permalink
Merge pull request #2344 from SwedbankPay/feature/devp-450_remove_old…
Browse files Browse the repository at this point in the history
…_cards

DEVP-450: Removed JCB from Developer Portal
  • Loading branch information
arebra authored Sep 23, 2024
2 parents 1ac53ce + 51175b5 commit 2943677
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion _includes/instrument-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Content-Type: application/json{% endcapture %}
},
"items": [{
"creditCard": {
"cardBrands": ["Visa", "MasterCard", "Amex", "Dankort", "Forbrugsforeningen", "Jcb", "Maestro", "Ica"]
"cardBrands": ["Visa", "MasterCard", "Amex", "Dankort", "Forbrugsforeningen", "Maestro", "Ica"]
}
}]
},
Expand Down
1 change: 0 additions & 1 deletion _includes/payment-order-verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ api-supported-versions: 3.x/2.0{% endcapture %}
"Visa",
"Amex",
"Dankort",
"Jcb",
"Maestro"
]
}
Expand Down
1 change: 0 additions & 1 deletion _includes/prices.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ types.
| {% f MasterCard, 0 %} | MasterCard |
| {% f Amex, 0 %} | American Express |
| {% f Dankort, 0 %} | Dankort (only available with currency DKK) |
| {% f Jcb, 0 %} | JCB |
| {% f Maestro, 0 %} | MasterCard Maestro |

{% when "invoice" %}
Expand Down
7 changes: 0 additions & 7 deletions checkout-v3/test-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,6 @@ A selection of cards not connected to Network Tokenization or 3D-Secure.
| :---------------- | :---------------------- | :------------ | :---------------- |
| `377601000000000` | After the current month | Any (4 digits) | Amex & loopback |

### JCB

{:.table .table-striped}
| Card number | Expiry | CVC |
| :----------------- | :---------------------- | :---- |
| `3569990010082211` | After the current month | Any |

### Maestro

{:.table .table-striped}
Expand Down

0 comments on commit 2943677

Please sign in to comment.