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
* See also: https://developer.columbus.sage.com/docs#/uki/sageone/accounts/v3/sales_invoices_sales_invoice
528
+
* See also: https://developer.sage.com/api/accounting/api/invoicing-sales/#operation/postSalesInvoices
529
529
*
530
530
* @param WC_Order $order The order
531
531
* @param object $customer The customer as a Sage contact. https://developer.sage.com/api/accounting/api/contacts/#tag/Contacts.
532
-
* @param string $invoice_date The invoice date in the format ::DATE_FORMAT
532
+
* @param string $invoice_date The invoice date in the format ::SAGE_DATE_FORMAT
533
533
* @param number $invoice_amount The invoice amount
534
534
*
535
-
* @return object the response from sage, as a json object. https://developer.columbus.sage.com/docs#/uki/sageone/accounts/v3/sales_invoices_sales_invoice
535
+
* @return object the response from sage, as a json object. https://developer.sage.com/api/accounting/api/invoicing-sales/#operation/postSalesInvoices
* @param float $invoice_fraction the fraction of the order value accounted for by this invoice.
588
588
*
589
-
* @return array the line item as defined by https://developer.columbus.sage.com/docs#/uki/sageone/accounts/v3/sales_invoices_sales_invoice_invoice_lines
589
+
* @return array the line item as defined by https://developer.sage.com/api/accounting/api/invoicing-sales/#operation/postSalesInvoices
0 commit comments