File "CustomIds.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-webhooks/src/CustomIds.php
File size: 313 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * The constants for handling custom_id in the webhook requests.
 *
 * @package WooCommerce\PayPalCommerce\Webhooks
 */

declare(strict_types=1);

namespace WooCommerce\PayPalCommerce\Webhooks;

/**
 * Interface CustomIds
 */
interface CustomIds {

	public const CUSTOMER_ID_PREFIX = 'pcp_customer_';
}