for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Speicher210\FastbillBundle\Event;
/**
* Event when a payment failed.
*/
class PaymentFailedEvent extends AbstractNotificationEvent
{
* {@inheritdoc}
public static function getNotificationType()
return 'payment.failed';
}