Bump stripe-php from 19.4.1 to 20.0.0

This commit is contained in:
johnnyq
2026-04-08 12:44:45 -04:00
parent 346d7ed9f0
commit 123a581583
160 changed files with 957 additions and 279 deletions

View File

@@ -6,6 +6,6 @@ namespace Stripe\Util;
class ApiVersion
{
const CURRENT = '2026-02-25.clover';
const CURRENT_MAJOR = 'clover';
const CURRENT = '2026-03-25.dahlia';
const CURRENT_MAJOR = 'dahlia';
}