Skip to content

Commit

Permalink
[sofort] some code cleanups, working solution.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Feb 18, 2016
1 parent cdd5980 commit 889dbc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PayumBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
use Payum\Paypal\ExpressCheckout\Nvp\PaypalExpressCheckoutGatewayFactory;
use Payum\Paypal\ProCheckout\Nvp\PaypalProCheckoutGatewayFactory;
use Payum\Paypal\Rest\PaypalRestGatewayFactory;
use Payum\Sofort\SofortGatewayFactory;
use Payum\Stripe\StripeCheckoutGatewayFactory;
use Payum\Stripe\StripeJsGatewayFactory;

Expand Down Expand Up @@ -557,6 +558,7 @@ protected function buildGatewayFactories(GatewayFactoryInterface $coreGatewayFac
'payex' => PayexGatewayFactory::class,
'stripe_checkout' => StripeCheckoutGatewayFactory::class,
'stripe_js' => StripeJsGatewayFactory::class,
'sofort' => SofortGatewayFactory::class,
];

$gatewayFactories = [];
Expand Down

0 comments on commit 889dbc2

Please sign in to comment.