Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. const items = [
  2. { product: 'boots', quantity: 3 },
  3. { product: 'valenki', quantity: 1 },
  4. ]
  5.  
  6. const state = StateBuilder.new()
  7. .withItems(items)
  8. .withPaymentMethod()
  9. .build();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement