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;
* @author Vuong Minh <[email protected]>
* @since 1.0.0
class IncomingResponse extends AbstractSignatureResponse
{
* {@inheritdoc}
protected function getSignatureParameters(): array
return [
'partnerCode', 'accessKey', 'requestId', 'amount', 'orderId', 'orderInfo', 'orderType',
'transId', 'message', 'localMessage', 'responseTime', 'errorCode', 'payType', 'extraData',
];
}