コード例 #1
0
ファイル: PurchaseResponse.php プロジェクト: lsv/omnipay-epay
 /**
  * Gets the redirect target url.
  * @return string
  */
 public function getRedirectUrl()
 {
     return Settings::getEndpoint() . '?' . http_build_query($this->getData());
 }