10 lines
149 B
PHP
10 lines
149 B
PHP
<?php
|
|
|
|
// File generated from our OpenAPI spec
|
|
namespace WP_Ultimo\Dependencies\Stripe\Util;
|
|
|
|
class ApiVersion
|
|
{
|
|
const CURRENT = '2022-11-15';
|
|
}
|