Guest User

Untitled

a guest
Jan 22nd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php
  2.  
  3. $bill = billplz()->bill()->create(
  4. $collection->getContent()['id'],
  5. auth()->user()->email,
  6. null,
  7. auth()->user()->name,
  8. $fees,
  9. route('webhook.billplz.callback'), // need to define in route
  10. 'Product Description', [
  11. 'redirect_url' => route('webhook.billplz.redirect_url'), // need to define in route
  12. ]
  13. );
Add Comment
Please, Sign In to add comment