#devparry
1 messages ยท Page 1 of 1 (latest)
Hello ๐
I'm not super handy with PHP but it looks like it doesn't know if there's a method Stripe\Customer::allPaymentMethods() that exists
Are you sure you have the client initialized correctly?
https://stripe.com/docs/api/payment_methods/customer_list?lang=php
As i have checked other API's working fine only this allPaymentMethods() not work.
Interesting, checking something...
could you please confirm when this method introduce by stripe under customers ?
yeah I'm looking at the changelog, but it doesn't mention anything explicitly
https://github.com/stripe/stripe-php/blob/master/CHANGELOG.md
so according to this changelog.md current stripe version 9.8.0
That's correct, yes
okay let me first update the sdk and after that i'll check it.
๐
i hope after upgrade SDK other API like charges / customer / plan / subscription will not need to change the syntax of code.
๐ค
๐ซฃ