Visibility and type changes

This commit is contained in:
Himad M 2025-07-07 10:46:34 -04:00
parent d5c20da022
commit e682f60037
No known key found for this signature in database
GPG key ID: 5FC769E9888A7B98
2 changed files with 2 additions and 7 deletions

View file

@ -70,12 +70,7 @@ class CreateOrderEndpoint implements EndpointInterface {
*/
private $shipping_preference_factory;
/**
* The return URL factory.
*
* @var ReturnUrlFactory
*/
private $return_url_factory;
private ReturnUrlFactory $return_url_factory;
/**
* The contact_preference factors.

View file

@ -20,7 +20,7 @@ use WooCommerce\PayPalCommerce\ApiClient\Exception\RuntimeException;
*/
class GetOrderEndpoint implements EndpointInterface {
const ENDPOINT = 'ppc-get-order';
public const ENDPOINT = 'ppc-get-order';
private RequestData $request_data;