From 015efed3d23a8d4aa80409e0118bed70cfe4489a Mon Sep 17 00:00:00 2001 From: Henrique Cruz Date: Wed, 29 Nov 2023 11:51:16 -0300 Subject: [PATCH] Update paghiper_pix.php Debug section removed --- modules/gateways/paghiper_pix.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gateways/paghiper_pix.php b/modules/gateways/paghiper_pix.php index 19986ce..0ffaf4a 100644 --- a/modules/gateways/paghiper_pix.php +++ b/modules/gateways/paghiper_pix.php @@ -151,7 +151,6 @@ function paghiper_pix_link($params) { $taxIdFields = explode("|", $params['cpf_cnpj']); $payerNameField = $params['razao_social']; - /*echo sprintf('
%s
', var_export($params['clientdetails'], TRUE)); if(array_key_exists('billingcid', $params['clientdetails']) && $params['clientdetails']['billingcid'] == 0) { $client = $params['clientdetails']; } else {