Skip to content

Commit

Permalink
Merge PR #42 from @pradpnayak. Fixes #41
Browse files Browse the repository at this point in the history
  • Loading branch information
agileware-fj committed May 3, 2024
2 parents 9d212f5 + 7e822d0 commit 4699485
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions eWAYRecurring.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
];
}
4 changes: 2 additions & 2 deletions info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<email>support@agileware.com.au</email>
</maintainer>
<develStage>stable</develStage>
<releaseDate>2024-04-22</releaseDate>
<version>2.6.6</version>
<releaseDate>2024-05-03</releaseDate>
<version>2.6.7</version>
<compatibility>
<ver>5.38</ver>
</compatibility>
Expand Down

0 comments on commit 4699485

Please sign in to comment.