1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Add authorizenet

This commit is contained in:
Daniel Neto 2025-07-21 16:29:58 -03:00
parent 6fb5ccf818
commit df3175be0c
3471 changed files with 186877 additions and 7200 deletions

View file

@ -6,5 +6,6 @@ namespace Stripe\Util;
class ApiVersion
{
const CURRENT = '2025-04-30.basil';
const CURRENT = '2025-06-30.basil';
const CURRENT_MAJOR = 'basil';
}