Skip to content

Instantly share code, notes, and snippets.

View Biciato's full-sized avatar

Leandro Biciato Biciato

View GitHub Profile
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
\PagSeguro\Library::initialize();
\PagSeguro\Library::cmsVersion()->setName("Nome")->setRelease("1.0.0");
\PagSeguro\Library::moduleVersion()->setName("Nome")->setRelease("1.0.0");
try {