dashboard.twig 564 B

12345678910111213141516171819
  1. {% extends "_base/_page-nav.twig" %}
  2. {% block page_title __('Squarepay Dashboard') %}
  3. {% block page_main %}
  4. <p>
  5. At the moment all this enables you to do is authorise this site to use Square Payments, but I may expand functionality in the future.
  6. </p>
  7. <br>
  8. <a href="{{ auth_link }}" class="btn btn-primary">Authorise Site</a>
  9. <a href="square/revoke-oauth-token" class="btn btn-danger" onclick="return confirm('Are you sure? This will disable the connection to Square.');">Revoke Access</a>
  10. <br><br>
  11. {{ dump(config) }}
  12. {% endblock %}