Skip to content

Commit

Permalink
[paypal-pro-hosted] Add some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Sep 16, 2016
1 parent c0ee20e commit 5a45ad3
Show file tree
Hide file tree
Showing 3 changed files with 4 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\Masspay\Nvp\PaypalMasspayGatewayFactory;
use Payum\Paypal\ProCheckout\Nvp\PaypalProCheckoutGatewayFactory;
use Payum\Paypal\ProHosted\Nvp\PaypalProHostedGatewayFactory;
use Payum\Paypal\Rest\PaypalRestGatewayFactory;
use Payum\Sofort\SofortGatewayFactory;
use Payum\Stripe\StripeCheckoutGatewayFactory;
Expand Down Expand Up @@ -553,6 +554,7 @@ protected function buildGatewayFactories(GatewayFactoryInterface $coreGatewayFac
$map = [
'paypal_express_checkout' => PaypalExpressCheckoutGatewayFactory::class,
'paypal_pro_checkout' => PaypalProCheckoutGatewayFactory::class,
'paypal_pro_hosted' => PaypalProHostedGatewayFactory::class,
'paypal_masspay' => PaypalMasspayGatewayFactory::class,
'paypal_rest' => PaypalRestGatewayFactory::class,
'authorize_net_aim' => AuthorizeNetAimGatewayFactory::class,
Expand Down
1 change: 1 addition & 0 deletions Resources/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* [Paypal Express Checkout](https://github.com/Payum/Payum/blob/master/src/Payum/Paypal/ExpressCheckout/Nvp/Resources/docs/index.md)
* [Paypal Masspay](https://github.com/Payum/Payum/blob/master/src/Payum/Paypal/Masspay/Nvp/Resources/docs/index.md)
* [Paypal Pro Checkout](https://github.com/Payum/Payum/blob/master/src/Payum/Paypal/ProCheckout/Nvp/Resources/docs/index.md)
* [Paypal Pro Hosted](https://github.com/Payum/Payum/blob/master/src/Payum/Paypal/ProHosted/Nvp/Resources/docs/index.md)
* [Paypal REST](https://github.com/Payum/Payum/blob/master/src/Payum/Paypal/Rest/Resources/docs/index.md)
* [Paypal IPN](https://github.com/Payum/Payum/blob/master/src/Payum/Paypal/Ipn/Resources/docs/index.md)
* [Stripe](https://github.com/Payum/Payum/blob/master/src/Payum/Stripe/Resources/docs/index.md)
Expand Down
1 change: 1 addition & 0 deletions Resources/docs/supported-gateways.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* [Paypal Express Checkout](https://github.com/Payum/PaypalExpressCheckoutNvp/blob/master/Resources/docs/index.md)
* [Paypal Pro Checkout](https://github.com/Payum/PaypalProCheckoutNvp/blob/master/Resources/docs/index.md)
* [Paypal Pro Hosted](https://github.com/Payum/PaypalProHostedNvp/blob/master/Resources/docs/index.md)
* [Paypal Masspay](https://github.com/Payum/PaypalMasspayNvp/blob/master/Resources/docs/index.md)
* [Paypal Rest](https://github.com/Payum/PaypalRest/blob/master/Resources/docs/index.md)
* [Stripe.js](https://github.com/Payum/Stripe/blob/master/Resources/docs/get-it-started.md)
Expand Down

0 comments on commit 5a45ad3

Please sign in to comment.