We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebccb7 commit 69a1040Copy full SHA for 69a1040
1 file changed
editEmbeddedTemplate.php
@@ -13,6 +13,8 @@
13
<body>
14
<?php
15
echo '<a href="index.php">Home Is Where The Heart Is<br /></a>';
16
+ echo 'This will work when HS updates the PHP SDK to <br />';
17
+ echo 'work with the template edit_url<a href="https://github.com/HelloFax/hellosign-php-sdk/issues/37">which is here.<br /><a>';
18
echo 'just in this case this doesn\'t work<br />';
19
20
require_once 'vendor/autoload.php';
0 commit comments