Closed DanieleMenegatti closed 4 years ago
$boleto->setLocalPagamento($configBoleto->payment_place);
$boleto->setDescricaoDemonstrativo(json_decode($configBoleto->demonstrative_description));
$boleto->setInstrucoes(json_decode($configBoleto->instructions));
Preciso alterar o Local de Pagamento: que está com a informação "Pagável em qualquer banco até a data de vencimento" para "Pagável em qualquer banco". Poderia me informar onde consigo alterar essa informação?