Stripe 添加一次订阅服务(默认关闭自动续订功能)
This commit is contained in:
@@ -23,6 +23,8 @@ public class OrderInfo extends BaseEntity{
|
||||
|
||||
private String note;
|
||||
|
||||
private byte autoRenewal;
|
||||
|
||||
private String paymentType;//支付方式
|
||||
|
||||
// 可用于标记用户订单是否首次订阅
|
||||
|
||||
Reference in New Issue
Block a user