Files
crater/resources/assets/js/store/modules/payment/getters.js
Mohit Panjwani bdf2ba51d6 init crater
2019-11-11 12:16:00 +05:30

5 lines
238 B
JavaScript

export const payments = (state) => state.payments
export const selectedPayments = (state) => state.selectedPayments
export const selectAllField = (state) => state.selectAllField
export const totalPayments = (state) => state.totalPayments