remove commerce related operations

This commit is contained in:
Colin Kuskie 2008-05-09 17:04:51 +00:00
parent 7bc6849387
commit 3692818514

View file

@ -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',