Skip to content

Commit

Permalink
Renamed Dt to Date in payment json for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
alenad committed Aug 17, 2012
1 parent 9e5f9cf commit 3482c31
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -43,8 +43,8 @@ public PaymentJsonWithBundleKeys(@JsonProperty("amount") final BigDecimal amount
@JsonProperty("invoiceId") final String invoiceId,
@JsonProperty("paymentId") final String paymentId,
@JsonProperty("paymentMethodId") final String paymentMethodId,
@JsonProperty("requestedDt") final DateTime requestedDate,
@JsonProperty("effectiveDt") final DateTime effectiveDate,
@JsonProperty("requestedDate") final DateTime requestedDate,
@JsonProperty("effectiveDate") final DateTime effectiveDate,
@JsonProperty("retryCount") final Integer retryCount,
@JsonProperty("currency") final String currency,
@JsonProperty("status") final String status,
Expand Down

0 comments on commit 3482c31

Please sign in to comment.