From f68089e0e5b91ff7a513e34248fb03b0dec07218 Mon Sep 17 00:00:00 2001 From: Armino Popp Date: Mon, 20 Jan 2020 15:00:57 +0200 Subject: [PATCH] Changed to live --- src/Auth/OAuth/Paypal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth/OAuth/Paypal.php b/src/Auth/OAuth/Paypal.php index 064b04cb82..bff273b24d 100644 --- a/src/Auth/OAuth/Paypal.php +++ b/src/Auth/OAuth/Paypal.php @@ -22,7 +22,7 @@ class Paypal extends OAuth 'live' => 'https://api.paypal.com/v1/', ]; - private $environment = 'sandbox'; + private $environment = 'live'; /** * @var array