We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db14865 commit 182da0aCopy full SHA for 182da0a
src/main/java/com/bitpay/sdk/model/Invoice/Invoice.java
@@ -424,7 +424,7 @@ public void setBuyerSms(String _buyerSms) {
424
// Response fields
425
//
426
427
- @JsonIgnore
+ @JsonProperty("forcedBuyerSelectedTransactionCurrency")
428
public String getForcedBuyerSelectedTransactionCurrency() {
429
return _forcedBuyerSelectedTransactionCurrency;
430
}
0 commit comments