Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
0101688d
Commit
0101688d
authored
Feb 16, 2021
by
Dominik Hebeler
Browse files
fixed env values for civicrm api
parent
0000cd29
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/MailController.php
View file @
0101688d
...
...
@@ -226,8 +226,8 @@ class MailController extends Controller
$postdata
=
[
"entity"
=>
"Contribution"
,
"action"
=>
"mgcreate"
,
"api_key"
=>
env
(
"
TICKET
_API_KEY"
,
''
),
"key"
=>
env
(
"
TICKET
_SITE_KEY"
,
''
),
"api_key"
=>
env
(
"
CIVICRM
_API_KEY"
,
''
),
"key"
=>
env
(
"
CIVICRM
_SITE_KEY"
,
''
),
"json"
=>
1
,
"iban"
=>
$iban
->
MachineFormat
(),
"bic"
=>
$bic
,
...
...
@@ -251,7 +251,7 @@ class MailController extends Controller
$mission
=
[
"resulthash"
=>
$resulthash
,
"url"
=>
env
(
"
TICKET
_URL"
,
"https://metager.de"
),
"url"
=>
env
(
"
CIVICRM
_URL"
,
"https://metager.de"
),
"useragent"
=>
"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:81.0) Gecko/20100101 Firefox/81.0"
,
"username"
=>
null
,
"password"
=>
null
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment