mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-04 15:48:10 +00:00
fix koodiklinikka image url for stripecheckout
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = React.createClass({
|
||||
currency = 'EUR'
|
||||
description = 'Jäsenmaksu'
|
||||
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"
|
||||
name = 'Koodiklinikka ry'
|
||||
stripeKey = { config.stripe.publicKey }
|
||||
|
||||
Reference in New Issue
Block a user