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: CountrySpec.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
* Stripe needs to collect certain pieces of information about each account
[6] Fix | Delete
* created. These requirements can differ depending on the account's country. The
[7] Fix | Delete
* Country Specs API makes these rules available to your integration.
[8] Fix | Delete
*
[9] Fix | Delete
* You can also view the information from this API call as <a href="/docs/connect/required-verification-information">an online
[10] Fix | Delete
* guide</a>.
[11] Fix | Delete
*
[12] Fix | Delete
* @property string $id Unique identifier for the object. Represented as the ISO country code for this country.
[13] Fix | Delete
* @property string $object String representing the object's type. Objects of the same type share the same value.
[14] Fix | Delete
* @property string $default_currency The default currency for this country. This applies to both payment methods and bank accounts.
[15] Fix | Delete
* @property \Stripe\StripeObject $supported_bank_account_currencies Currencies that can be accepted in the specific country (for transfers).
[16] Fix | Delete
* @property string[] $supported_payment_currencies Currencies that can be accepted in the specified country (for payments).
[17] Fix | Delete
* @property string[] $supported_payment_methods Payment methods available in the specified country. You may need to enable some payment methods (e.g., <a href="https://stripe.com/docs/ach">ACH</a>) on your account before they appear in this list. The <code>stripe</code> payment method refers to <a href="https://stripe.com/docs/connect/destination-charges">charging through your platform</a>.
[18] Fix | Delete
* @property string[] $supported_transfer_countries Countries that can accept transfers from the specified country.
[19] Fix | Delete
* @property \Stripe\StripeObject $verification_fields
[20] Fix | Delete
*/
[21] Fix | Delete
class CountrySpec extends ApiResource
[22] Fix | Delete
{
[23] Fix | Delete
const OBJECT_NAME = 'country_spec';
[24] Fix | Delete
use ApiOperations\All;
[25] Fix | Delete
use ApiOperations\Retrieve;
[26] Fix | Delete
}
[27] Fix | Delete
[28] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function