Skip to content

Commit

Permalink
Merge branch 'dev-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mason authored and mason committed May 4, 2022
2 parents acdde2d + 2450e41 commit a6ffa0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ View our full installation guide: <https://docs.paymentwall.com/modules/woocomme

== Changelog ==

= v1.10.1 [05/04/2022] =
* Correct order status

= v1.10.0 [04/27/2022] =
* Brick - Not support Subscription for guest checkout

Expand Down
1 change: 1 addition & 0 deletions src/includes/class-paymentwall-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ function ipn_response() {

} elseif ($pingback->isCancelable()) {
$order->cancel_order(__('Reason: ' . $pingback->getParameter('reason'), PW_TEXT_DOMAIN));
$order->update_status('wc-refunded');
} elseif ($pingback->isUnderReview()) {
$order->update_status('on-hold');
}
Expand Down
2 changes: 1 addition & 1 deletion src/paymentwall-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin Name: Paymentwall for WooCommerce
* Plugin URI: https://docs.paymentwall.com/modules/woocommerce
* Description: Official Paymentwall module for WordPress WooCommerce.
* Version: 1.10.0
* Version: 1.10.1
* Author: The Paymentwall Team
* Author URI: http://www.paymentwall.com/
* Text Domain: paymentwall-for-woocommerce
Expand Down

0 comments on commit a6ffa0e

Please sign in to comment.