Skip to content

Commit cf98ae4

Browse files
author
Ivan Tagil
committed
CMP-65 - Bug fixing
1 parent bac46e4 commit cf98ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Service/Quote/Request/Part/Expiry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Expiry implements RequestPartByQuoteInterface
1919
*/
2020
public function process(CartInterface $quote, OrderCreate $orderCreate): OrderCreate
2121
{
22-
$orderCreate->setReturnUrls([]);
22+
$orderCreate->setExpiry([]);
2323

2424
return $orderCreate;
2525
}

0 commit comments

Comments
 (0)