diff --git a/src/types/transaction.ts b/src/types/transaction.ts index 3921168..1884f7c 100644 --- a/src/types/transaction.ts +++ b/src/types/transaction.ts @@ -74,7 +74,7 @@ export type TransactionPaymentData = { export type TransactionMerchantData = { /** Name of the merchant */ - name: string + name?: string /** Legal business name of the merchant */ businessName: string /** Cnpj number associated to the merchant */