File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/GooglePriceConstraint.php.tar
httpdocs/wp-content/plugins/google-listings-and-ads/src/Validator/GooglePriceConstraint.php 0000644 00000000655 15155033060 0034523 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\GoogleListingsAndAds\Validator;
use Symfony\Component\Validator\Constraint;
defined( 'ABSPATH' ) || exit;
/**
* Class GooglePriceConstraint
*
* @package Automattic\WooCommerce\GoogleListingsAndAds\Validator
*/
class GooglePriceConstraint extends Constraint {
/**
* @var string
*/
public $message = 'Product must have a valid price and currency.';
}