Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2795aebc

Von Jan Büren vor mehr als 1 Jahr hinzugefügt

  • ID 2795aebcdf5177f1dcbd862eb409ceb3c7b5473a
  • Vorgänger b72ad532
  • Nachfolger 0ed3b181

BJ: ShopwareSetPaid andere Methode aufrufen

Unterschiede anzeigen:

SL/BackgroundJob/ShopwareSetPaid.pm
31 31
       next if $dry_run;
32 32
       my $shop_config = SL::DB::Manager::Shop->get_first( query => [ id => $shop_order->shop_id ] );
33 33
       my $shop = SL::Shop->new( config => $shop_config );
34
       $shop->connector->set_orderstatus($shop_order->shop_trans_id, "paid");
34
       $shop->connector->set_order_transaction_status($shop_order->shop_ordernumber, "paid");
35 35
    }
36 36
  }
37 37
  # nothing found

Auch abrufbar als: Unified diff