for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ByTIC\Payments\Gateways\Providers\Twispay\Message;
use ByTIC\Omnipay\Twispay\Message\ServerCompletePurchaseRequest as AbstractServerCompletePurchaseRequest;
use ByTIC\Payments\Gateways\Providers\AbstractGateway\Message\Traits\HasModelRequest;
use ByTIC\Payments\Models\Purchase\Traits\IsPurchasableModelTrait;
/**
* Class ServerCompletePurchaseRequest
* @package ByTIC\Omnipay\Twispay\Message
*/
class ServerCompletePurchaseRequest extends AbstractServerCompletePurchaseRequest
{
use Traits\CompletePurchaseTrait;
ByTIC\Payments\Gateways\...s\CompletePurchaseTrait
ByTIC\Payments\Gateways\...CompletePurchaseRequest
$query
$id
}