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: LineItem.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 line item.
[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 int $amount_discount Total discount amount applied. If no discounts were applied, defaults to 0.
[10] Fix | Delete
* @property int $amount_subtotal Total before any discounts or taxes are applied.
[11] Fix | Delete
* @property int $amount_tax Total tax amount applied. If no tax was applied, defaults to 0.
[12] Fix | Delete
* @property int $amount_total Total after discounts and taxes.
[13] Fix | Delete
* @property string $currency Three-letter <a href="https://www.iso.org/iso-4217-currency-codes.html">ISO currency code</a>, in lowercase. Must be a <a href="https://stripe.com/docs/currencies">supported currency</a>.
[14] Fix | Delete
* @property string $description An arbitrary string attached to the object. Often useful for displaying to users. Defaults to product name.
[15] Fix | Delete
* @property null|\Stripe\StripeObject[] $discounts The discounts applied to the line item.
[16] Fix | Delete
* @property null|\Stripe\Price $price The price used to generate the line item.
[17] Fix | Delete
* @property null|int $quantity The quantity of products being purchased.
[18] Fix | Delete
* @property null|\Stripe\StripeObject[] $taxes The taxes applied to the line item.
[19] Fix | Delete
*/
[20] Fix | Delete
class LineItem extends ApiResource
[21] Fix | Delete
{
[22] Fix | Delete
const OBJECT_NAME = 'item';
[23] Fix | Delete
}
[24] Fix | Delete
[25] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function