mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Passed partner_id in stripe appInfo
no-issue This correctly configures stripe to use our partner integration
This commit is contained in:
parent
c18cf50654
commit
500f8aac17
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ function getStripePaymentConfig() {
|
|||
plans: stripePaymentProcessor.config.plans,
|
||||
appInfo: {
|
||||
name: 'Ghost',
|
||||
partner_id: 'pp_partner_DKmRVtTs4j9pwZ',
|
||||
version: ghostVersion.original,
|
||||
url: 'https://ghost.org/'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue