Dominic Charley-Roy
Dominic Charley-Roy
Hi @felipeEddy , thank you for the report here. I'd love to get these warnings resolved. How are they surfacing for you? This particular case is only possible if calling...
Which version of stripe-php are you using @moonbas3 ? These warnings today should already be suppressed by `#[\ReturnTypeWillChange]` eg. [offsetGet](https://github.com/stripe/stripe-php/blob/0772825acead85d3e02aa1fd93a8f33a906d26d7/lib/StripeObject.php#L216), [jsonSerialize](https://github.com/stripe/stripe-php/blob/0772825acead85d3e02aa1fd93a8f33a906d26d7/lib/StripeObject.php#L432). These suppressions have been present for a while now....
Thanks for the reports @Sytten and @xaphod - we're indeed not localizing these correctly across most SDKs (the %s should be the smallest currency unit). We should be able to...
Thanks for the report @snez . Unfortunately this is the result of mutating your objects while iterating. `autoPagingIterator` will automatically fetch the next page of data when necessary using [`starting_after`](https://stripe.com/docs/api/pagination#pagination-starting_after)...
Hi @mehagar , thanks for your report and sorry you're experiencing this issue! You're right that `to_h` and `to_hash` should behave similarly. There's no strict requirement to have these match,...
Just adding an extra note here that `to_h` as defined in [`Enumerable`](https://ruby-doc.org/core-2.6/Enumerable.html#method-i-to_h) purposefully doesn't currently recurse through the entire structure converting to hashes. As an example: ``` [ [:key1, %i[hello...
Hey @itaied246 - thanks for the report. I'll label this as a feature request - I think this is a really interesting idea and something we'll want to consider in...
Thank you for the contribution @Seldaek and sorry about the delay! I'll discuss this with the team and get back to you but I think this makes a ton of...
Hi @Seldaek - this looks good to me! I've brought your branch up to head - there's a small linter error: ``` /** - * @param Util\LoggerInterface|\Psr\Log\LoggerInterface $logger the logger...
Hi @steve1337 , thank you for the report! You're right that these endpoints are indeed not in the SDKs today. I'll follow up with the team and get back to...