diff --git a/core/src/main/java/com/example/core/data/PaymentResultImpl.kt b/core/src/main/java/com/example/core/data/PaymentResultImpl.kt index 8c3e2d9..0b7e43b 100644 --- a/core/src/main/java/com/example/core/data/PaymentResultImpl.kt +++ b/core/src/main/java/com/example/core/data/PaymentResultImpl.kt @@ -10,8 +10,7 @@ class PaymentResultImpl @Inject constructor( ) : PaymentResult { override fun post(paymentResultEntity: PaymentResultEntity?): String { - return "window.WebV.onPaymentResult();" -// return "window.WebV.onPaymentResult(${gson.toJson(paymentResultEntity)});" + return "window.WebV.onPaymentResult(${gson.toJson(paymentResultEntity)});" } } \ No newline at end of file