zoujiajian 3 년 전
부모
커밋
7400775541
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netflix-service/src/main/java/com/cyksj/service/paypal/PayPalService.java

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/paypal/PayPalService.java

@@ -114,7 +114,7 @@ public class PayPalService{
         orderDon.setType(OrderDon.Type.PAYPAL);
         orderDonService.updateById(orderDon);
         if (OrderDon.Status.hasPayment.equals(orderDon.getStatus())) {
-            throw new BusinessRuntimeException(GatewayApiCode.METADATA_SYSTEM_ERROR.getCode(),"该捐款已支付");
+            throw new BusinessRuntimeException(GatewayApiCode.METADATA_SYSTEM_ERROR.getCode(),"The donation has been paid");
         }
         PaypalPayConfig paypalPayConfig = paypalPayConfigService.getById(1);
         // Set payer details