i18n for the PayDriver summary variables.

This commit is contained in:
Colin Kuskie 2010-05-03 10:26:50 -07:00
parent d92347bf34
commit 24b1682be3
3 changed files with 62 additions and 0 deletions

View file

@ -300,6 +300,48 @@ our $HELP = {
],
},
'cart summary variables' => {
title => 'cart summary variables',
body => 'cart summary variables help',
isa => [],
fields => [],
private => 1,
variables => [
{
name => 'shippableItemsInCart',
namespace => 'Shop',
},
{
name => 'subtotal',
description => 'subtotalPrice help',
namespace => 'Shop',
},
{
name => 'shipping',
description => 'shippingPrice help',
namespace => 'Shop',
},
{
name => 'taxes',
description => 'taxes help',
namespace => 'Shop',
},
{
name => 'inShopCreditAvailable',
description => 'inShopCreditAvailable help',
namespace => 'Shop',
},
{
name => 'inShopCreditDeduction',
description => 'inShopCreditDeduction help',
namespace => 'Shop',
},
{
name => 'totalPrice',
description => 'totalPrice help',
namespace => 'Shop',
},
};
1;