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