Skip to content

Commit 31663dd

Browse files
committed
Update Create.php
1 parent c38c5e9 commit 31663dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Plugin/Order/Create.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(RedirectFactory $forwardFactory)
5252
* @param callable $method
5353
* @return \Magento\Framework\Controller\Result\Redirect
5454
*/
55-
public function beforeExecute(SaveAction $controller, \Closure $method)
55+
public function aroundExecute(SaveAction $controller, \Closure $method)
5656
{
5757
$data = $controller->getRequest()->getParam('payment');
5858
if (isset($data['method']) && $data['method'] == \Astound\Affirm\Model\Ui\ConfigProvider::CODE) {

0 commit comments

Comments
 (0)