mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update _settings.html.erb
This commit is contained in:
@@ -15,12 +15,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
|
|
||||||
<!-- configure the Intuit object: 'grantUrl' is a URL in your application which kicks off the flow, see below -->
|
<!-- configure the Intuit object: 'grantUrl' is a URL in your application which kicks off the flow, see below -->
|
||||||
<script>
|
<script>
|
||||||
intuit.ipp.anywhere.setup({menuProxy: '/path/to/blue-dot', grantUrl: '<%=qbo_authenticate_path%>'});
|
intuit.ipp.anywhere.setup({menuProxy: '/path/to/blue-dot', grantUrl: '<%= qbo_authenticate_url %>'});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- this will display a button that the user clicks to start the flow -->
|
|
||||||
<ipp:connectToIntuit></ipp:connectToIntuit>
|
|
||||||
|
|
||||||
<table >
|
<table >
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -66,5 +63,6 @@ intuit.ipp.anywhere.setup({menuProxy: '/path/to/blue-dot', grantUrl: '<%=qbo_aut
|
|||||||
<br/>
|
<br/>
|
||||||
Note: You need to authenticate after saving your key and secret above
|
Note: You need to authenticate after saving your key and secret above
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<%= link_to "Authenticate", qbo_authenticate_path, :method => :get %>
|
<!-- this will display a button that the user clicks to start the flow -->
|
||||||
|
<ipp:connectToIntuit></ipp:connectToIntuit>
|
||||||
|
|||||||
Reference in New Issue
Block a user