Skip to content

Wrapper simples Laravel para usar a sdk do pagseguro.

License

Notifications You must be signed in to change notification settings

allfa/pagseguro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pagseguro

Wrapper simples Laravel para usar a sdk do pagseguro. As configuracoes de dados da api vao no .env conforme abaixo

PAGSEGURO_SANDBOX=true
PAGSEGURO_EMAIL={email da conta}
PAGSEGURO_TOKEN={token de autenticacao}
PAGSEGURO_NOTIFICATION={url de notificacao}