Skip to content

Commit

Permalink
Fix $insurance_possibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardPerdaan authored Mar 29, 2019
1 parent 2844d55 commit 624923c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Model/MyParcelConsignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,6 @@ class MyParcelConsignment
*/
public $pickup_network_id = '';

/**
* @var array
*/
private $insurance_possibilities = [0, 50, 250, 500, 1000, 1500, 2000, 2500, 3000, 3500, 4000, 4500, 5000];

/**
* @var Helpers
*/
Expand Down

0 comments on commit 624923c

Please sign in to comment.