update
This commit is contained in:
@@ -10,7 +10,8 @@ class PaymentResultImpl @Inject constructor(
|
||||
) : PaymentResult {
|
||||
|
||||
override fun post(paymentResultEntity: PaymentResultEntity?): String {
|
||||
return "window.WebV.onPaymentResult(${gson.toJson(paymentResultEntity)});"
|
||||
return "window.WebV.onPaymentResult();"
|
||||
// return "window.WebV.onPaymentResult(${gson.toJson(paymentResultEntity)});"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -3,5 +3,4 @@ package com.example.core.model
|
||||
enum class PaymentResultStatus {
|
||||
OK,
|
||||
ERROR
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user