-
Notifications
You must be signed in to change notification settings - Fork 38
Commit 3aa8cce
chore(deps): update dependency stripe/stripe-ios to from: "23.27.6" (#1119)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [stripe/stripe-ios](https://github.com/stripe/stripe-ios) | patch |
`from: "23.27.2"` -> `from: "23.27.6"` |
---
### Release Notes
<details>
<summary>stripe/stripe-ios (stripe/stripe-ios)</summary>
###
[`v23.27.6`](https://github.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23276-2024-06-25)
[Compare
Source](https://github.com/stripe/stripe-ios/compare/23.27.5...23.27.6)
##### All
- \[Fixed] Improved reliability when paying with Swish.
###
[`v23.27.5`](https://github.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23275-2024-06-20)
[Compare
Source](https://github.com/stripe/stripe-ios/compare/23.27.4...23.27.5)
##### PaymentSheet
- \[Fixed] An issue that was preventing users from completing checkout
with SetupIntents and PaymentIntents using `setup_future_usage` for the
following payment method types: Amazon Pay, Cash App Pay, PayPal, and
Revolut Pay.
###
[`v23.27.4`](https://github.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23274-2024-06-18)
[Compare
Source](https://github.com/stripe/stripe-ios/compare/23.27.3...23.27.4)
##### PaymentSheet
- \[Fixed] Fixed an issue where when displaying an LPM with no input
fields, the sheet would take up the entire height of the screen.
###
[`v23.27.3`](https://github.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23273-2024-06-14)
[Compare
Source](https://github.com/stripe/stripe-ios/compare/23.27.2...23.27.3)
##### PaymentSheet
- \[Fixed] Fixed an issue where changing the country of a phone number
would not update the UI when the phone number's validity changed.
- \[Changed] The "save this card" checkbox is now unchecked by default.
To change this behavior, set your
PaymentSheet.Configuration.savePaymentMethodOptInBehavior to
`.requiresOptOut`.
- \[Fixed] Fixed an issue where PaymentSheet would not present in the
iOS 18 beta when using SwiftUI.
- \[Fixed] Fixed an issue in PaymentSheet.FlowController that could lead
to the CVC recollection form being shown on presentPaymentOptions()
##### CustomerSheet
- \[Fixed] Fixed an issue where CustomerSheet would not present in the
iOS 18 beta when using SwiftUI.
##### Payments
- \[Added] Updated support for MobilePay bindings.
- \[Changed] Some Payment Methods (including Klarna and PayPal) may now
authenticate using ASWebAuthenticationSession, enabling these payment
methods to share session storage across apps.
- \[Fixed] Fixed printing spurious STPAssertionFailure warnings.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>1 parent 34c523a commit 3aa8cceCopy full SHA for 3aa8cce
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- examples/stripe_example
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedexamples/stripe_example/Package.swift
Copy file name to clipboardExpand all lines: examples/stripe_example/Package.swift+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
|
0 commit comments