Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
www
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
square
/
square
/
src
/
Models
/
Editing: V1OrderState.php
<?php declare (strict_types=1); namespace WPForms\Vendor\Square\Models; class V1OrderState { public const PENDING = 'PENDING'; public const OPEN = 'OPEN'; public const COMPLETED = 'COMPLETED'; public const CANCELED = 'CANCELED'; public const REFUNDED = 'REFUNDED'; public const REJECTED = 'REJECTED'; }
Save
Cancel