for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Paranoia\Processor\NestPay;
class PreAuthorizationResponseProcessor extends BaseResponseProcessor
{
public function process($rawResponse)
return $this->processCommonResponse($rawResponse);
}