Changed the structure of the deep link used to intercept palmpay bitshares invoices to 'go.payit.now/bitshares/{to}/{amount}/{asset}/{memo}'. This will intercept the links whether or not they explicitly state http:// or https:// at the beginning.

master
Severiano Jaramillo 2019-04-12 15:23:23 -05:00
parent e88ef6cb91
commit 40b7650353
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
android:name="memo"
android:defaultValue=" " />
<deepLink app:uri="www.bitshares.com/{to}/{amount}/{asset}/{memo}" />
<deepLink app:uri="go.payit.now/bitshares/{to}/{amount}/{asset}/{memo}" />
</fragment>
<fragment