-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from pedro-teixeira/9-novo-codigo-de-erros
Novo código de erros
- Loading branch information
Showing
13 changed files
with
225 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
<?php | ||
|
||
/** | ||
* This source file is subject to the MIT License. | ||
* It is also available through http://opensource.org/licenses/MIT | ||
* | ||
* @category PedroTeixeira | ||
* @package PedroTeixeira_Correios | ||
* @copyright Copyright (c) 2014 Pedro Teixeira (http://www.pteixeira.com.br) | ||
* @author Pedro Teixeira <pedro@pteixeira.com.br> | ||
* @license http://opensource.org/licenses/MIT | ||
* @category PedroTeixeira | ||
* @package PedroTeixeira_Correios | ||
* @copyright Copyright (c) 2014 Pedro Teixeira (http://pedroteixeira.io) | ||
* @author Pedro Teixeira <hello@pedroteixeira.io> | ||
* @license http://opensource.org/licenses/MIT | ||
*/ | ||
class PedroTeixeira_Correios_Helper_Data extends Mage_Core_Helper_Abstract | ||
{ | ||
} | ||
} |
Oops, something went wrong.