| <%=t(:label_client_id)%> | |
|---|---|
| <%=t(:label_client_secret)%> | |
| <%=t(:label_webhook_token)%> | |
| <%=t(:label_sandbox)%> | <%= check_box_tag 'settings[sandbox]', @settings['sandbox'], @settings['sandbox'] %> |
| <%=t(:label_oauth_expires)%> | <%= if Qbo.exists? then Qbo.first.oauth2_access_token_expires_at end %> |
| <%=t(:label_oauth2_refresh_token_expires_at)%> | <%= if Qbo.exists? then Qbo.first.oauth2_refresh_token_expires_at end %> |