Skip to content

Commit

Permalink
Update property name (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko authored Dec 22, 2023
1 parent 8664d5b commit 8eb5e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/checkout/payments/ShippingDetails.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public final class ShippingDetails {
private String fromAddressZip;

@SerializedName("timeframe")
private ShippingDetailsTimeframe timeFrame;
private ShippingDetailsTimeframe timeframe;

@SerializedName("method")
private ShippingDetailsMethods method;
Expand Down

0 comments on commit 8eb5e43

Please sign in to comment.