fix(paych): add paych status from to cmd

add missing from to status to list
This commit is contained in:
hannahhoward 2020-09-11 15:53:11 -07:00
parent 48e47ddc23
commit ac8ef29d35

View File

@ -29,6 +29,7 @@ var paychCmd = &cli.Command{
paychVoucherCmd,
paychSettleCmd,
paychStatusCmd,
paychStatusByFromToCmd,
paychCloseCmd,
},
}