feat: use int for billing frequency

This commit is contained in:
Shivam Mishra 2020-04-14 12:00:15 +05:30
parent cb354685d5
commit 4fdb4aa1d0

View File

@ -32,7 +32,7 @@
{
"description": "The number of billing cycles for which the customer should be charged. For example, if a customer is buying a 1-year membership that should be billed on a monthly basis, this value should be 12.",
"fieldname": "billing_frequency",
"fieldtype": "Data",
"fieldtype": "Int",
"label": "Billing Frequency"
}
],