Skip to content

Commit

Permalink
add deep link
Browse files Browse the repository at this point in the history
  • Loading branch information
saperi22 committed Dec 10, 2024
1 parent aaaacda commit 6a18874
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ class PayPalLauncher internal constructor(
is GetReturnLinkUseCase.ReturnLinkResult.AppLink -> {
returnLinkResult.appLinkReturnUri.toString()
}
is GetReturnLinkUseCase.ReturnLinkResult.DeepLink -> {
returnLinkResult.deepLinkFallbackUrlScheme
}
else -> null
}
)
Expand Down

0 comments on commit 6a18874

Please sign in to comment.