Skip to content

Commit

Permalink
PayPal: DefaultValueHandling.Ignore by convention (must be uncommented)
Browse files Browse the repository at this point in the history
  • Loading branch information
muratcakir committed Nov 20, 2024
1 parent de313fd commit 0b60fee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public class PayPalHelper : ICookiePublisher
static PayPalHelper()
{
_serializerSettings = JsonConvert.DefaultSettings();
//_serializerSettings.DefaultValueHandling = DefaultValueHandling.Ignore;
_serializerSettings.ContractResolver = new SmartContractResolver
{
NamingStrategy = new SnakeCaseNamingStrategy()
Expand Down

0 comments on commit 0b60fee

Please sign in to comment.