Skip to content

Commit

Permalink
Merge pull request #1005 from buckaroo-it/BP-3681-Knaken-refund-from-…
Browse files Browse the repository at this point in the history
…magento-admin-is-not-working

Bp 3681 knaken refund from magento admin is not working
  • Loading branch information
vegimcarkaxhija authored Aug 8, 2024
2 parents 60d273a + c467419 commit 13492f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Model/Method/Knaken.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ public function getVoidTransactionBuilder($payment)
*/
public function getPaymentMethodName($payment)
{
return 'Knaken Settle';
return $this->buckarooPaymentMethodCode;
}

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

0 comments on commit 13492f5

Please sign in to comment.