Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from duffelhq/FLIN-2883-cfar-fix
Browse files Browse the repository at this point in the history
FLIN-2883 CFAR field fix
  • Loading branch information
johnpeterharvey authored Jan 17, 2023
2 parents 3f8cc21 + 7c9c3db commit eee07a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public class CancelForAnyReasonMetadata implements Metadata {
/**
* Link to Terms and Conditions
*/
@JsonProperty("terms_and_conditions_link")
private String termsAndConditionsLink;
@JsonProperty("terms_and_conditions_url")
private String termsAndConditionsUrl;

/**
* Text for merchants.
Expand Down

0 comments on commit eee07a2

Please sign in to comment.