@@ -16,18 +16,18 @@ |
||
16 | 16 | * along with fsRepublicaDominicana. If not, see <http://www.gnu.org/licenses/>. |
17 | 17 | */ |
18 | 18 | |
19 | - namespace FacturaScripts\Plugins\fsRepublicaDominicana\Extension\Model; |
|
19 | + namespace FacturaScripts\Plugins\fsRepublicaDominicana\Extension\Model; |
|
20 | 20 | |
21 | - class Cliente |
|
22 | - { |
|
21 | + class Cliente |
|
22 | + { |
|
23 | 23 | /** |
24 | 24 | * Payment type based on DGII table |
25 | 25 | * @var string |
26 | 26 | */ |
27 | 27 | public $ncftipopago; |
28 | - /** |
|
29 | - * Type of NCF to generate to the customer |
|
30 | - * @var string |
|
31 | - */ |
|
32 | - public $tipocomprobante; |
|
33 | - } |
|
28 | + /** |
|
29 | + * Type of NCF to generate to the customer |
|
30 | + * @var string |
|
31 | + */ |
|
32 | + public $tipocomprobante; |
|
33 | + } |