CoveAS / bring-fraktguiden-for-woocommerce

Wordpress plugin that provides shipping calculations from services offered on bring.no
3 stars 5 forks source link

Booking supports booking multiple consignments, but only saves booking response from the latest #48

Open forsvunnet opened 2 years ago

forsvunnet commented 2 years ago

See class-bring-booking for this code:

$adapter->update_booking_response( $response );

This should be changed to save booking response per shipping item, instead of saving to order.