Revision 2795aebc
Von Jan Büren vor mehr als 1 Jahr hinzugefügt
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
BJ: ShopwareSetPaid andere Methode aufrufen