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
[](https://packagist.org/packages/datomatic/laravel-fatture-in-cloud)
[](https://packagist.org/packages/datomatic/laravel-fatture-in-cloud)
To improve the use of api usage is included a comfortable list of utilities enums:
90
+
- DocumentStatus
91
+
- EntityType
92
+
- IssuedDocumentType
93
+
- ReceivedDocumentType
94
+
- PaymentStatus
95
+
96
+
### Utilities
97
+
98
+
The Fatture in CLoud API accept only a fullname on country field 🤦♂️ so i add a `Datomatic\FattureInCloud\Utilities\CountryConverter` utility class with `fromAlpha2` and `fromName` methods.
99
+
73
100
## Testing
74
101
75
102
```bash
@@ -82,11 +109,16 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re
82
109
83
110
## Contributing
84
111
85
-
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
112
+
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
113
+
114
+
## Security Vulnerabilities
115
+
116
+
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
0 commit comments