washday-sdk 0.0.187 → 0.0.188
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/api/cfdi/post.ts +1 -1
package/package.json
CHANGED
package/src/api/cfdi/post.ts
CHANGED
|
@@ -4,7 +4,7 @@ const GET_SET_CFDI = 'api/cfdi';
|
|
|
4
4
|
const GET_SET_ORDERS_CFDI = (orderID: string) => `api/order/${orderID}/cfdi`;
|
|
5
5
|
|
|
6
6
|
export const createCFDI = async function (this: WashdayClientInstance, data: {
|
|
7
|
-
ordersID: string,
|
|
7
|
+
ordersID: string[],
|
|
8
8
|
CFDIInfo: {
|
|
9
9
|
use: string
|
|
10
10
|
payment_method: string
|