Skip to content

Commit 325ec15

Browse files
Merge pull request #1 from wmwnuk/master
Wrong module name used in evaluateCompletion
2 parents e66e78b + 9d14677 commit 325ec15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Payment/Method/TPay.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function getChannels()
8080

8181
public function evaluateCompletion(EvaluationResultFactory $resultFactory): EvaluationResultInterface
8282
{
83-
if ($this->sessionCheckout->getQuote()->getPayment()->getMethod() != 'tpaycom_magento2basic') {
83+
if ($this->sessionCheckout->getQuote()->getPayment()->getMethod() != 'Tpay_Magento2') {
8484
return $resultFactory->createSuccess();
8585
}
8686

0 commit comments

Comments
 (0)