Added messages about new postback url.
This commit is contained in:
parent
518648d0c5
commit
adcd560cba
4 changed files with 42 additions and 17 deletions
|
|
@ -1436,6 +1436,14 @@ sub migratePaymentPlugins {
|
|||
$properties
|
||||
])
|
||||
};
|
||||
|
||||
if ( $namespace eq 'ITransact' && $properties->{ vendorId } ) {
|
||||
print "\n\t\t!!CAUTION!!: The postback url for ITransact has changed. Please log in to your virtual "
|
||||
."terminal and change the postback url to:\n\n\t\t"
|
||||
.'https://'.$session->config->get("sitename")->[0]
|
||||
.'/?shop=pay;method=do;do=processRecurringTransactionPostback;paymentGatewayId='.$plugin->getId."\n\t";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
print "Done\n" unless $quiet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue