0
Fork 0
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:
Fabien O'Carroll 2019-10-01 11:01:16 +07:00
parent c18cf50654
commit 500f8aac17

View file

@ -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/'
}