Omnipay\Alipay\Responses\AopTradeAppPayResponse::getOrderString PHP Method

getOrderString() public method

Gets the redirect form data array, if the redirect method is POST.
public getOrderString ( )
    public function getOrderString()
    {
        return $this->data['order_string'];
    }
AopTradeAppPayResponse