Skip to content

Commit 13492f5

Browse files
Merge pull request #1005 from buckaroo-it/BP-3681-Knaken-refund-from-magento-admin-is-not-working
Bp 3681 knaken refund from magento admin is not working
2 parents 60d273a + c467419 commit 13492f5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Model/Method/Knaken.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ public function getVoidTransactionBuilder($payment)
8282
*/
8383
public function getPaymentMethodName($payment)
8484
{
85-
return 'Knaken Settle';
85+
return $this->buckarooPaymentMethodCode;
86+
}
87+
88+
protected function getRefundTransactionBuilderChannel()
89+
{
90+
return 'Web';
8691
}
8792
}

0 commit comments

Comments
 (0)