feat(invoice-ninja): add create product action

This commit is contained in:
Rıdvan Akca
2023-10-12 13:47:34 +03:00
parent 648511dfad
commit 61e24da07d
4 changed files with 170 additions and 1 deletions

View File

@@ -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>