Skip to content
Snippets Groups Projects

add chargebee.js file as library

Merged Rajan Kumar requested to merge issue/integration_chargebee-3360446:8.x-1.x into 8.x-1.x
2 files
+ 20
6
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
4
@@ -90,11 +90,11 @@ class SettingsForm extends ConfigFormBase
$form['api']['integration_chargebee_api_js_link'] = array(
'#type' => 'textarea',
'#title' => t('JS Link'),
$form['api']['integration_chargebee_api_js_link'] = [
'#type' => 'checkbox',
'#title' => t('Use CDN version of Chargebee JS'),
'#default_value' => $config->get('integration_chargebee_api_js_link'),
);
];
if (!empty($this->chargbee_plans)) {
Loading