We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e66e78b + 9d14677 commit 325ec15Copy full SHA for 325ec15
src/Payment/Method/TPay.php
@@ -80,7 +80,7 @@ public function getChannels()
80
81
public function evaluateCompletion(EvaluationResultFactory $resultFactory): EvaluationResultInterface
82
{
83
- if ($this->sessionCheckout->getQuote()->getPayment()->getMethod() != 'tpaycom_magento2basic') {
+ if ($this->sessionCheckout->getQuote()->getPayment()->getMethod() != 'Tpay_Magento2') {
84
return $resultFactory->createSuccess();
85
}
86
0 commit comments