mirror of
https://github.com/itflow-org/itflow
synced 2026-07-24 17:30:43 +00:00
Rename plugins to libs and update all file references
This commit is contained in:
11
libs/stripe-php/lib/Util/ApiVersion.php
Normal file
11
libs/stripe-php/lib/Util/ApiVersion.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
// File generated from our OpenAPI spec
|
||||
|
||||
namespace Stripe\Util;
|
||||
|
||||
class ApiVersion
|
||||
{
|
||||
const CURRENT = '2026-02-25.clover';
|
||||
const CURRENT_MAJOR = 'clover';
|
||||
}
|
||||
Reference in New Issue
Block a user