From 5a2c9cf6d8e8cc63cc1b8ca3d2fb3512ca32014d Mon Sep 17 00:00:00 2001 From: Ricardo Junior Date: Wed, 12 Jul 2023 12:20:26 -0300 Subject: [PATCH] Fixed problem with types of PayerCost type --- src/coreMethods/util/types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/coreMethods/util/types.ts b/src/coreMethods/util/types.ts index 36e1857..8e73ffe 100644 --- a/src/coreMethods/util/types.ts +++ b/src/coreMethods/util/types.ts @@ -15,6 +15,9 @@ export interface PayerCost { reimbursement_rate?: unknown; max_allowed_amount: number; payment_method_option_id: string; + installment_amount: number; + recommended_message: string; + total_amount: number; } export type Identification = {