File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 16.4.0-beta.3 - 2024-12-12
4
+ * [ #1792 ] ( https://github.com/stripe/stripe-php/pull/1792 ) Update generated code for beta
5
+ * Add support for ` allow_redisplay ` on ` Card ` and ` Source `
6
+ * Remove support for ` amount_refunded ` on ` PaymentRecord `
7
+
3
8
## 16.4.0-beta.2 - 2024-12-05
4
9
* [ #1790 ] ( https://github.com/stripe/stripe-php/pull/1790 ) Update generated code for beta
5
10
* Add support for new values ` payout_minimum_balance_hold ` and ` payout_minimum_balance_release ` on enum ` BalanceTransaction.type `
Original file line number Diff line number Diff line change 1
- 16.4.0-beta.2
1
+ 16.4.0-beta.3
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.4.0-beta.2 ' ;
67
+ const VERSION = '16.4.0-beta.3 ' ;
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