Skip to content

Commit

Permalink
Gebruik ingestelde status ipv default status bij aanmaken betaling, v…
Browse files Browse the repository at this point in the history
…oorkomt error 500 pagina bij bestellen
  • Loading branch information
Willem Stuursma committed May 27, 2014
1 parent ca6d7f5 commit c67b2cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mollie/controllers/front/payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ public function initContent()
// Validate
$this->module->validateOrder(
(int) $cart->id,
$this->module->getConfigValue('PS_OS_PREPARATION'),
/* Set initial status to the status selected in the admin, in case of custom status definitions */
$this->module->statuses[Mollie_API_Object_Payment::STATUS_OPEN],
$orig_amount,
$method,
NULL,
Expand Down

0 comments on commit c67b2cb

Please sign in to comment.