Skip to content

Commit 4c952ed

Browse files
MC-23986: Cart price rule based on payment methods not aplied in checkout
1 parent 617ae08 commit 4c952ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/CheckoutAgreements/Test/Unit/Model/Checkout/Plugin/ValidationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function testBeforeSavePaymentInformationAndPlaceOrder()
130130
$this->paymentMock->expects(static::atLeastOnce())
131131
->method('getExtensionAttributes')
132132
->willReturn($this->extensionAttributesMock);
133-
$this->model->beforeSavePaymentInformationAndPlaceOrder(
133+
$this->model->beforeSavePaymentInformation(
134134
$this->subjectMock,
135135
$cartId,
136136
$this->paymentMock,
@@ -172,7 +172,7 @@ public function testBeforeSavePaymentInformationAndPlaceOrderIfAgreementsNotVali
172172
$this->paymentMock->expects(static::atLeastOnce())
173173
->method('getExtensionAttributes')
174174
->willReturn($this->extensionAttributesMock);
175-
$this->model->beforeSavePaymentInformationAndPlaceOrder(
175+
$this->model->beforeSavePaymentInformation(
176176
$this->subjectMock,
177177
$cartId,
178178
$this->paymentMock,

0 commit comments

Comments
 (0)