The expression return $response returns the type PayPalHttp\HttpResponse which is incompatible with the documented return type PayPal\Api\Payment|null.
Loading history...
45
}
46
47
/**
48
* @param string $body
49
* @param array $headers
50
* @return array|string
51
*/
52
public function createOrder(string $body, array $headers = []): object|null