📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 17:10:01
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
woocommerce
/
src
/
Internal
/
Agentic
/
Enums
/
Specs
✏️
Editing: PaymentMethod.php
<?php declare(strict_types=1); namespace Automattic\WooCommerce\Internal\Agentic\Enums\Specs; /** * Payment methods as defined in the Agentic Commerce Protocol. */ class PaymentMethod { /** * Card payment method. */ const CARD = 'card'; }
💾 Save Changes
❌ Cancel