fix: made transactionId a required arg to generate pix payload
This commit is contained in:
@@ -21,7 +21,7 @@ const pix = ({
|
||||
value,
|
||||
message,
|
||||
cep,
|
||||
transactionId = "",
|
||||
transactionId = "***",
|
||||
currency = 986,
|
||||
countryCode = "BR",
|
||||
}: PixParams) => {
|
||||
|
||||
Reference in New Issue
Block a user