Revision 62153477
Von Jan Büren vor mehr als 1 Jahr hinzugefügt
SL/ShopConnector/Shopware6.pm | ||
---|---|---|
776 | 776 |
$discount_identifier{$discount_pos->{id}} = { discount_percentage => $pos->{payload}->{value}, |
777 | 777 |
discount_code => $pos->{payload}->{code} }; |
778 | 778 |
} |
779 |
use Data::Dumper; |
|
780 |
$main::lxdebug->message(0, 'referenzierte rabatte' . Dumper %discount_identifier); |
|
781 | 779 |
next; |
782 | 780 |
} |
783 | 781 |
my $price = $::form->round_amount($pos->{unitPrice}, 2); # unit |
Auch abrufbar als: Unified diff
shopware6: discount debug raus