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: Mandate.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 Mandate is a record of the permission that your customer gives you to debit their payment method.
[6] Fix | Delete
*
[7] Fix | Delete
* @property string $id Unique identifier for the object.
[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 \Stripe\StripeObject $customer_acceptance
[10] 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.
[11] Fix | Delete
* @property null|\Stripe\StripeObject $multi_use
[12] Fix | Delete
* @property null|string $on_behalf_of The account (if any) that the mandate is intended for.
[13] Fix | Delete
* @property string|\Stripe\PaymentMethod $payment_method ID of the payment method associated with this mandate.
[14] Fix | Delete
* @property \Stripe\StripeObject $payment_method_details
[15] Fix | Delete
* @property null|\Stripe\StripeObject $single_use
[16] Fix | Delete
* @property string $status The mandate status indicates whether or not you can use it to initiate a payment.
[17] Fix | Delete
* @property string $type The type of the mandate.
[18] Fix | Delete
*/
[19] Fix | Delete
class Mandate extends ApiResource
[20] Fix | Delete
{
[21] Fix | Delete
const OBJECT_NAME = 'mandate';
[22] Fix | Delete
use ApiOperations\Retrieve;
[23] Fix | Delete
const STATUS_ACTIVE = 'active';
[24] Fix | Delete
const STATUS_INACTIVE = 'inactive';
[25] Fix | Delete
const STATUS_PENDING = 'pending';
[26] Fix | Delete
const TYPE_MULTI_USE = 'multi_use';
[27] Fix | Delete
const TYPE_SINGLE_USE = 'single_use';
[28] Fix | Delete
}
[29] Fix | Delete
[30] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function