- #1702 Update generated code
- Add support for new values
issuing_personalization_design.activated
,issuing_personalization_design.deactivated
,issuing_personalization_design.rejected
, andissuing_personalization_design.updated
on enumEvent.type
- Add support for new values
- #1701 Added PHPDocs for
create
,update
,delete
,all
,retrieve
methods after moving them out of traits. - #1700 Add optional appInfo to StripeClient config
StripeClient
can now accept$appInfo
as a$config
option, so AppInfo can be set per-client. If not passed in, will fall back on the global AppInfo set byStripe::setAppInfo()
.- The config expects
$appInfo
to be of typearray{name: string, version?: string, url?: string, partner_id?: string}
- The config expects