Skip to content

Commit

Permalink
chore(deps): update dependency stripe/stripe-ios to from: "23.27.6" (#…
Browse files Browse the repository at this point in the history
…1119)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [stripe/stripe-ios](https://togithub.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://togithub.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23276-2024-06-25)

[Compare
Source](https://togithub.com/stripe/stripe-ios/compare/23.27.5...23.27.6)

##### All

-   \[Fixed] Improved reliability when paying with Swish.

###
[`v23.27.5`](https://togithub.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23275-2024-06-20)

[Compare
Source](https://togithub.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://togithub.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23274-2024-06-18)

[Compare
Source](https://togithub.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://togithub.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23273-2024-06-14)

[Compare
Source](https://togithub.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://togithub.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Jun 27, 2024
1 parent 34c523a commit 3aa8cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stripe_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/stripe/stripe-ios",
from: "23.27.2"
from: "23.27.6"
),
]
)

0 comments on commit 3aa8cce

Please sign in to comment.