Skip to content

Commit

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

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [stripe/stripe-ios](https://togithub.com/stripe/stripe-ios) | minor |
`from: "23.14.0"` -> `from: "23.15.0"` |

---

### Release Notes

<details>
<summary>stripe/stripe-ios (stripe/stripe-ios)</summary>

###
[`v23.15.0`](https://togithub.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23150-2023-08-28)

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

##### PaymentSheet

- \[Added] Support for AmazonPay (private beta), BLIK, and FPX with
PaymentIntents.
- \[Fixed] A bug where payment amounts were not displayed correctly for
LAK currency.

##### StripeApplePay

- Fixed a compile-time issue with using StripeApplePay in an App
Extension.
([#&#8203;2853](https://togithub.com/stripe/stripe-ios/issues/2853))

##### CustomerSheet

- \[Added]
`CustomerSheet`(https://stripe.com/docs/elements/customer-sheet?platform=ios)
API, a prebuilt UI component that lets your customers manage their saved
payment methods.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4wIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

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 Aug 29, 2023
1 parent beba2b1 commit eaed5f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/stripe_example/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/stripe/stripe-ios",
"state" : {
"revision" : "cdda49d66562c95c8b7db2d47dccd2c39ca32097",
"version" : "23.14.0"
"revision" : "d20549e5a83b69d47f041ce2ba9af789e3e1a626",
"version" : "23.15.0"
}
}
],
Expand Down
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.14.0"
from: "23.15.0"
),
]
)
4 changes: 2 additions & 2 deletions examples/stripe_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@
"name": "swiftpkg_stripe_ios",
"identity": "stripe-ios",
"remote": {
"commit": "cdda49d66562c95c8b7db2d47dccd2c39ca32097",
"commit": "d20549e5a83b69d47f041ce2ba9af789e3e1a626",
"remote": "https://github.com/stripe/stripe-ios",
"version": "23.14.0"
"version": "23.15.0"
}
}
]
Expand Down

0 comments on commit eaed5f0

Please sign in to comment.