-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stripe-dotnet v36.0 #1993
Merged
Merged
stripe-dotnet v36.0 #1993
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remi-stripe
changed the title
Integration branch for the future major version
[wip] stripe-dotnet v36.0
Apr 10, 2020
remi-stripe
force-pushed
the
integration-v36
branch
from
April 15, 2020 20:23
f88b3ee
to
28378b3
Compare
Rename a lot of core classes to match the correct naming scheme of the library
Remove deprecated API features * Remove `Percentage` filter when listing `TaxRate` as this does not work * Remove `Country` and `RoutingNumber` from `ChargePaymentMethodDetailsAcssDebit` * Remove `RenewalInterval` on `SubscriptionSchedule` * Rename `Parameters` to `ReportRunParameters` on `ReportRun`
Remove deprecated features
Remove all beta properties and parameters from the Issuing API
richardm-stripe
approved these changes
Apr 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Integration branch for the next major version of stripe-dotnet
Error
onScheduledQueryRun
fromstring
toScheduledQueryRunError
(FixError
onScheduledQueryRunError
from a string to a class #1992, Properly useScheduledQueryRunError
for theError
property #1994)Fee
toBalanceTransactionFee
onBalanceTransaction
Outcome
toChargeOutcome
onCharge
Evidence
toDisputeEvidence
andEvidenceDetails
toDisputeEvidenceDetails
onDispute
OutcomeRule
toRule
and moved it to theRadar
namespaceShippingMethod
toOrderShippingMethod
,StatusTransitions
toOrderStatusTransitions
andDeliveryEstimate
toOrderShippingMethodDeliveryEstimate
onOrder
Inventory
toSkuInventory
onSku
NextPendingInvoiceItemInvoice
onSubscription
to be aDateTime?
FraudDetails
onCharge
is now a classChargeFraudDetails
instead of a dictionaryConnect
on theWebhookEndpoint
resource as it is not supportedPercentage
filter when listingTaxRate
as this does not workCountry
andRoutingNumber
fromChargePaymentMethodDetailsAcssDebit
RenewalInterval
onSubscriptionSchedule
Parameters
toReportRunParameters
onReportRun
Stripe.Checkout
namespace