PayU\Configuration::getLoyaltyInquiryEndPointUrl PHP Méthode

getLoyaltyInquiryEndPointUrl() public méthode

public getLoyaltyInquiryEndPointUrl ( ) : string
Résultat string
    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