Skip to content

Commit

Permalink
Update paghiper_pix.php
Browse files Browse the repository at this point in the history
Debug section removed
  • Loading branch information
henriqueccruz authored Nov 29, 2023
1 parent c9efc7e commit 015efed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/gateways/paghiper_pix.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ function paghiper_pix_link($params) {
$taxIdFields = explode("|", $params['cpf_cnpj']);
$payerNameField = $params['razao_social'];

/*echo sprintf('<pre>%s</pre>', var_export($params['clientdetails'], TRUE));
if(array_key_exists('billingcid', $params['clientdetails']) && $params['clientdetails']['billingcid'] == 0) {
$client = $params['clientdetails'];
} else {
Expand Down

0 comments on commit 015efed

Please sign in to comment.