Example #1
0
<?php

$recipient = OmiseRecipient::retrieve();
Example #2
0
<?php

$recipient = OmiseRecipient::retrieve('recp_test_4z6p7e0m4k40txecj5o');
Example #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());
 }