Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
AbstractService::formatParams( null|array $params )
Translate null values to empty strings. For service methods, we interpret null as a request to unset the field, which corresponds to sending an empty string for the field to the API.
Description Description
Parameters Parameters
- $params
-
(Required)
Source Source
File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AbstractService.php