Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

how to replace the statement_descriptor parameter with statement_descriptor_suffix as part of Stripe update

$
0
0

I am using stripe.net NuGet package. As a part of the latest update in stripe I need to replace the statement_descriptor parameter with statement_descriptor_suffix

enter image description here

Here is the StatementDescriptor in NuGet

enter image description here

currently using like this

var chargeOptions = new StripeChargeCreateOptions()
            {
                StatementDescriptor = statementDescriptor
            };

Since package is Noneditable how to achieve this, do i need to wait for update in NuGet package or is there any other way?


Viewing all articles
Browse latest Browse all 3067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>