mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ module.exports = class StripeAPI {
|
||||||
metadata,
|
metadata,
|
||||||
customer: customer ? customer.id : undefined,
|
customer: customer ? customer.id : undefined,
|
||||||
customer_email: !customer && customerEmail ? customerEmail : undefined,
|
customer_email: !customer && customerEmail ? customerEmail : undefined,
|
||||||
submit_type: 'donate',
|
submit_type: 'pay',
|
||||||
invoice_creation: {
|
invoice_creation: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
invoice_data: {
|
invoice_data: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue