Skip to content
Snippets Groups Projects
Commit 6fa00292 authored by mattwire's avatar mattwire
Browse files

Give 'always' permission to StripePaymentintent.processPublic

parent 47c1b85c
Branches
Tags
1 merge request!2096.8
......@@ -13,7 +13,7 @@ class StripePaymentintent extends Generic\DAOEntity {
public static function permissions() {
$permissions = parent::permissions();
$permissions['processMOTO'] = ['allow stripe moto payments'];
$permissions['processPublic'] = ['access AJAX API'];
$permissions['processPublic'] = [\CRM_Core_Permission::ALWAYS_ALLOW_PERMISSION];
return $permissions;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment