Skip to content

Commit

Permalink
chore: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
willypt committed Jul 4, 2023
1 parent 6a62509 commit c361a2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -340,6 +340,9 @@ va.createFixedVA(data: {
expirationDate?: Date;
isSingleUse?: boolean;
description?: string;
currency?: string;
country?: string;
alternativeDisplayTypes?: string[];
forUserID?: string;
})
```
Expand Down

0 comments on commit c361a2b

Please sign in to comment.