for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Omnipay\SmartPay\Message;
/**
* CyberSource Complete Purchase Request
*/
class CompletePurchaseRequest extends PurchaseRequest
{
public function getData()
return $this->httpRequest->request->all();
}
public function sendData($data)
return $this->response = new CompletePurchaseResponse($this, $data);