From e04f1bd9c2c42d2d38686ffd84eb4b9d42c61432 Mon Sep 17 00:00:00 2001 From: Jose Guadalupe Romero Date: Wed, 17 Jun 2020 17:40:00 -0500 Subject: [PATCH] =?UTF-8?q?Etiqueta=20del=20User-Agent=20para=20identifica?= =?UTF-8?q?ci=C3=B3n=20de=20plugins=20Openpay.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/OpenpayApi.php | 14 +++++++++++++- data/OpenpayApiConnector.php | 10 ++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/data/OpenpayApi.php b/data/OpenpayApi.php index 29aa938..9798238 100644 --- a/data/OpenpayApi.php +++ b/data/OpenpayApi.php @@ -1,7 +1,7 @@ _curlRequest($method, $absUrl, $headers, $params, $myApiKey); return $this->interpretResponse($rbody, $rcode);