Made a few changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user