Skip to content

Commit 182da0a

Browse files
committed
SP-44 forcedBuyerSelectedTransactionCurrency should set the value on the invoice
1 parent db14865 commit 182da0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/bitpay/sdk/model/Invoice/Invoice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ public void setBuyerSms(String _buyerSms) {
424424
// Response fields
425425
//
426426

427-
@JsonIgnore
427+
@JsonProperty("forcedBuyerSelectedTransactionCurrency")
428428
public String getForcedBuyerSelectedTransactionCurrency() {
429429
return _forcedBuyerSelectedTransactionCurrency;
430430
}

0 commit comments

Comments
 (0)