v13.10.0
pakrym-stripe
released this
11 Oct 17:29
·
181 commits
to master
since this release
- #1920 Update generated code
- Add support for
redirect_on_completion
,return_url
, andui_mode
onCheckout.SessionCreateParams
andCheckout.Session
- Change
Checkout.Session.custom_fields[].dropdown
,Checkout.Session.custom_fields[].numeric
,Checkout.Session.custom_fields[].text
,Checkout.SessionCreateParams.success_url
,PaymentLink.custom_fields[].dropdown
,PaymentLink.custom_fields[].numeric
, andPaymentLink.custom_fields[].text
to be optional - Add support for
client_secret
onCheckout.Session
- Change type of
Checkout.Session.custom_fields[].dropdown
fromPaymentPagesCheckoutSessionCustomFieldsDropdown | null
toPaymentPagesCheckoutSessionCustomFieldsDropdown
- Change type of
Checkout.Session.custom_fields[].numeric
andCheckout.Session.custom_fields[].text
fromPaymentPagesCheckoutSessionCustomFieldsNumeric | null
toPaymentPagesCheckoutSessionCustomFieldsNumeric
- Add support for
postal_code
onIssuing.Authorization.verification_data
- Change type of
PaymentLink.custom_fields[].dropdown
fromPaymentLinksResourceCustomFieldsDropdown | null
toPaymentLinksResourceCustomFieldsDropdown
- Change type of
PaymentLink.custom_fields[].numeric
andPaymentLink.custom_fields[].text
fromPaymentLinksResourceCustomFieldsNumeric | null
toPaymentLinksResourceCustomFieldsNumeric
- Add support for
offline
onTerminal.ConfigurationCreateParams
,Terminal.ConfigurationUpdateParams
, andTerminal.Configuration
- Add support for
- #1914 Bump get-func-name from 2.0.0 to 2.0.2