From c5d4386dccdef4c6f5e4759843302bb4a4c6ff04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adalton=20J=C3=BAnio?= Date: Thu, 5 Oct 2023 17:02:10 -0300 Subject: [PATCH] Fix type branch --- src/bricks/payment/type.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bricks/payment/type.ts b/src/bricks/payment/type.ts index e6470ca..338c13b 100644 --- a/src/bricks/payment/type.ts +++ b/src/bricks/payment/type.ts @@ -77,6 +77,7 @@ export type TPaymentType = { * @see {@link https://github.com/mercadopago/sdk-js/blob/main/API/bricks/paymentReview.md#initialization Initialization} documentation. */ discounts?: IReviewConfirmDiscounts; + /** * Optional. This parameter enables the use of Wallet Brick in Marketplace mode * * @see {@link https://www.mercadopago.com/developers/en/docs/checkout-bricks/payment-brick/payment-submission/wallet-credits Mercado Pago Wallet and Installments without card} documentation.