Digits Fixed and SignOut text variable
This commit is contained in:
@@ -223,7 +223,7 @@ function ConfirmAddFund({
|
||||
amount: amount * 100,
|
||||
cardnumber: cardNum.replace(/\s/g, ""),
|
||||
credit_reference,
|
||||
cvc: String(cvv).length === 1 ? `0${cvv}` : String(cvv),
|
||||
cvc: cvv,
|
||||
description: address,
|
||||
exp_month: expirationMonth,
|
||||
exp_year: expirationYear,
|
||||
|
||||
Reference in New Issue
Block a user