I copied the code from this repo and tested it in my app with my prod key-salt and test key-salt. But it returns an Invalid hash error after creating the hash inside override fun generateHash().
`private fun preparePayUBizParams(): PayUPaymentParams {
I copied the code from this repo and tested it in my app with my prod key-salt and test key-salt. But it returns an Invalid hash error after creating the hash inside override fun generateHash().
`private fun preparePayUBizParams(): PayUPaymentParams {
And
``private fun initUiSdk(payUPaymentParams: PayUPaymentParams) { PayUCheckoutPro.open( requireActivity(), payUPaymentParams, object : PayUCheckoutProListener {
``