Paypal: Create Gateway
<?php
use Payum\Paypal\ExpressCheckout\Nvp\PaypalExpressCheckoutGatewayFactory;
$factory = new PaypalExpressCheckoutGatewayFactory();
$gateway = $factory->create(array(
'username' => 'aUsername',
'password' => 'aPassword',
'signature' => 'aSignature',
'sandbox' => true,
));Supporting Payum
Last updated