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:
parent
e88ef6cb91
commit
40b7650353
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue