PayU\Configuration::getLoyaltyInquiryEndPointUrl PHP Method

getLoyaltyInquiryEndPointUrl() public method

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

Usage Example

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