Skip to content

Commit

Permalink
custom tabs for all merchants
Browse files Browse the repository at this point in the history
  • Loading branch information
polstianka committed Sep 30, 2024
1 parent 16fca72 commit b298837
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data class WalletPurchaseMethodEntity(

@IgnoredOnParcel
val useCustomTabs: Boolean
get() = method.useCustomTabs
get() = true // method.useCustomTabs

@IgnoredOnParcel
val successUrlPattern: SuccessUrlPattern?
Expand Down

0 comments on commit b298837

Please sign in to comment.