class Payjunction::Customer < ApplicationRecord
  after_find :sync_with_api
end
