stripe / stripe-php

PHP library for the Stripe API.
https://stripe.com
MIT License
3.7k stars 846 forks source link

Added PHPDocs for `create`, `update`, `delete`, `all`, `retrieve` methods after moving them out of traits. #1701

Closed prathmesh-stripe closed 3 months ago

prathmesh-stripe commented 3 months ago

Moved Create, Update, Delete, All, Retrieve traits to resources.

ramya-stripe commented 3 months ago

Are we not planning to delete the files that define the different traits that we are now not using?

ramya-stripe commented 3 months ago

And are we not planning to remove the update method from the Update trait?

prathmesh-stripe commented 3 months ago

We can't remove the traits as there is a concern with these overrides that still use the traits.

I'll have to look into these and change some behavior(or the override itself).