Skip to content

Commit

Permalink
fix(payment): invoice permission (#4864)
Browse files Browse the repository at this point in the history
  • Loading branch information
enkhtuvshinD committed Dec 28, 2023
1 parent a1689e5 commit 9e7a7d1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -121,6 +121,6 @@ const mutations = {

requireLogin(mutations, 'invoiceCreate');

checkPermission(mutations, 'invoiceCreate', 'createInvoice', []);
checkPermission(mutations, 'invoiceCreate', 'createInvoice');

export default mutations;

0 comments on commit 9e7a7d1

Please sign in to comment.