Skip to content

Commit

Permalink
Added description of new local settings field in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppekroghitk committed Dec 16, 2024
1 parent 58e62a7 commit b79ef9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ $settings['os2forms_payment']['checkout_key'] = '';
// SECRET_KEY, both test and production, can be retrieved from Nets admin panel
$settings['os2forms_payment']['secret_key'] = '';

// Static page containing terms and conditions, e.g. /node/87
// Page containing terms and conditions URL, including protocol.
$settings['os2forms_payment']['terms_url'] = '';

// Page containing merchant terms URL, including protocol.
$settings['os2forms_payment']['merchant_terms_url'] = '';

// Boolean describing whether the module is operated in test mode
$settings['os2forms_payment']['test_mode'] = TRUE;
```
Expand Down

0 comments on commit b79ef9c

Please sign in to comment.