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
@remi-stripe While you're at it could you add the constants for the gender field?
/** * Possible string representations of a person's gender. * @link https://stripe.com/docs/api/persons/object#person_object-gender */constGENDER_MALE = 'male';
constGENDER_FEMALE = 'female';
The only other constants I could see adding for Person are those for the verification status field; however, there wasn't much information in the API docs. Would be nice to add those as well as a recent PR went through and added a bunch of constants making things much easier so the library is getting very feature complete in terms of available options/constants.
Looks like the Event class is missing some of the new event constants - specifically the
person.*
events.PHP Stripe SDK: Master
PHP Version: 7.2
The text was updated successfully, but these errors were encountered: