Renamed donate button to pay in Stripe Checkout flow (#17646)
fixes https://github.com/TryGhost/Product/issues/3705
This commit is contained in:
parent
98dc4d7b06
commit
b9fcbc7f28
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user