mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-14 15:46:28 +02:00
payone_cron refactoring with max_sum and timerange
This commit is contained in:
parent
43dbaba064
commit
d2ef211f68
3 changed files with 7 additions and 5 deletions
|
@ -78,7 +78,7 @@ sub mail_transport(){
|
|||
$attachBinaryFile = "$sendref->{attachment}";
|
||||
}
|
||||
|
||||
if($dbt->{copri_conf}->{stage} eq "test"){
|
||||
if($dbt->{copri_conf}->{stage} ne "live"){
|
||||
$mail_to = $mailxconf->{$sendref->{mailxcfg}}->{mail_to};
|
||||
$subject = "* offline Test * " . $sendref->{subject};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue