Skip to content

Commit 18f9b86

Browse files
committed
Proper scc
1 parent fe11784 commit 18f9b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Adyen/Model/Terminal/SaleToAcquirerData.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public class SaleToAcquirerData
4646
public string RecurringTokenService { get; set; }
4747
[JsonProperty(PropertyName = "store")]
4848
public string Store { get; set; }
49-
[JsonProperty(PropertyName = "sca")]
50-
public string Sca { get; set; }
49+
[JsonProperty(PropertyName = "scc")]
50+
public string Scc { get; set; }
5151
[JsonProperty(PropertyName = "merchantAccount")]
5252
public string MerchantAccount { get; set; }
5353
[JsonProperty(PropertyName = "currency")]

0 commit comments

Comments
 (0)