0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/apps/admin-x-settings/test/acceptance/membership
Ronald Langeveld ee4ef4438e
Fixed Stripe connect display name key (#18725)
no issue

- the stripe value is saved under the `stripe_connect_display_name`
column, yet Admin X was querying `stripe_connect_account_name` causing
it to be undefined.

---

<!-- Leave the line below if you'd like GitHub Copilot to generate a
summary from your commit -->
<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at f0e6cb6</samp>

Renamed `stripe_connect_account_name` setting to
`stripe_connect_display_name` in the admin-x-settings app. This improves
clarity and consistency for the Stripe integration in the membership
settings.
2023-10-23 08:56:41 +00:00
..
access.test.ts Improved AdminX test coverage based on old admin tests (#18502) 2023-10-06 10:06:05 +01:00
analytics.test.ts
portal.test.ts 🐛 Fixed free tier not updating in Portal settings (#18705) 2023-10-20 12:25:28 +01:00
recommendations.test.ts Added more acceptance tests for Recommendation settings (#18696) 2023-10-18 18:56:34 +00:00
signupEmbed.test.ts
stripe.test.ts Fixed Stripe connect display name key (#18725) 2023-10-23 08:56:41 +00:00
tiers.test.ts 🐛 Fixed free tier not updating in Portal settings (#18705) 2023-10-20 12:25:28 +01:00