Skip to content

Commit

Permalink
Date for 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Iver Odin Kvello committed Dec 17, 2018
1 parent df3300e commit 136c46d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Vipps.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1532,6 +1532,7 @@ public function vipps_wait_for_payment() {
$newstatus = $gw->callback_check_order_status($order);
if ($newstatus) {
$status = $newstatus;
clean_post_cache($orderid);
$order = wc_get_order($orderid); // Reload order object
}
} else {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ There are several filters and hooks you can use to customize the behaviour of th

== Changelog ==

= 2018.12.xx version 1.1.9 =
= 2018.12.17 version 1.1.9 =
* Error in WC_Logger usage fixed (thanks to (Thanks to Espen Espelund @netthandelsgruppen.no for the report as well as the rest of the issues covered in this update)
* Improved logging in general (Thanks to patch from E. Espelund)
* Fix 404 response on certain pages
Expand Down

0 comments on commit 136c46d

Please sign in to comment.