PayU\Configuration::getPaymentEndpointUrl PHP 메소드

getPaymentEndpointUrl() 공개 메소드

public getPaymentEndpointUrl ( ) : string
리턴 string
    public function getPaymentEndpointUrl()
    {
        return $this->paymentEndpointUrl;
    }

Usage Example

예제 #1
0
 public function testSetPaymentEndpointUrl()
 {
     $this->configuration->setPaymentEndpointUrl('TestPaymentEndpointUrlSetter');
     $this->assertEquals('TestPaymentEndpointUrlSetter', $this->configuration->getPaymentEndpointUrl());
 }
All Usage Examples Of PayU\Configuration::getPaymentEndpointUrl