Skip to content

Commit

Permalink
Merge pull request #24 from spryker-eco/feature/eco-1909-payone-upgra…
Browse files Browse the repository at this point in the history
…de-to-suite-compatibility

Feature/eco 1909 payone upgrade to suite compatibility
  • Loading branch information
alex-galych authored Oct 18, 2018
2 parents bbda12c + 414a131 commit 47a2081
Show file tree
Hide file tree
Showing 104 changed files with 1,025 additions and 518 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ abstract class AbstractContainer implements ContainerInterface
protected $utilEncodingService;

/**
* AbstractContainer constructor.
*
* @param \Spryker\Service\UtilEncoding\UtilEncodingService $utilEncodingService
*/
public function __construct(UtilEncodingService $utilEncodingService)
Expand Down
2 changes: 2 additions & 0 deletions src/SprykerEco/Client/Payone/PayoneClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ public function manageMandate(QuoteTransfer $quoteTransfer);
public function initPaypalExpressCheckout(PayoneInitPaypalExpressCheckoutRequestTransfer $requestTransfer);

/**
* @api
*
* @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer
*
* @return \Generated\Shared\Transfer\PayonePaypalExpressCheckoutGenericPaymentResponseTransfer
Expand Down
4 changes: 2 additions & 2 deletions src/SprykerEco/Client/Payone/PayoneDependencyProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

class PayoneDependencyProvider extends AbstractDependencyProvider
{
const SERVICE_ZED = 'service zed';
public const SERVICE_ZED = 'service zed';

const SERVICE_UTIL_ENCODING = 'SERVICE_UTIL_ENCODING';
public const SERVICE_UTIL_ENCODING = 'SERVICE_UTIL_ENCODING';

/**
* @param \Spryker\Yves\Kernel\Container $container
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

interface ModeDetectorInterface
{
const MODE_TEST = 'test';
const MODE_LIVE = 'live';
public const MODE_TEST = 'test';
public const MODE_LIVE = 'live';

/**
* @return string
Expand Down
Loading

0 comments on commit 47a2081

Please sign in to comment.