paypal live

This commit is contained in:
franknstayn
2021-08-24 22:35:19 +08:00
parent d4519faf2b
commit ee6bd69095

View File

@@ -29,7 +29,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'){