|
@@ -440,7 +440,7 @@ public class PaypalService {
|
|
|
plan.setPlanName(order.getOrderType());
|
|
|
plan.setTimeUnit(order.getAutoPayTime());
|
|
|
plan.setCurrencyCode("USD");
|
|
|
- plan.setPrice(order.getOrderMoney().multiply(new BigDecimal("100")).toString());
|
|
|
+ plan.setPrice(order.getOrderMoney().toString());
|
|
|
String planId = restApiPaypalService.createPlan(paypalConfig, plan);
|
|
|
log.info("创建订阅计划:"+planId);
|
|
|
|