sealed: make the WalletNotHandled flat fee match the other examples
NetBanking flat fee is 15 everywhere; transcripts unchanged. Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01TF9JWFvJSNm6HVzswzZU5a
This commit is contained in:
@@ -10,7 +10,7 @@ public class WalletNotHandled {
|
|||||||
return switch (p) {
|
return switch (p) {
|
||||||
case Card c -> c.amount() * 2 / 100;
|
case Card c -> c.amount() * 2 / 100;
|
||||||
case Upi u -> 0;
|
case Upi u -> 0;
|
||||||
case NetBanking n -> 10;
|
case NetBanking n -> 15;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user