Skip to content

Commit

Permalink
Add {order.reference} to checkout description
Browse files Browse the repository at this point in the history
  • Loading branch information
snowycatsoftware authored Oct 24, 2018
1 parent 83618d0 commit 8ee8dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ protected function generateSettingsForm()
array(
'type' => 'text',
'label' => $this->l('Description'),
'desc' => sprintf($this->l('Enter a description here. Note: Payment methods may have a character limit, best keep the description under 29 characters. You can use the following variables: %s'), '{cart.id} {customer.firstname} {customer.lastname} {customer.company}'),
'desc' => sprintf($this->l('Enter a description here. Note: Payment methods may have a character limit, best keep the description under 29 characters. You can use the following variables: %s'), '{cart.id} {order.reference} {customer.firstname} {customer.lastname} {customer.company}'),
'name' => static::MOLLIE_DESCRIPTION,
'required' => true,
'class' => 'fixed-width-xxl',
Expand Down

0 comments on commit 8ee8dba

Please sign in to comment.