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
09370ef5
Commit
09370ef5
authored
Nov 17, 2021
by
Dominik Hebeler
Browse files
fixed pdt sandbox environment
parent
18706a45
Changes
1
Pipelines
4
Show whitespace changes
Inline
Side-by-side
app/Http/Controllers/MailController.php
View file @
09370ef5
...
...
@@ -318,7 +318,7 @@ class MailController extends Controller
public
function
donationPayPalCallback
(
Request
$request
)
{
$url
=
"https://www.
sandbox.
paypal.com/cgi-bin/webscr"
;
$url
=
"https://www.paypal.com/cgi-bin/webscr"
;
# PayPal Transaction ID
$tx
=
$request
->
input
(
"tx"
,
""
);
...
...
Write
Preview
Markdown
is supported
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