Skip to content

Commit

Permalink
Merge branch 'DEVREL-125.cover-invoice' into DEVREL-126.recipient-acc…
Browse files Browse the repository at this point in the history
…ount
  • Loading branch information
zero-bites committed Jul 18, 2023
2 parents b04b37c + 274e492 commit 851828f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/InvoiceTest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ def test_update_line
response = @client.invoice.update_line(
invoiceId: invoice.id,
lines: [{
invoiceLineId: invoice_line.lines.first['id'],
unitAmount: { value: '3000', currency: 'USD' }
}]
invoiceLineId: invoice_line.lines.first['id'],
unitAmount: { value: '3000', currency: 'USD' }
}]
)
assert_true(response)

Expand Down

0 comments on commit 851828f

Please sign in to comment.