Skip to content

Commit

Permalink
add postal code requirement to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Stewart committed Nov 14, 2023
1 parent cb55c2d commit 53a21b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ await cart.addCardPaymentMethod({
number: "4242424242424242",
cvv: "111",
exp_month: 1,
exp_year: 2025
exp_year: 2025,
address_postal_code: "90210"
}
});

Expand Down

0 comments on commit 53a21b4

Please sign in to comment.