From ab77c641644374fc70ad5b33fa91e1c177f73fd4 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 17 Jul 2007 18:23:52 +0000 Subject: [PATCH] forward port of missing transaction operation --- docs/changelog/7.x.x.txt | 2 ++ lib/WebGUI/Operation.pm | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index e9342603a..ae2644dbd 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -78,6 +78,8 @@ http://www.webgui.org/bugs/tracker/fixed-calendar-events-on-the-last-day-of-the-month-do-not-appear-on-the-month-view - fix: SQLForm says Databaselink does not have enough privileges (perlDreamer Consulting, LLC) http://www.webgui.org/bugs/tracker/sqlform-says-databaselink-does-not-have-enough-privileges + - fix: List pending Transactions (perlDreamer Consulting, LLC) + http://www.webgui.org/bugs/tracker/list-pending-transactions 7.3.20 - Added beta label to the beta components in the system, so people can more diff --git a/lib/WebGUI/Operation.pm b/lib/WebGUI/Operation.pm index 8beab3806..6d1651430 100644 --- a/lib/WebGUI/Operation.pm +++ b/lib/WebGUI/Operation.pm @@ -109,6 +109,7 @@ sub getOperations { 'editCommerceSettings' => 'WebGUI::Operation::Commerce', 'editCommerceSettingsSave' => 'WebGUI::Operation::Commerce', 'listTransactions' => 'WebGUI::Operation::Commerce', + 'listPendingTransactions' => 'WebGUI::Operation::Commerce', 'salesTaxTable' => 'WebGUI::Operation::Commerce', 'selectPaymentGateway' => 'WebGUI::Operation::Commerce', 'selectPaymentGatewaySave' => 'WebGUI::Operation::Commerce',