Skip to content

Commit

Permalink
Merge pull request xendit#197 from cassiewang/fix/pmv2-status-type
Browse files Browse the repository at this point in the history
fix: Fix PMv2 status type
  • Loading branch information
sekaranglila authored Jun 7, 2023
2 parents 36f3c4c + ff4da51 commit 31ecca9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1818,7 +1818,7 @@ r.updatePaymentMethodV2(data: {
reference_id?: string;
description?: string;
metadata?: object;
status?: object;
status?: string;
reusability?: PaymentMenthodV2Reusabilities;
over_the_counter?: UpdateOverTheCounterItems;
virtual_account?: UpdateVirtualAccountItems;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xendit-node",
"version": "1.21.11",
"version": "1.21.12",
"description": "NodeJS client for Xendit API",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/payment_method_v2/payment_method_v2.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export = class PaymentMethodV2 {
reference_id?: string;
description?: string;
metadata?: object;
status?: object;
status?: string;
reusability?: PaymentMenthodV2Reusabilities;
over_the_counter?: UpdateOverTheCounterItems;
virtual_account?: UpdateVirtualAccountItems;
Expand Down

0 comments on commit 31ecca9

Please sign in to comment.