Omnipay\Alipay\Responses\AopTradeAppPayResponse::getOrderString PHP 메소드

getOrderString() 공개 메소드

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