Made a few changes

This commit is contained in:
2023-07-17 11:48:03 +01:00
parent 89c5936212
commit 5d12ab4f62
3 changed files with 15 additions and 11 deletions
@@ -11,7 +11,7 @@ function ThePaymentText({ value, type }) {
type === "new"
? cardDetails.cardNum[0] === "4"
? "Visa"
: value[0] == "5"
: cardDetails.cardNum[0] == "5"
? "Master"
: "ATM"
: value.description;