From d221dcd01d6476e9fa019371ec65e3141b4919bf Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 24 Jun 2008 22:29:02 +0000 Subject: [PATCH] PayDriver had the wrong template namespace and assetId --- lib/WebGUI/Shop/PayDriver.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Shop/PayDriver.pm b/lib/WebGUI/Shop/PayDriver.pm index d1656667e..4a814e3c9 100644 --- a/lib/WebGUI/Shop/PayDriver.pm +++ b/lib/WebGUI/Shop/PayDriver.pm @@ -183,10 +183,10 @@ sub definition { }, receiptEmailTemplateId => { fieldType => 'template', - namespace => "Shop/ReceiptEmail", + namespace => "Shop/EmailReceipt", label => $i18n->get("receipt email template"), hoverHelp => $i18n->get("receipt email template help"), - defaultValue => 'BMzuE91-XB8E-XGll1zpvA', + defaultValue => 'bPz1yk6Y9uwMDMBcmMsSCg', }, saleNotificationGroupId => { fieldType => 'group',