Skip to content

Commit

Permalink
remove enctype
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-galas committed Oct 6, 2015
1 parent 441a7f4 commit 67921cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion payment_dotpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ private function processNotification($data)
private function setCompleteStatus($orderId)
{
$order = $this->getOrder($orderId);
$order->payment_complete ();
$order->payment_complete();
$this->save($order);
}

Expand Down
1 change: 0 additions & 1 deletion payment_dotpay/tmpl/prepayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
action="<?php echo $vars->payment_url; ?>"
method="post"
name="adminForm"
enctype="multipart/form-data"
>
<input type="hidden" name="id" value="<?php echo $vars->id; ?>" />
<input type="hidden" name="amount" value="<?php echo $vars->amount; ?>" />
Expand Down

0 comments on commit 67921cf

Please sign in to comment.