Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iverok committed Apr 6, 2020
1 parent 255fe8a commit d4a482d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vipps.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ public function vipps_shipping_details_callback_handler($order, $vippsdata,$vipp
foreach($methods as $key=>&$data) {
if ($data['rate']->get_method_id() != 'local_pickup') {
$chosen = $key;
$break;
break;
}
}
// Ok, just pick the first
Expand Down

0 comments on commit d4a482d

Please sign in to comment.