File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/CheckoutAgreements/Test/Unit/Model/Checkout/Plugin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments