Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
bf503a1e
Commit
bf503a1e
authored
Feb 12, 2019
by
vsuess
Browse files
fixed spelling of ipnLog action
parent
648cc2d0
Pipeline
#6233
passed with stages
in 2 minutes and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3o_donation/Resources/Private/Templates/Donation/Form.html
View file @
bf503a1e
...
...
@@ -11,7 +11,7 @@
<input
type=
"hidden"
name=
"no_note"
value=
"0"
>
<input
type=
"hidden"
name=
"return"
value=
"{f:uri.action(action: 'thankyou', absolute: 1)}"
>
<input
type=
"hidden"
name=
"cancel_return"
value=
"{f:uri.action(action: 'form', absolute: 1)}"
>
<input
type=
"hidden"
name=
"notify_url"
value=
"{f:uri.action(action: 'ipn
l
og', absolute: 1
)}"
>
<input
type=
"hidden"
name=
"notify_url"
value=
"{f:uri.action(action: 'ipn
L
og', absolute: 1)}"
>
<input
type=
"hidden"
name=
"tax"
value=
"0"
>
<input
type=
"hidden"
name=
"lc"
value=
"US"
>
<input
type=
"hidden"
name=
"custom"
value=
"{account.uid}|{userId}"
>
...
...
extensions/t3o_donation/ext_localconf.php
View file @
bf503a1e
...
...
@@ -18,10 +18,10 @@ if (!defined('TYPO3_MODE')) {
'T3o.'
.
$_EXTKEY
,
'Form'
,
[
'Donation'
=>
'form, thankyou, ipn
l
og'
,
'Donation'
=>
'form, thankyou, ipn
L
og'
,
],
[
'Donation'
=>
'form, thankyou, ipn
l
og'
,
'Donation'
=>
'form, thankyou, ipn
L
og'
,
]
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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