feat(invoice-ninja): add create product action

This commit is contained in:
Rıdvan Akca
2023-10-17 15:27:25 +03:00
parent 648511dfad
commit 61e24da07d
4 changed files with 170 additions and 1 deletions
@@ -7,6 +7,8 @@ items:
desc: Creates a new invoice.
- name: Create payment
desc: Creates a new payment.
- name: Create product
desc: Creates a new product.
---
<script setup>