- #1702 Update generated code
- Add support for new values
issuing_personalization_design.activated
, issuing_personalization_design.deactivated
, issuing_personalization_design.rejected
, and issuing_personalization_design.updated
on enum Event.type
- #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 by Stripe::setAppInfo()
.
- The config expects
$appInfo
to be of type array{name: string, version?: string, url?: string, partner_id?: string}
See the changelog for more details.