From c361a2b0daa55bb2ef6bd28b318fe447675b8c0a Mon Sep 17 00:00:00 2001 From: Willy PT <1708055+willypt@users.noreply.github.com> Date: Tue, 4 Jul 2023 08:37:12 +0700 Subject: [PATCH] chore: update doc --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b7c462..d2d1295 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ card.createPromotion(data: { ### Virtual Account Services -Instanitiate VA service using constructor that has been injected with Xendit keys +Instantiate VA service using constructor that has been injected with Xendit keys ```js const { VirtualAcc } = x; @@ -340,6 +340,9 @@ va.createFixedVA(data: { expirationDate?: Date; isSingleUse?: boolean; description?: string; + currency?: string; + country?: string; + alternativeDisplayTypes?: string[]; forUserID?: string; }) ```