Skip to content

Commit ec838e7

Browse files
cgrindel-self-hosted-renovate[bot]cgrindelmergify[bot]
authored
chore(deps): update dependency stripe/stripe-ios to from: "23.30.0" (#1234)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [stripe/stripe-ios](https://redirect.github.com/stripe/stripe-ios) | minor | `from: "23.28.1"` -> `from: "23.30.0"` | --- ### Release Notes <details> <summary>stripe/stripe-ios (stripe/stripe-ios)</summary> ### [`v23.30.0`](https://redirect.github.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23300-2024-09-09) [Compare Source](https://redirect.github.com/stripe/stripe-ios/compare/23.29.2...23.30.0) ##### PaymentSheet - \[Added] CustomerSessions is now in private beta. - \[Fixed] PaymentSheet now uses a border width of 1.5 instead of 0 when \`PaymentSheet.Appearance.borderWidth' is 0. - \[Fixed] The 0.5x lens is now used when scanning cards, if available. (Thanks [@&#8203;akhmedovgg](https://redirect.github.com/akhmedovgg)!) ### [`v23.29.2`](https://redirect.github.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23292-2024-08-19) [Compare Source](https://redirect.github.com/stripe/stripe-ios/compare/23.29.1...23.29.2) ##### PaymentSheet - \[Fixed] Avoid multiple calls to CVC Recollection callback for deferred intent integrations - \[Fixed] Fixed an issue in SwiftUI where setting `isPresented=false` wouldn't dismiss the sheet. ### [`v23.29.1`](https://redirect.github.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23291-2024-08-12) [Compare Source](https://redirect.github.com/stripe/stripe-ios/compare/23.29.0...23.29.1) ##### PaymentSheet - \[Fixed] Fixed an issue where signing up with Link and paying would vend an empty `STPPaymentMethod` object to an `IntentConfiguration` confirmHandler callback. - \[Fixed] Fixed PaymentSheet.FlowController returning unlocalized labels for certain payment methods e.g. "AfterPay ClearPay" instead of "Afterpay" or "Clearpay" depending on locale. - \[Added] `PaymentSheet.IntentConfiguration` now validates that its `amount` is non-zero. ##### PaymentsUI - \[Fixed] Fixed an issue where STPPaymentCardTextField wouldn't call its delegate `paymentCardTextFieldDidChange` method when the preferred card network changed. ### [`v23.29.0`](https://redirect.github.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23290-2024-08-05) [Compare Source](https://redirect.github.com/stripe/stripe-ios/compare/23.28.3...23.29.0) ##### PaymentSheet - \[Fixed] Fixed a scroll issue with native 3DS2 authentication screen when the keyboard appears. - \[Added] When a card is saved (ie you're using a PaymentIntent + setup_future_usage or SetupIntent), legal disclaimer text now appears below the form indicating the card can be charged for future payments. - \[Fixed] iOS 18 Compatibility with removing multiple saved payment methods - \[Fixed] Fixed an issue where the keyboard could focus on a hidden phone number field. - \[Added] Support for Sunbit (Private Beta) with PaymentIntents. - \[Added] Support for Billie (Private Beta) with PaymentIntents. - \[Fixed] Fixed an issue where saved payment method UI wouldn't respect `PaymentSheet.Configuration.style` when selected. - \[Added] Support for Satispay (Private Beta) with PaymentIntents. ##### Payments - \[Added] Support for Sunbit (Private Beta) bindings. - \[Added] Support for Billie (Private Beta) bindings. - \[Added] Support for Satispay (Private Beta) bindings. ### [`v23.28.3`](https://redirect.github.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23283-2024-09-03) [Compare Source](https://redirect.github.com/stripe/stripe-ios/compare/23.28.1...23.28.3) This release was made in error, and contains changes from 23.29.0, 23.29.1, and 23.29.2. </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://redirect.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzguODEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: Chuck Grindel <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 5bb5ee0 commit ec838e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/stripe_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
dependencies: [
88
.package(
99
url: "https://github.com/stripe/stripe-ios",
10-
from: "23.28.1"
10+
from: "23.30.0"
1111
),
1212
]
1313
)

0 commit comments

Comments
 (0)