Improved security for PayPalStd
This commit is contained in:
parent
0d06c15275
commit
22dde02776
2 changed files with 68 additions and 10 deletions
|
|
@ -24,6 +24,11 @@ package WebGUI::i18n::English::PayDriver_PayPalStd;
|
|||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'cart transaction mismatch' => {
|
||||
message => 'Cart mismatch detected. This incident will be logged.',
|
||||
context => 'Message displayed when a transaction spoof is detected.',
|
||||
lastUpdated => 1248289540,
|
||||
},
|
||||
'error occurred message' => {
|
||||
message => q|The following errors occurred:|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -40,6 +45,16 @@ our $I18N = {
|
|||
context => q|Default PayPal payment gateway label|
|
||||
},
|
||||
|
||||
'identity token' => {
|
||||
message => 'PDT Identity Token',
|
||||
lastUpdated => 1248297326,
|
||||
},
|
||||
|
||||
'identity token help' => {
|
||||
message => q{The identity token listed under the Payment Data Transfer radio button in your website payment preference on PayPal},
|
||||
lastUpdated => 1248297326,
|
||||
},
|
||||
|
||||
'vendorId' => {
|
||||
message => q|PayPal Account|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue