File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 16.5.0-beta.2 - 2025-01-09
4
+ * [ #1796 ] ( https://github.com/stripe/stripe-php/pull/1796 ) Update generated code for beta
5
+ * Add support for ` close ` method on resource ` Treasury.FinancialAccount `
6
+ * Add support for ` advice_code ` on ` StripeError `
7
+ * Add support for ` brand_product ` on ` Card `
8
+ * Add support for ` is_default ` and ` nickname ` on ` Treasury.FinancialAccount `
9
+
3
10
## 16.5.0-beta.1 - 2024-12-20
4
11
* [ #1794 ] ( https://github.com/stripe/stripe-php/pull/1794 ) Improved php type hints
5
12
Original file line number Diff line number Diff line change 1
- 16.5.0-beta.1
1
+ 16.5.0-beta.2
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class Stripe
64
64
/** @var float Initial delay between retries, in seconds */
65
65
private static $ initialNetworkRetryDelay = 0.5 ;
66
66
67
- const VERSION = '16.5.0-beta.1 ' ;
67
+ const VERSION = '16.5.0-beta.2 ' ;
68
68
69
69
/**
70
70
* @return string the API key used for requests
You can’t perform that action at this time.
0 commit comments