Skip to content

Commit a189de4

Browse files
author
infobip-ci
committed
FIXED whatsapp issue
1 parent 5219026 commit a189de4

File tree

4 files changed

+10
-4201
lines changed

4 files changed

+10
-4201
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to the library will be documented in this file.
44

55
The format of the file is based on [Keep a Changelog](http://keepachangelog.com/) and this library adheres to [Semantic Versioning](http://semver.org/) as mentioned in the [README.md][readme] file.
66

7+
## [ [5.1.3](https://github.com/infobip/infobip-api-php-client/releases/tag/5.1.3) ] - 2023-06-19
8+
9+
### Fixed
10+
- https://github.com/infobip/infobip-api-php-client/issues/54
11+
12+
## [ [5.1.2](https://github.com/infobip/infobip-api-php-client/releases/tag/5.1.2) ] - 2023-06-09
13+
14+
### Changed
15+
- Removed Snyk
16+
717
## [ [5.1.1](https://github.com/infobip/infobip-api-php-client/releases/tag/5.1.1) ] - 2023-05-19
818

919
### Changed

Infobip/Model/WhatsAppTemplateApiResponse.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public function __construct(
5151
#[Assert\Choice(['APPROVED','IN_APPEAL','PENDING','REJECTED','PENDING_DELETION','DELETED','REINSTATED','FLAGGED','FIRST_PAUSED','SECOND_PAUSED','DISABLED',])]
5252

5353
protected ?string $status = null,
54-
#[Assert\Choice(['ACCOUNT_UPDATE','PAYMENT_UPDATE','PERSONAL_FINANCE_UPDATE','SHIPPING_UPDATE','RESERVATION_UPDATE','ISSUE_RESOLUTION','APPOINTMENT_UPDATE','TRANSPORTATION_UPDATE','TICKET_UPDATE','ALERT_UPDATE','AUTO_REPLY','MARKETING','TRANSACTIONAL','OTP',])]
5554

5655
protected ?string $category = null,
5756
#[Assert\Valid]

Infobip/Model/WhatsAppTemplatePublicApiRequest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public function __construct(
4747

4848
protected string $language,
4949
#[Assert\NotBlank]
50-
#[Assert\Choice(['MARKETING','TRANSACTIONAL','OTP',])]
5150

5251
protected string $category,
5352
#[Assert\Valid]

0 commit comments

Comments
 (0)