Skip to content

Commit 25a1088

Browse files
committed
dlijh
1 parent b5b17b2 commit 25a1088

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/main/java/org/mifos/processor/bulk/schema/Transaction.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@Getter
1212
@Setter
1313
@JsonIgnoreProperties(ignoreUnknown = true)
14-
@JsonPropertyOrder({ "id", "request_id", "payment_mode", "account_number", "payer_identifier_type", "payer_identifier",
14+
@JsonPropertyOrder({ "id", "request_id", "payment_mode", "payer_identifier_type", "payer_identifier",
1515
"payee_identifier_type", "payee_identifier", "amount", "currency", "note", "program_shortcode", "cycle", "payee_dfsp_id",
1616
"batch_id" })
1717
public class Transaction implements CsvSchema {
@@ -25,9 +25,6 @@ public class Transaction implements CsvSchema {
2525
@JsonProperty("payment_mode")
2626
private String paymentMode;
2727

28-
@JsonProperty("account_number")
29-
private String accountNumber;
30-
3128
@JsonProperty("amount")
3229
private String amount;
3330

0 commit comments

Comments
 (0)