getPayerId() public method

The ID of the Payer, passed in the return_url by PayPal.
public getPayerId ( ) : string
return string
Ejemplo n.º 1
0
 /**
  * @depends testSerializationDeserialization
  * @param PaymentExecution $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getPayerId(), "TestSample");
     $this->assertEquals($obj->getTransactions(), array(TransactionTest::getObject()));
 }