Skip to content

Commit

Permalink
FIXED whatsapp issue
Browse files Browse the repository at this point in the history
  • Loading branch information
infobip-ci committed Jun 19, 2023
1 parent 5219026 commit a189de4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4,201 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to the library will be documented in this file.

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.

## [ [5.1.3](https://github.com/infobip/infobip-api-php-client/releases/tag/5.1.3) ] - 2023-06-19

### Fixed
- https://github.com/infobip/infobip-api-php-client/issues/54

## [ [5.1.2](https://github.com/infobip/infobip-api-php-client/releases/tag/5.1.2) ] - 2023-06-09

### Changed
- Removed Snyk

## [ [5.1.1](https://github.com/infobip/infobip-api-php-client/releases/tag/5.1.1) ] - 2023-05-19

### Changed
Expand Down
1 change: 0 additions & 1 deletion Infobip/Model/WhatsAppTemplateApiResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public function __construct(
#[Assert\Choice(['APPROVED','IN_APPEAL','PENDING','REJECTED','PENDING_DELETION','DELETED','REINSTATED','FLAGGED','FIRST_PAUSED','SECOND_PAUSED','DISABLED',])]

protected ?string $status = null,
#[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',])]

protected ?string $category = null,
#[Assert\Valid]
Expand Down
1 change: 0 additions & 1 deletion Infobip/Model/WhatsAppTemplatePublicApiRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public function __construct(

protected string $language,
#[Assert\NotBlank]
#[Assert\Choice(['MARKETING','TRANSACTIONAL','OTP',])]

protected string $category,
#[Assert\Valid]
Expand Down
Loading

0 comments on commit a189de4

Please sign in to comment.