Skip to content

Commit 53bfbaa

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency stripe/stripe-ios to from: "23.28.0" (#1158)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [stripe/stripe-ios](https://togithub.com/stripe/stripe-ios) | minor | `from: "23.27.6"` -> `from: "23.28.0"` | --- ### Release Notes <details> <summary>stripe/stripe-ios (stripe/stripe-ios)</summary> ### [`v23.28.0`](https://togithub.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23280-2024-07-08) [Compare Source](https://togithub.com/stripe/stripe-ios/compare/23.27.6...23.28.0) ##### Payments - \[Fixed] An issue where the correct card brand was not being displayed for card brand choice in STPPaymentOptionsViewController and STPPaymentContext. - \[Added] Adds coupon support to STPApplePayContext with a new `didChangeCouponCode` delegate method (h/t [@&#8203;JoeyLeeMEA](https://togithub.com/JoeyLeeMEA)). - \[Fixed] Fixed an issue where successful TWINT payments were sometimes incorrectly considered 'canceled'. </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>
1 parent d2097c0 commit 53bfbaa

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.27.6"
10+
from: "23.28.0"
1111
),
1212
]
1313
)

0 commit comments

Comments
 (0)