# cashfree/4.4.2/templates/payment-fields.php

Cashfree for WooCommerce, version 4.4.2. 9 lines.

- Page: https://pluginprobe.com/plugins/cashfree/4.4.2/code/templates/payment-fields.php
- Raw: https://pluginprobe.com/plugins/cashfree/4.4.2/raw/templates/payment-fields.php
- Modified: 2023-02-10T11:15:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/cashfree/4.4.2/code/templates/payment-fields.php#L10-L20`.

```php
<?php
/**
 * Cashfree payments fields.
 */

defined( 'ABSPATH' ) || exit;
?>

<p><?php echo wpautop( wptexturize( $gateway->get_description() ) ); ?></p>
```
