You are here

protected property SquareSettings::$permissionScope in Commerce Square Connect 8

File

src/Form/SquareSettings.php, line 16

Class

SquareSettings

Namespace

Drupal\commerce_square\Form

Code

protected $permissionScope = [
  'MERCHANT_PROFILE_READ',
  'PAYMENTS_READ',
  'PAYMENTS_WRITE',
  'CUSTOMERS_READ',
  'CUSTOMERS_WRITE',
  'ORDERS_WRITE',
];