Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wpforms-.../vendor_p.../stripe/stripe-p.../lib
File: CustomerSession.php
<?php
[0] Fix | Delete
[1] Fix | Delete
// File generated from our OpenAPI spec
[2] Fix | Delete
namespace WPForms\Vendor\Stripe;
[3] Fix | Delete
[4] Fix | Delete
/**
[5] Fix | Delete
* A customer session allows you to grant client access to Stripe's frontend SDKs (like StripeJs)
[6] Fix | Delete
* control over a customer.
[7] Fix | Delete
*
[8] Fix | Delete
* @property string $object String representing the object's type. Objects of the same type share the same value.
[9] Fix | Delete
* @property string $client_secret <p>The client secret of this customer session. Used on the client to set up secure access to the given <code>customer</code>.</p><p>The client secret can be used to provide access to <code>customer</code> from your frontend. It should not be stored, logged, or exposed to anyone other than the relevant customer. Make sure that you have TLS enabled on any page that includes the client secret.</p>
[10] Fix | Delete
* @property null|\Stripe\StripeObject $components Configuration for the components supported by this customer session.
[11] Fix | Delete
* @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
[12] Fix | Delete
* @property string|\Stripe\Customer $customer The customer the customer session was created for.
[13] Fix | Delete
* @property int $expires_at The timestamp at which this customer session will expire.
[14] Fix | Delete
* @property bool $livemode Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode.
[15] Fix | Delete
*/
[16] Fix | Delete
class CustomerSession extends ApiResource
[17] Fix | Delete
{
[18] Fix | Delete
const OBJECT_NAME = 'customer_session';
[19] Fix | Delete
use ApiOperations\Create;
[20] Fix | Delete
}
[21] Fix | Delete
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function