Skip to content

Commit

Permalink
[#802] Remove refund request option (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
clatwell authored Mar 19, 2024
1 parent da0c78f commit 7d9e996
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -991,13 +991,6 @@ private function init_fields(): void {
'label' => __( 'Report an issue', 'goodbids' ),
'value' => __( 'Issue', 'goodbids' ),
],
[
'label' => __( 'Request a refund', 'goodbids' ),
'value' => __( 'Refund', 'goodbids' ),
'dependencies' => [
Request::FIELD_TYPE => Request::TYPE_BID,
],
],
[
'label' => __( 'Ask a question', 'goodbids' ),
'value' => __( 'Question', 'goodbids' ),
Expand Down

0 comments on commit 7d9e996

Please sign in to comment.