setPaymentEndpointUrl() public method

public setPaymentEndpointUrl ( string $paymentEndpointUrl )
$paymentEndpointUrl string
Example #1
0
 public function testSetPaymentEndpointUrl()
 {
     $this->configuration->setPaymentEndpointUrl('TestPaymentEndpointUrlSetter');
     $this->assertEquals('TestPaymentEndpointUrlSetter', $this->configuration->getPaymentEndpointUrl());
 }