Skip to content
Snippets Groups Projects
Commit 09370ef5 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed pdt sandbox environment

parent 18706a45
No related branches found
No related tags found
2 merge requests!1937Development,!1927fixed pdt sandbox environment
......@@ -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", "");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment