Ejemplo n.º 1
0
<?php

$recipient = OmiseRecipient::retrieve();
Ejemplo n.º 2
0
<?php

$recipient = OmiseRecipient::retrieve('recp_test_4z6p7e0m4k40txecj5o');
Ejemplo n.º 3
0
 /**
  * Assert that a destroyed flag is set after a recipient is successfully destroyed.
  *
  */
 public function testDelete()
 {
     $recipient = OmiseRecipient::retrieve('recp_test_508a9dytz793gxv9m77');
     $recipient->destroy();
     $this->assertTrue($recipient->isDestroyed());
 }