Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Add "sponsorship" to invoice
Browse files Browse the repository at this point in the history
Adobe asked for this.
  • Loading branch information
chadwhitacre committed Sep 12, 2017
1 parent 9d47927 commit c88b721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ttw/test_homepage.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_anon_can_post(self):
assert self.submit_succeeds()
self.wait_for('a.invoice').click()
self.wait_for('#txnid')
assert self.css('#items tbody tr').text == 'open source software $ 537.00'
assert self.css('#items tbody tr').text == 'open source software sponsorship $ 537.00'

def test_options_are_optional(self):
self.fill_form('537', '4242424242424242', '1020', '123')
Expand Down
2 changes: 1 addition & 1 deletion www/browse/payments/%uuid/invoice.spt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ if pfos is None:
<table>
<tbody>
<tr>
<th>open source software</th>
<th>open source software sponsorship</th>
<td>$</td>
<td>{{ pfos.amount }}.00</td>
</tr>
Expand Down

0 comments on commit c88b721

Please sign in to comment.