Skip to content

Commit

Permalink
pagseguro controller
Browse files Browse the repository at this point in the history
  • Loading branch information
reginaldojunior committed Aug 28, 2015
1 parent 71d5236 commit 585134a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Controller/IntegracaoPagseguroController.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ public function paymentPagSeguro($products, $andress, $client, $total, $valor_fr
// */

// seller authentication
$credentials = new PagSeguroAccountCredentials("[email protected]",
"EBD38F1C1C6349ACA798C8ECE08643E6");
$credentials = new PagSeguroAccountCredentials("email", "token");

// application authentication
//$credentials = PagSeguroConfig::getApplicationCredentials();
Expand Down

0 comments on commit 585134a

Please sign in to comment.