diff --git a/eWAYRecurring.php b/eWAYRecurring.php index e4c3273..3947519 100644 --- a/eWAYRecurring.php +++ b/eWAYRecurring.php @@ -320,6 +320,10 @@ function ewayrecurring_civicrm_coreResourceList(&$list, $region) { * @param $permissions permissions list to add to */ function ewayrecurring_civicrm_permission(&$permissions) { - $permissions['view payment tokens'] = E::ts('CiviContribute: view payment tokens'); - $permissions['edit payment tokens'] = E::ts('CiviContribute: edit payment tokens'); + $permissions['view payment tokens'] = [ + 'label' => E::ts('CiviContribute: view payment tokens'), + ]; + $permissions['edit payment tokens'] = [ + 'label' => E::ts('CiviContribute: edit payment tokens'), + ]; } diff --git a/info.xml b/info.xml index 71dd1d3..31c7341 100644 --- a/info.xml +++ b/info.xml @@ -15,8 +15,8 @@ support@agileware.com.au stable - 2024-04-22 - 2.6.6 + 2024-05-03 + 2.6.7 5.38