RefundTransaction processes a refund for a given transaction by its ID. It starts a tracing span, retrieves the original transaction, validates its status, creates a new refund transaction, and queues it. Parameters: - ctx context.Context: The context for the operation. - transactionID string: The
(ctx context.Context, transactionID string, skipQueue bool)
source not stored for this graph (policy: none)