Skip to content

Commit

Permalink
fix channel for knaken
Browse files Browse the repository at this point in the history
  • Loading branch information
vegimcarkaxhija committed Aug 8, 2024
1 parent 7f933a9 commit c467419
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Model/Method/Knaken.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,9 @@ public function getPaymentMethodName($payment)
{
return $this->buckarooPaymentMethodCode;
}

protected function getRefundTransactionBuilderChannel()
{
return 'Web';
}
}

0 comments on commit c467419

Please sign in to comment.