#jagg71

1 messages · Page 1 of 1 (latest)

plain deltaBOT
orchid harbor
#

👋 happy to help

#

would you mind sharing your request ID?

formal star
#

thx for your answer : ) you mean this ? " Request req_NWceqz09Q5aJvz "

#

Invalid array Stripe\Exception\InvalidRequestException: Invalid array in /htdocs/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php:38

#

are you there ? : )

orchid harbor
#

taking a look sorry

#

images is an array of strings not a string

#

'images' => [htmlspecialchars($verifArticle['produit_image']),]

formal star
#

ho yes it work with []
'product_data' => [
'name' => htmlspecialchars($verifArticle['produit_nom']),
'images' => [htmlspecialchars($verifArticle['produit_image'])],
],

#

thx you

#

you sure it's 'images' => [htmlspecialchars($verifArticle['produit_image']),]
And not 'images' => [htmlspecialchars($verifArticle['produit_image'])], ?

orchid harbor
#

sorry my bad, it's a typo

#

it is the last one you shared

#

'images' => [htmlspecialchars($verifArticle['produit_image'])],