Skip to content

Commit

Permalink
remove billing account number as there is payment account number
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Oct 17, 2018
1 parent 0eb8f23 commit 55ea576
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion purplship/domain/entities/datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class shipment_options(NamedTuple):
payment_country_code: str = None
payment_account_number: str = None
shipper_account_number: str = None
billing_account_number: str = None
services: List[str] = []
customs: customs_type = None
references: List[str] = []
Expand Down

0 comments on commit 55ea576

Please sign in to comment.