mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-09-03 13:27:43 +08:00
..
This commit is contained in:
@@ -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);
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user