This commit is contained in:
Colin Kuskie 2009-07-21 15:37:22 +00:00
parent 8283aebe2d
commit fc02ad00c5
2 changed files with 4 additions and 2 deletions

View file

@ -15,6 +15,8 @@
- WebGUI::Shop::PayDriver::PayPal::PayPalStd is back, now functional.
- fixed #10671: shop checkout address copy broken
- fixed #10678: i18n in WebGUI::versionTags.icon
- fixed #10679: i18n TaxDriver_EU::accept when vies unavailable help
- fixed #10680: i18n PayDriver_Ogone::use test mode help
7.7.15
- fixed #10629: WebGUI::ProfileField create new field bug

View file

@ -75,8 +75,8 @@ our $I18N = {
},
'use test mode help' => {
message => q|Setting this option to yes directs all payment requests to Ogone's test environment. This allows you to check if everything is set up correctlt before going live. No actual payments are being made while test mode is enabled, so don't forget to set this option to 'No' when ready testing.|,
lastUpdated => 0,
message => q|Setting this option to yes directs all payment requests to Ogone's test environment. This allows you to check if everything is set up correctly before going live. No actual payments are being made while test mode is enabled, so don't forget to set this option to 'No' when ready testing.|,
lastUpdated => 1248191175,
context => q|Hover help of a setting in the ogone config screen.|,
},