Guest User

Untitled

a guest
Jun 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. try
  3. {
  4. $test = ARB::cancel()
  5. ->test_mode(TRUE)
  6. ->set('subscription_id' => '924332')
  7. ->execute();
  8. }
  9. catch (ARB_Validation_Exception $e)
  10. {
  11. echo Kohana::debug($e->errors('validate'));die;
  12. }
Add Comment
Please, Sign In to add comment