Skip to content

Instantly share code, notes, and snippets.

@silasrm
Created October 30, 2013 16:01
Show Gist options
  • Save silasrm/7235212 to your computer and use it in GitHub Desktop.
Save silasrm/7235212 to your computer and use it in GitHub Desktop.
<?php
class CORE_Plugin_PagSeguro extends Zend_Controller_Plugin_Abstract
{
public function preDispatch(Zend_Controller_Request_Abstract $request)
{
require_once 'PagSeguroLibrary/PagSeguroLibrary.php';
return $request;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment