You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Error: Access to undeclared static property: Stripe\Collection::$HEADERS_TO_PERSIST in /app/vendor/stripe/stripe-php/lib/ApiOperations/Request.php on line 58
#434
Closed
rs-sliske opened this issue
Feb 11, 2018
· 3 comments
Hi @rs-sliske, thanks for the report and sorry about this issue! I've prepared a fix in #435 and we will release an updated version of the library shortly.
php: PHP 7.1.14-1+ubuntu16.04.1+deb.sury.org+1 (cli)
stripe: v6.0.0
the error happened when trying to add a card to an existing customer with
$src = $customer->sources->create(['source' => 'tok_visa']);
if it makes any difference i am using connect and the customer in question is part of a "custom" account
The text was updated successfully, but these errors were encountered: