update live

This commit is contained in:
franknstayn
2022-02-10 19:12:00 +08:00
parent b98e689856
commit b31007ad96

View File

@@ -30,7 +30,7 @@ class PaypalController extends Controller
public function __construct()
{
$paypal_env = "sandbox";
$paypal_env = "live";
$paypal_apiUrl = 'https://api.paypal.com'; // default
if ($paypal_env == 'live') {