Skip to content
Snippets Groups Projects
Unverified Commit 0cae6c07 authored by Holger's avatar Holger Committed by GitHub
Browse files

Fix #16603 (#16605)

Fix issue #16603 undefined method `serialize_payload' for Unsuspend Account Service error.
It seems that this service forgot to `include Payloadable` so that `serialize_payload` could not be found in this service.
parent ce8f41e5
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
class UnsuspendAccountService < BaseService
include Payloadable
def call(account)
@account = account
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment