Commit 74b77308 authored by zhaopengxiang's avatar zhaopengxiang

微信退款处理

parent f16f9a89
...@@ -3,6 +3,7 @@ package com.miya.fastcashier.ui ...@@ -3,6 +3,7 @@ package com.miya.fastcashier.ui
import android.content.Intent import android.content.Intent
import android.os.Bundle import android.os.Bundle
import android.text.TextUtils import android.text.TextUtils
import android.util.Log
import android.view.Gravity import android.view.Gravity
import android.view.View import android.view.View
import android.widget.Toast import android.widget.Toast
...@@ -268,7 +269,7 @@ class PriceInputActivity : BaseActivity() { ...@@ -268,7 +269,7 @@ class PriceInputActivity : BaseActivity() {
showProgressDialog("退款中") showProgressDialog("退款中")
viewModel.refund( viewModel.refund(
payServiceResponse, payServiceResponse,
StringPriceFormat.transStringYuan2Fen(refundPrice) StringPriceFormat.getPayPriceFenStringFromYuan(refundPrice, "0")
) )
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment