Skip to content

Commit

Permalink
Adds onClick to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Sep 7, 2018
1 parent c1ff4a8 commit 81dbed2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions demo/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ <h2>
<td>(data: IPayPalCancelPayment, actions: any) => void</td>
<td>Called when user cancels payment</td>
</tr>
<tr>
<td>onClick</td>
<td>() => void</td>
<td>Called when user clicks on PayPal button</td>
</tr>
</tbody>
</table>
</div>

0 comments on commit 81dbed2

Please sign in to comment.