mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
31 lines
964 B
JSON
31 lines
964 B
JSON
{
|
|
"manifests": {
|
|
"stripe/stripe-php": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"STRIPE_SECRET_KEY": "sk_test_***"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/stripe.yaml": {
|
|
"contents": [
|
|
"services:",
|
|
" stripe.client:",
|
|
" class: 'Stripe\\StripeClient'",
|
|
" arguments:",
|
|
" - '%env(STRIPE_SECRET_KEY)%'",
|
|
"",
|
|
" Stripe\\StripeClient: '@stripe.client'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "d6829c693e3927a8972c7671d74a1a5c505712b0"
|
|
}
|
|
}
|
|
}
|