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.

This commit is contained in:
Severiano Jaramillo 2019-04-12 15:23:23 -05:00
parent e88ef6cb91
commit 40b7650353

View file

@ -115,7 +115,7 @@
android:name="memo" android:name="memo"
android:defaultValue=" " /> 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>
<fragment <fragment