Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-novotny committed Dec 12, 2024
1 parent 0223207 commit 2c92f5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased](https://github.com/inspirum/balikobot-php/compare/v7.12.0...master)
- Added **ZASILKOVNA_BG_BOXNOW_BOX** service type


## [v7.12.0 (2024-11-20)](https://github.com/inspirum/balikobot-php/compare/v7.11.0...v7.12.0)
Expand Down
6 changes: 6 additions & 0 deletions src/Definitions/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,11 @@ final class Service extends BaseEnum
*/
public const ZASILKOVNA_BG_SAMEDAY_BOX = '26067';

/**
* BG BoxNow Box
*/
public const ZASILKOVNA_BG_BOXNOW_BOX = '33777';

/**
* GB FedEx HD Connect Plus
*/
Expand Down Expand Up @@ -2630,6 +2635,7 @@ private static function zasilkovna(): array
self::ZASILKOVNA_BG_ECONT_BOX,
self::ZASILKOVNA_BG_SAMEDAY_HD,
self::ZASILKOVNA_BG_SAMEDAY_BOX,
self::ZASILKOVNA_BG_BOXNOW_BOX,
self::ZASILKOVNA_GB_FEDEX_HD_CONNECT_PLUS,
self::ZASILKOVNA_GB_FEDEX_HD_PRIORITY,
// self::ZASILKOVNA_CZ_POST_HD,
Expand Down

0 comments on commit 2c92f5f

Please sign in to comment.