fix(card-master): make CardMasterRequest.CardMasterHash non-nullable to match wire spec
This commit is contained in:
@@ -14,5 +14,5 @@ public class CardMasterRequest : BaseRequest
|
||||
{
|
||||
[JsonPropertyName("card_master_hash")]
|
||||
[Key("card_master_hash")]
|
||||
public string? CardMasterHash { get; set; }
|
||||
public string CardMasterHash { get; set; } = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user