This commit is contained in:
egzosn
2020-11-13 22:45:10 +08:00
parent adff7687cf
commit 85015a0131

View File

@@ -94,7 +94,7 @@
order.setCurType(CurType.USD);
order.setDescription(" description ");
order.setTradeNo("paypal 平台的单号");
order.setRefundAmount(new BigDecimal(0.01));
order.setRefundAmount(BigDecimal.valueOf(0.01));
RefundResult result = service.refund(order);
```