Disable Notifications
<?xml version="1.0" encoding="UTF-8"?>
<errors>
<error>
<code>8016</code>
<message>Must be a valid URL.</message>
<field>notification_urls.notification_url.1</field>
</error>
</errors><?php
namespace Acme;
use Payum\Sofort\SofortGatewayFactory;
$factory = new SofortGatewayFactory();
$gateway = $factory->create([
'config_key' => 'aKey',
'disable_notification' => true,
]);Supporting Payum
Last updated