Skip to content

Uso de & nas url's de notificação e retorno #40

Description

@mentec

É necessário alterar o código nos métodos: setNotificationURL() e setReturnURL(), para que possam receber & na url:

DE:
$this->xml->InstrucaoUnica->addChild('URLNotificacao', $url);
$this->xml->InstrucaoUnica->addChild('URLRetorno', $url);

PARA:
$this->xml->InstrucaoUnica->URLNotificacao = $url;
$this->xml->InstrucaoUnica->URLRetorno = $url;

Como informado aqui: http://www.php.net/manual/pt_BR/simplexmlelement.addchild.php#112204

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions