Skip to content

Commit

Permalink
depreacte some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Feb 12, 2016
1 parent b1c16e0 commit 9e29d9e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Builder/GatewayFactoryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
use Payum\Core\Security\HttpRequestVerifierInterface;
use Payum\Core\Storage\StorageInterface;

/**
* @deprecated since 1.2 and will be removed in 2.0 use one from bridge
*/
class GatewayFactoryBuilder
{
/**
Expand Down
3 changes: 3 additions & 0 deletions Builder/HttpRequestVerifierBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
use Payum\Core\Security\HttpRequestVerifierInterface;
use Payum\Core\Storage\StorageInterface;

/**
* @deprecated since 1.2 and will be removed in 2.0 use one from bridge
*/
class HttpRequestVerifierBuilder
{
/**
Expand Down
3 changes: 3 additions & 0 deletions Builder/TokenFactoryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
use Payum\Core\Storage\StorageInterface;
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;

/**
* @deprecated since 1.2 and will be removed in 2.0 use one from bridge
*/
class TokenFactoryBuilder
{
/**
Expand Down

0 comments on commit 9e29d9e

Please sign in to comment.