Add invoice functionality for orders with Stripe integration

This commit is contained in:
kbe
2025-09-08 10:55:36 +02:00
parent 4bc40967c8
commit bc214867b0
2 changed files with 2 additions and 4 deletions

View File

@@ -20,4 +20,4 @@ class OrdersControllerInvoiceTest < ActionDispatch::IntegrationTest
assert_redirected_to order_url(draft_order)
assert_equal "La facture n'est disponible qu'après le paiement de la commande", flash[:alert]
end
end
end