Listoka / bittoka

4 stars 1 forks source link

Vote Basket Payment #177

Closed robbyphillips closed 5 years ago

robbyphillips commented 5 years ago

This pull request complete the vote basket functionality by adding the money button and supporting back-end logic. Closes #176

Primary changes

  1. Modify the ListokaMoneyButton component to accept 'batch' type of transactions
  2. Modify the Transaction model to allow 'batch' type of transactions
  3. Add submitVotes method to the CommentListContainer component that fires after payment is successful.