李帅

1.打印paypal token

......@@ -98,7 +98,7 @@ class PaypalPayment implements PaymentInterface
}
public function prepare(Order $order)
{
{return $this->accessToken;
// 在PayPal上创建一个订单,它会返回一个订单对象,它有一个订单id
$client = new Client([
'base_uri' => $this->baseUrlSandbox,
......