Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
www
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
square
/
square
/
src
/
Models
/
Editing: LoyaltyAccountMappingType.php
<?php declare (strict_types=1); namespace WPForms\Vendor\Square\Models; /** * The type of mapping. */ class LoyaltyAccountMappingType { /** * The loyalty account is mapped by phone. */ public const PHONE = 'PHONE'; }
Save
Cancel