Skip to content

Commit

Permalink
Merge pull request #96 from SateshPersaud/patch-1
Browse files Browse the repository at this point in the history
Return CONTENT_TYPE_EMAIL in the getAllowedContentType method in QuickReply
  • Loading branch information
ker0x authored Apr 30, 2018
2 parents d85d4f8 + e7df090 commit 0d514b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Message/QuickReply.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private function getAllowedContentType(): array
self::CONTENT_TYPE_TEXT,
self::CONTENT_TYPE_LOCATION,
self::CONTENT_TYPE_PHONE,
self::CONTENT_TYPE_LOCATION,
self::CONTENT_TYPE_EMAIL,
];
}

Expand Down

0 comments on commit 0d514b6

Please sign in to comment.