-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
316 additions
and
776 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,8 @@ | ||
<?php | ||
|
||
/** | ||
* Created by PhpStorm. | ||
* User: andrea | ||
* Date: 09/05/18 | ||
* Time: 17.35 | ||
*/ | ||
|
||
namespace Webgriffe\LibQuiPago\Lists; | ||
|
||
class Currency | ||
{ | ||
const EURO_CURRENCY_CODE = 'EUR'; | ||
public const EURO_CURRENCY_CODE = 'EUR'; | ||
} |
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,16 +1,10 @@ | ||
<?php | ||
/** | ||
* Created by PhpStorm. | ||
* User: kraken | ||
* Date: 10/08/18 | ||
* Time: 15.36 | ||
*/ | ||
|
||
namespace Webgriffe\LibQuiPago\Notification; | ||
|
||
use Psr\Http\Message\ServerRequestInterface; | ||
|
||
interface Handler | ||
{ | ||
public function handle(ServerRequestInterface $httpRequest, $secretKey, $macMethod); | ||
public function handle(ServerRequestInterface $httpRequest, string $secretKey, string $macMethod): Result; | ||
} |
Oops, something went wrong.