Skip to content

Commit

Permalink
Use available packaging only while syncing packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Jul 12, 2024
1 parent f833ae7 commit fac8c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shipment.php
Original file line number Diff line number Diff line change
Expand Up @@ -2067,7 +2067,7 @@ public function set_packaging_id( $packaging_id ) {
}

public function sync_packaging() {
$available_packaging = $this->get_selectable_packaging();
$available_packaging = $this->get_available_packaging();
$default_packaging = $this->get_default_packaging();
$packaging_id = $this->get_packaging_id( 'edit' );

Expand Down

0 comments on commit fac8c87

Please sign in to comment.