This commit is contained in:
Manuel Raynaud
2014-03-09 19:40:36 +01:00
parent 8816306e9f
commit 265d8b5a5f
324 changed files with 23478 additions and 20808 deletions

View File

@@ -37,7 +37,7 @@ interface PaymentModuleInterface extends BaseModuleInterface
* In many cases, it's necessary to send a form to the payment gateway. On your response you can return this form already
* completed, ready to be sent
*
* @param \Thelia\Model\Order $order processed order
* @param \Thelia\Model\Order $order processed order
* @return null|\Thelia\Core\HttpFoundation\Response
*/
public function pay(Order $order);