-
Notifications
You must be signed in to change notification settings - Fork 572
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 v30 #1694
Merged
Merged
stripe-dotnet v30 #1694
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
ob-stripe
force-pushed
the
integration-v28
branch
from
July 18, 2019 17:50
e8b894d
to
db3b1a7
Compare
remi-stripe
force-pushed
the
integration-v28
branch
from
July 19, 2019 21:41
db3b1a7
to
8cf657a
Compare
remi-stripe
force-pushed
the
integration-v28
branch
from
August 12, 2019 14:29
18a4e27
to
1a2301b
Compare
ob-stripe
force-pushed
the
integration-v28
branch
3 times, most recently
from
August 16, 2019 22:49
1f62b40
to
65c994c
Compare
ob-stripe
force-pushed
the
integration-v28
branch
2 times, most recently
from
October 7, 2019 20:48
4a43040
to
06e0756
Compare
Many features were marked as obsolete and are now being removed: * AccountBalance on Customer, use Balance instead * Billing on Subscription/Invoice/SubscriptionSchedule, use CollectionMethod instead * TaxInfo and TaxInfoVerification on Customer, use TaxId instead * AllowedSourceTypes on PaymentIntent, use PaymentMethodTypes instead * Start on Subscription, use StartDate instead * ApplicationFee on Charge, use ApplicationFeeAmount instead * Date when listing Invoices, use Created instead * OperatorAccount on all Terminal APIs
ob-stripe
force-pushed
the
integration-v28
branch
from
October 8, 2019 22:59
9418469
to
102f164
Compare
Released as 30.0.0. |
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.
ExpandXXX
on each service (Remove support for ExpandXXX on each service #1715)SetupIntentPaymentMethodOptionsCardOptions
inSetupIntentPaymentMethodOptionsOptions
(Fix using the right SetupIntent option instead of PaymentIntent #1736)Id
andFileId
suffixes to stay as close to the API as possible (Removed Id and FileId suffixes to stay as close to the API as possible. #1738)StripeEntity<X>
and fix all the ones not doing it yet (Fix all classes not inheriting from the generic version of StripeEntity #1788)Id
/FileId
suffixes (Remove moreId
/FileId
suffixes #1803)SourceThreeDSecureCreateOptions.CardId
toSourceThreeDSecureCreateOptions.Card
(RenameSourceThreeDSecureCreateOptions.CardId
toSourceThreeDSecureCreateOptions.Card
#1805)AccountOpener
toRepresentative
and move to latest API version2019-10-08
(RenamingAccountOpener
toRepresentative
and moving to latest API version #1807)Fixes #1676 (via #1699), fixes #1735 (via #1736).