commerce_funds-8.x-1.7/commerce_funds.permissions.yml
commerce_funds.permissions.yml
administer funds: title: 'Administer Funds' description: 'Grant users permission to administer Commerce Funds.' restrict access: TRUE administer transactions: title: 'Administer all transactions' description: 'Allow users to view all transactions, access user balances, the site balance, and perform operations using the site balance.' restrict access: TRUE administer withdrawal requests: title: 'Administer withdrawal requests' description: 'Allow users to approve or reject withdrawal requests.' restrict access: TRUE view own transactions: title: 'View own transactions' description: 'Allow users to view their own transactions.' restrict access: FALSE deposit funds: title: 'Deposit funds and buy products' description: 'Allow users to deposit funds into their balances and buy products using their funds balance.' restrict access: FALSE create escrow payment: title: 'Create escrow payment' description: 'Allow users to create escrow payments.' restrict access: FALSE transfer funds: title: 'Transfer funds' description: 'Allow users to transfer funds.' restrict access: FALSE withdraw funds: title: 'Withdraw funds' description: 'Allow users to withdraw funds.' restrict access: FALSE convert currencies: title: 'Convert currencies' description: 'Allow users to convert currencies (requires the Commerce Exchanger module).' restrict access: FALSE
