Adding VIES recheck workflow and tests.
This commit is contained in:
parent
f582bfd99e
commit
e88b0ca0d7
6 changed files with 313 additions and 7 deletions
14
lib/WebGUI/i18n/English/Activity_RecheckVATNumber.pm
Normal file
14
lib/WebGUI/i18n/English/Activity_RecheckVATNumber.pm
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
package WebGUI::i18n::English::Activity_RecheckVATNumber;
|
||||
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'topicName' => {
|
||||
message => q|Recheck VAT number|,
|
||||
lastUpdated => 0,
|
||||
context => q|Title of the VAT number recheck workflow activity|,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
||||
|
|
@ -9,7 +9,8 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'vies unavailable' => {
|
||||
message => q|Number validation currently not available. Check later.|,
|
||||
message => q|Number validation is currently not available. Your number will be rechecked automatically
|
||||
after some time.|,
|
||||
lastUpdated => 0,
|
||||
context => q|An error message|,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue