Renamed donate button to pay in Stripe Checkout flow (#17646)

fixes https://github.com/TryGhost/Product/issues/3705
This commit is contained in:
Simon Backx 2023-08-09 10:17:54 +02:00 committed by GitHub
parent 98dc4d7b06
commit b9fcbc7f28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -520,7 +520,7 @@ module.exports = class StripeAPI {
metadata,
customer: customer ? customer.id : undefined,
customer_email: !customer && customerEmail ? customerEmail : undefined,
submit_type: 'donate',
submit_type: 'pay',
invoice_creation: {
enabled: true,
invoice_data: {