diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ca3a483..004fe14 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,10 +4,7 @@
-
-
-
-
+
@@ -158,7 +155,7 @@
-
+
diff --git a/app/controllers/hcb/payment_accounts_controller.rb b/app/controllers/hcb/payment_accounts_controller.rb
index 1a17466..4a42fd7 100644
--- a/app/controllers/hcb/payment_accounts_controller.rb
+++ b/app/controllers/hcb/payment_accounts_controller.rb
@@ -1,5 +1,7 @@
class HCB::PaymentAccountsController < ApplicationController
- before_action :require_hcb_connection
+ skip_after_action :verify_authorized
+
+ before_action :require_hcb_connection, except: [:index]
before_action :set_payment_account, only: [:show, :destroy]
def index