|
|
@@ -432,9 +432,9 @@ public class PaypalService {
|
|
|
product.setName(order.getOrderType());
|
|
|
product.setDescription(order.getGoodsInfo().toJSONString());
|
|
|
product.setType("SERVICE");
|
|
|
-
|
|
|
String productId = restApiPaypalService.createProduct(paypalConfig, product);
|
|
|
log.info("创建商品:"+productId);
|
|
|
+
|
|
|
PlanVo plan = new PlanVo();
|
|
|
plan.setProductId(productId);
|
|
|
plan.setPlanName(order.getOrderType());
|