回调订单状态查询 接口错误

This commit is contained in:
egzosn
2019-01-09 17:17:50 +08:00
parent 5b3837486f
commit c555fc8748

View File

@@ -35,7 +35,7 @@ public enum PayPalTransactionType implements TransactionType {
/**
* 回调订单状态查询
*/
EXECUTE("v1/payments/payment/{paymentId}/execute"),
EXECUTE("payments/payment/{paymentId}/execute"),
;
@@ -52,7 +52,7 @@ public enum PayPalTransactionType implements TransactionType {
return this.name();
}
/* *
/**
* 获取接口名称
* @return 接口名称
*/