forked from laravel/cashier-stripe
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Master #5
Open
darrynten
wants to merge
879
commits into
UnicornGlobal:master
Choose a base branch
from
laravel:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Master #5
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
Pull request analysis by VIZIPI Below you will find who is the most qualified team member to review your code. Reviewers with knowledge related to these changes
Potential missing files from this Pull requestfiles commonly committed with a subset of this pr, but not committed this time. (click to collapse)
Committed file ranks(click to expand)68.18% [src/Subscription.php] 38.64% [src/Invoice.php] 38.64% [src/SubscriptionBuilder.php] 68.18% [CHANGELOG.md] 68.18% [src/Http/Controllers/PaymentController.php] 38.64% [src/Http/Controllers/WebhookController.php] 0.00% [src/Exceptions/SubscriptionUpdateFailure.php] 97.73% [composer.json] 93.18% [src/Cashier.php] 0.00% [tests/Unit/SubscriptionTest.php] |
* Update tests.yml * wip
# Conflicts: # CHANGELOG.md # composer.json # src/Cashier.php
* Add createPaymentIntent Method * Fix StyleCI Errors * Fix StyleCI Errors :( * Fix StyleCI Spacing Error * Fix StyleCI Spacing Error :( * Add new pay method * Forward calls on Payment instance * wip * wip * wip * wip * wip * Ignore payment_method_types on pay method * Add payWith method * Add findPayment method Co-authored-by: Dries Vints <[email protected]>
* Allow options with formatAmount * wip
# Conflicts: # CHANGELOG.md # src/Cashier.php
* Improve discount handling * wip * wip * formatting Co-authored-by: Taylor Otwell <[email protected]>
* Add new hasTrialExpired methods * rename method Co-authored-by: Taylor Otwell <[email protected]>
* add passthrough method to cancel PaymentIntent * Update Payment.php --------- Co-authored-by: Taylor Otwell <[email protected]>
* Prevent confirm email when in Checkout * wip
* Fix soft deleted customers * wip
Update the docstring to return `void`, since that is what the `deletePaymentMethod` function actually returns
* Allow creation of embedded checkouts * wip * Update Checkout.php --------- Co-authored-by: Dries Vints <[email protected]> Co-authored-by: Taylor Otwell <[email protected]>
* Stops using `loadMigrationsFrom` * Adjusts upgrade guide * Bumps testbench
* Add note about test rate limiting * Update CONTRIBUTING.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Stripe API and SDK update * wip * wip * wip
* v15 upgrade guide * Update UPGRADE.md --------- Co-authored-by: Taylor Otwell <[email protected]>
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.
Import upstream master branch