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()
130
130
$ this ->paymentMock ->expects (static ::atLeastOnce ())
131
131
->method ('getExtensionAttributes ' )
132
132
->willReturn ($ this ->extensionAttributesMock );
133
- $ this ->model ->beforeSavePaymentInformationAndPlaceOrder (
133
+ $ this ->model ->beforeSavePaymentInformation (
134
134
$ this ->subjectMock ,
135
135
$ cartId ,
136
136
$ this ->paymentMock ,
@@ -172,7 +172,7 @@ public function testBeforeSavePaymentInformationAndPlaceOrderIfAgreementsNotVali
172
172
$ this ->paymentMock ->expects (static ::atLeastOnce ())
173
173
->method ('getExtensionAttributes ' )
174
174
->willReturn ($ this ->extensionAttributesMock );
175
- $ this ->model ->beforeSavePaymentInformationAndPlaceOrder (
175
+ $ this ->model ->beforeSavePaymentInformation (
176
176
$ this ->subjectMock ,
177
177
$ cartId ,
178
178
$ this ->paymentMock ,
You can’t perform that action at this time.
0 commit comments