Skip to content

Commit

Permalink
Add Delivery fields
Browse files Browse the repository at this point in the history
  • Loading branch information
shimonhaga committed Feb 25, 2023
1 parent 3ec8a40 commit bfee2f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"minimum-stability": "dev",
"prefer-stable": true,
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"authors": [
{
Expand Down
4 changes: 4 additions & 0 deletions src/Entities/Delivery/Delivery.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ class Delivery extends Entity
protected ?int $chargeFreeLimit;
protected DeliveryChargeType $chargeType;
protected Charge $charge;
protected bool $taxIncluded;

protected bool $slipNumberUse;
protected ?string $slipNumberUrl;

protected ?string $memo;
protected ?string $memo2;
Expand Down

0 comments on commit bfee2f0

Please sign in to comment.