mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Visibility and type changes
This commit is contained in:
parent
d5c20da022
commit
e682f60037
2 changed files with 2 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue