PayU\Configuration::getLoyaltyInquiryEndPointUrl PHP 메소드

getLoyaltyInquiryEndPointUrl() 공개 메소드

    public function getLoyaltyInquiryEndPointUrl()
    {
        return $this->loyaltyInquiryEndPointUrl;
    }

Usage Example

예제 #1
0
 public function testSetLoyaltyInquiryEndPointUrl()
 {
     $this->configuration->setLoyaltyInquiryEndPointUrl('TestLoyaltyInquiryEndPointUrlSetter');
     $this->assertEquals('TestLoyaltyInquiryEndPointUrlSetter', $this->configuration->getLoyaltyInquiryEndPointUrl());
 }
All Usage Examples Of PayU\Configuration::getLoyaltyInquiryEndPointUrl