vultr / whmcs-vultr

Vultr Module for WHMCS
Apache License 2.0
95 stars 52 forks source link

fix can't generate default configurable option and custom field #98

Closed arnal1 closed 3 years ago

arnal1 commented 3 years ago

Description

can't use if() to check variable from get() method due it will return array, use count() instead.

Related Issues

https://github.com/vultr/whmcs-vultr/issues/73. Fixes #73 https://github.com/vultr/whmcs-vultr/issues/81. Fixes #81 https://github.com/vultr/whmcs-vultr/issues/93. Fixes #93 https://github.com/vultr/whmcs-vultr/issues/95. Fixes #95

Checklist:

arnal1 commented 3 years ago

i already test it and work

ambirbiar commented 3 years ago

Perfect, problem solved here.