You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
Chale, qué pena @apux por ignorar este issue tanto tiempo! No estoy seguro de cual deba de ser el comportamiento adecuado, para ser honesto, pero creo que ir de atributos con valores nulos a un hash sin los mismos no debe de ser tanto rollo, tipo hash.delete_if { |k, v| v.nil? }.
@unRob para generar el xml se valida que no se generen nodos si el valor no existe (es nulo)
https://github.com/unRob/CFDI/blob/master/test/comprobante_spec.rb#L55-L63
¿Sería recomendable el mismo comportamiento para generar el hash?
Por ejemplo:
¿Te interesa un PR en ese sentido?
The text was updated successfully, but these errors were encountered: