李帅

1.打印paypal token

......@@ -17,7 +17,7 @@ use GuzzleHttp\Client;
use Illuminate\Support\Facades\Log;
use Illuminate\Support\Facades\Redis;
class PaypalPayment implements PaymentInterface
class PayPalPayment implements PaymentInterface
{
const IS_SANDBOX = true;
......