Skip to content

Commit 3092960

Browse files
committed
updated docs
1 parent abf04b6 commit 3092960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/invoices/take-invoice-payment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"amount_paid": "100.00",
44
"still_to_pay": "185.00",
55
"message": "Payment successfully created",
6-
"paid": false,
6+
"paid": true,
77
"method": "cash"
88
}

pages/proforma-invoices/take-proforma-invoice-payment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"amount_paid": "100.00",
44
"still_to_pay": "185.00",
55
"message": "Payment successfully created",
6-
"paid": false
6+
"paid": true
77
}

0 commit comments

Comments
 (0)