Esempio n. 1
0
 /**
  * Delete a card.
  *
  * @return Card
  */
 public function delete()
 {
     $this->info();
     $this->local_card->delete();
     $this->gateway->apiDelay();
     $this->local_card = null;
     return $this;
 }