Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
meupet.app
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
square
/
square
/
src
/
Models
/
Editing: RegisterDomainResponseStatus.php
<?php declare (strict_types=1); namespace WPForms\Vendor\Square\Models; /** * The status of the domain registration. */ class RegisterDomainResponseStatus { /** * The domain is added, but not verified. */ public const PENDING = 'PENDING'; /** * The domain is added and verified. It can be used to accept Apple Pay transactions. */ public const VERIFIED = 'VERIFIED'; }
Save
Cancel