Skip to content

Commit 1698e7d

Browse files
authored
Add fraud score to payment response (#264)
1 parent 4b79206 commit 1698e7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/io/craftgate/response/common/BasePaymentResponse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public class BasePaymentResponse {
5151
private String requestedPosAlias;
5252
private Long fraudId;
5353
private FraudAction fraudAction;
54+
private Double fraudScore;
5455
private MerchantPos pos;
5556
private Loyalty loyalty;
5657
private PaymentError paymentError;

0 commit comments

Comments
 (0)