diff --git a/lib/WebGUI/Operation.pm b/lib/WebGUI/Operation.pm index 7648b1626..8589e6999 100644 --- a/lib/WebGUI/Operation.pm +++ b/lib/WebGUI/Operation.pm @@ -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',