mirror of
https://github.com/itflow-org/itflow
synced 2026-05-05 18:57:47 +00:00
Stripe Payment: Rollback stipe-php from 20.0.0 back to 19.4.1 to fix a isses with adding saved paymentss, Stripe updated their API in which we will update to a later date
This commit is contained in:
@@ -6,6 +6,6 @@ namespace Stripe\Util;
|
||||
|
||||
class ApiVersion
|
||||
{
|
||||
const CURRENT = '2026-03-25.dahlia';
|
||||
const CURRENT_MAJOR = 'dahlia';
|
||||
const CURRENT = '2026-02-25.clover';
|
||||
const CURRENT_MAJOR = 'clover';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user