Skip to content

Commit

Permalink
Update generated code for v1259
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 10, 2024
1 parent d3532c0 commit a864aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1258
v1259
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/model/issuing/Card.java
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ public static class Shipping extends StripeObject {
* The delivery status of the card.
*
* <p>One of {@code canceled}, {@code delivered}, {@code failure}, {@code pending}, {@code
* returned}, or {@code shipped}.
* returned}, {@code shipped}, or {@code submitted}.
*/
@SerializedName("status")
String status;
Expand Down

0 comments on commit a864aa3

Please sign in to comment.