Index: lib/WebGUI/Operation.pm =================================================================== --- lib/WebGUI/Operation.pm (revision 4358) +++ lib/WebGUI/Operation.pm (working copy) @@ -109,6 +109,7 @@ 'editCommerceSettings' => 'WebGUI::Operation::Commerce', 'editCommerceSettingsSave' => 'WebGUI::Operation::Commerce', 'listTransactions' => 'WebGUI::Operation::Commerce', + 'listPendingTransactions' => 'WebGUI::Operation::Commerce', 'selectPaymentGateway' => 'WebGUI::Operation::Commerce', 'selectPaymentGatewaySave' => 'WebGUI::Operation::Commerce', 'selectShippingMethod' => 'WebGUI::Operation::Commerce', Index: docs/changelog/7.x.x.txt =================================================================== --- docs/changelog/7.x.x.txt (revision 4359) +++ docs/changelog/7.x.x.txt (working copy) @@ -4,6 +4,8 @@ - fix: Self-deactivation doesn't show login screen after success - fix regression: Calendar events on the last day of the month do not appear on the month view http://www.webgui.org/bugs/tracker/fixed-calendar-events-on-the-last-day-of-the-month-do-not-appear-on-the-month-view + - 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