From 2d085003f8548a32851eb79ba20dd006346a159d Mon Sep 17 00:00:00 2001 From: "David.Owusu" Date: Tue, 29 Jan 2019 09:12:58 +0100 Subject: [PATCH] [change] (TPHP-44) Add support-info to readme file. --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0a27c0..c22968f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ![Logo](http://dev.heidelpay.com/devHeidelpay_400_180.jpg) -**heidelpay message code mapper** +## heidelpay message code mapper This library provides user-friendly output of (error)-messages coming from the heidelpay API. @@ -72,3 +72,18 @@ Now you can return or print out the message by calling the `getMessage()` method ```echo $instance->getMessage($errorcode);``` Error codes are accepted in either the 'XXX.XXX.XXX' or 'HP-Error-XXX.XXX.XXX' format. + +## Support +For any issues or questions please get in touch with our support. + +#### Web page +https://dev.heidelpay.com/ + +#### Email +support@heidelpay.com + +#### Phone ++49 (0)6221/6471-100 + +#### Twitter +@devHeidelpay \ No newline at end of file