for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @link https://github.com/phpviet/omnipay-momo
* @copyright (c) PHP Viet
* @license [MIT](http://www.opensource.org/licenses/MIT)
*/
namespace Omnipay\MoMo\Message\AllInOne;
use Symfony\Component\HttpFoundation\ParameterBag;
* @link https://developers.momo.vn/#/docs/aio/?id=ipn-instant-payment-notification
*
* @author Vuong Minh <[email protected]>
* @since 1.0.0
class NotificationRequest extends AbstractIncomingRequest
{
* {@inheritdoc}
protected function getIncomingParametersBag(): ParameterBag
return $this->httpRequest->request;
}