# fluent-cart/1.6.4/config/paypal.php

FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler, version 1.6.4. 7 lines.

- Page: https://pluginprobe.com/plugins/fluent-cart/1.6.4/code/config/paypal.php
- Raw: https://pluginprobe.com/plugins/fluent-cart/1.6.4/raw/config/paypal.php
- Modified: 2025-11-20T13:11:16+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/fluent-cart/1.6.4/code/config/paypal.php#L10-L20`.

```php
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
<?php

return [
    'connect_api' => 'https://api.fluentcart.com/wp-json/paypal-partner-fluentcart/v2/authenticate?',
];

```
