remove commerce related operations
This commit is contained in:
parent
7bc6849387
commit
3692818514
1 changed files with 0 additions and 56 deletions
|
|
@ -97,26 +97,6 @@ sub getOperations {
|
|||
'flushCache' => 'Cache',
|
||||
'manageCache' => 'Cache',
|
||||
|
||||
'addToCart' => 'Commerce',
|
||||
'cancelTransaction' => 'Commerce',
|
||||
'checkout' => 'Commerce',
|
||||
'checkoutConfirm' => 'Commerce',
|
||||
'checkoutSubmit' => 'Commerce',
|
||||
'completePendingTransaction' => 'Commerce',
|
||||
'confirmRecurringTransaction' => 'Commerce',
|
||||
'deleteCartItem' => 'Commerce',
|
||||
'editCommerceSettings' => 'Commerce',
|
||||
'editCommerceSettingsSave' => 'Commerce',
|
||||
'listTransactions' => 'Commerce',
|
||||
'listPendingTransactions' => 'Commerce',
|
||||
'salesTaxTable' => 'Commerce',
|
||||
'selectPaymentGateway' => 'Commerce',
|
||||
'selectPaymentGatewaySave' => 'Commerce',
|
||||
'selectShippingMethod' => 'Commerce',
|
||||
'selectShippingMethodSave' => 'Commerce',
|
||||
'updateCart' => 'Commerce',
|
||||
'viewCart' => 'Commerce',
|
||||
|
||||
'editCronJob' => 'Cron',
|
||||
'editCronJobSave' => 'Cron',
|
||||
'deleteCronJob' => 'Cron',
|
||||
|
|
@ -178,24 +158,6 @@ sub getOperations {
|
|||
|
||||
'viewLoginHistory' => 'LoginHistory',
|
||||
|
||||
'deleteProduct' => 'ProductManager',
|
||||
'deleteProductParameter' => 'ProductManager',
|
||||
'deleteProductParameterOption' => 'ProductManager',
|
||||
'editProduct' => 'ProductManager',
|
||||
'editProductParameter' => 'ProductManager',
|
||||
'editProductParameterSave' => 'ProductManager',
|
||||
'editProductParameterOption' => 'ProductManager',
|
||||
'editProductParameterOptionSave' => 'ProductManager',
|
||||
'editProductSave' => 'ProductManager',
|
||||
'editProductVariant' => 'ProductManager',
|
||||
'editProductVariantSave' => 'ProductManager',
|
||||
'editSkuTemplate' => 'ProductManager',
|
||||
'editSkuTemplateSave' => 'ProductManager',
|
||||
'listProducts' => 'ProductManager',
|
||||
'listProductVariants' => 'ProductManager',
|
||||
'listProductVariantsSave' => 'ProductManager',
|
||||
'manageProduct' => 'ProductManager',
|
||||
|
||||
'editProfile' => 'Profile',
|
||||
'editProfileSave' => 'Profile',
|
||||
'viewProfile' => 'Profile',
|
||||
|
|
@ -237,24 +199,6 @@ sub getOperations {
|
|||
'setPersonalStyle' => 'Style',
|
||||
'unsetPersonalStyle' => 'Style',
|
||||
|
||||
'createSubscriptionCodeBatch' => 'Subscription',
|
||||
'createSubscriptionCodeBatchSave' => 'Subscription',
|
||||
'deleteSubscription' => 'Subscription',
|
||||
'deleteSubscriptionCodeBatch' => 'Subscription',
|
||||
'deleteSubscriptionCodes' => 'Subscription',
|
||||
'editSubscription' => 'Subscription',
|
||||
'editSubscriptionSave' => 'Subscription',
|
||||
'listSubscriptionCodeBatches' => 'Subscription',
|
||||
'listSubscriptionCodes' => 'Subscription',
|
||||
'listSubscriptions' => 'Subscription',
|
||||
'purchaseSubscription' => 'Subscription',
|
||||
'redeemSubscriptionCode' => 'Subscription',
|
||||
|
||||
'cancelRecurringTransaction' => 'TransactionLog',
|
||||
'deleteTransaction' => 'TransactionLog',
|
||||
'deleteTransactionItem' => 'TransactionLog',
|
||||
'viewPurchaseHistory' => 'TransactionLog',
|
||||
|
||||
'becomeUser' => 'User',
|
||||
'deleteUser' => 'User',
|
||||
'editUser' => 'User',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue