Skip to content

Commit

Permalink
Bring back thank you page
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Oct 30, 2024
1 parent c79729e commit 85c1d1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/routes_shop.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
->methods([Request::METHOD_GET])
;

$routes->add(Routing::SHOP_WAITING_FOR_PAYMENT, Routing::SHOP_WAITING_FOR_PAYMENT_PATH)
->controller(DisplayWaitingForPaymentPage::class)
->methods([Request::METHOD_GET])
;

$routes->add(Routing::SHOP_ACCOUNT_CREDIT_CARD_INDEX, Routing::SHOP_ACCOUNT_CREDIT_CARD_INDEX_PATH)
->controller('commerce_weavers_sylius_tpay.controller.credit_card::indexAction')
->methods([Request::METHOD_GET])
Expand Down

0 comments on commit 85c1d1d

Please sign in to comment.