View file ProForum/Files/application/app/Http/Controllers/Gateway/PaypalSdk/Core/Version.php
<?php
namespace App\Http\Controllers\Gateway\PaypalSdk\Core;
class Version
{
const VERSION = "1.0.1";
}
<?php
namespace App\Http\Controllers\Gateway\PaypalSdk\Core;
class Version
{
const VERSION = "1.0.1";
}