Skip to content

Commit

Permalink
Exclude access_token on endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
viceroypenguin committed Nov 24, 2023
1 parent 6f08756 commit 829b063
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Plaid/RequestClassOverrides.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ public partial class LinkTokenCreateRequest : RequestBase
}
}

namespace Going.Plaid.PaymentInitiation
{
public partial class PaymentInitiationRecipientCreateRequest : RequestBase
{
/// <inheritdoc />
protected internal override bool IncludeAccessToken => false;
}
}

namespace Going.Plaid.Processor
{
public partial class ProcessorTokenCreateRequest : RequestBase
Expand Down

0 comments on commit 829b063

Please sign in to comment.