getSendToMerchant() public method

Indicates whether to send a copy of the email to the merchant.
public getSendToMerchant ( ) : boolean
return boolean
Exemplo n.º 1
0
 /**
  * @depends testSerializationDeserialization
  * @param Notification $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getSubject(), "TestSample");
     $this->assertEquals($obj->getNote(), "TestSample");
     $this->assertEquals($obj->getSendToMerchant(), true);
 }