mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-20 08:54:53 +00:00
fix koodiklinikka image url for stripecheckout
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = React.createClass({
|
|||||||
currency = 'EUR'
|
currency = 'EUR'
|
||||||
description = 'Jäsenmaksu'
|
description = 'Jäsenmaksu'
|
||||||
email = { this.props.userInfo.email }
|
email = { this.props.userInfo.email }
|
||||||
image = 'https://avatars3.githubusercontent.com/u/10520119?v = 3&s = 200'
|
image = 'https://avatars3.githubusercontent.com/u/10520119?v=3&s=200'
|
||||||
locale = "en"
|
locale = "en"
|
||||||
name = 'Koodiklinikka ry'
|
name = 'Koodiklinikka ry'
|
||||||
stripeKey = { config.stripe.publicKey }
|
stripeKey = { config.stripe.publicKey }
|
||||||
|
|||||||
Reference in New Issue
Block a user