getShippingTitle() public method

Get the title of the card shipping name.
public getShippingTitle ( ) : string
return string
Exemplo n.º 1
0
 public function testShippingTitle()
 {
     $this->card->setShippingTitle('Dr.');
     $this->assertEquals('Dr.', $this->card->getShippingTitle());
 }