【发布时间】:2018-06-04 01:22:34
【问题描述】:
我需要让用户选择阻止每月经常性账单。 默认订阅选项是:
never_expires: true,
number_of_billing_cycles: nil
是
never_expires: false,
number_of_billing_cycles: 0
正确更新订阅以完成此操作?是否允许 0 作为计费周期数的值?我想为单个用户更新订阅,以便在下个月不付款
【问题讨论】:
标签: braintree billing recurring-billing