Skip to content

Commit

Permalink
Hotfix Release 1.2.2
Browse files Browse the repository at this point in the history
- fix inline checkout
  • Loading branch information
Craig Christenson committed Apr 11, 2021
1 parent 296adf1 commit 0a52ec6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1 deletion.
Binary file added twocheckout-convert-plus-woocommerce-v1.2.2.zip
Binary file not shown.
Binary file added twocheckout-inline-woocommerce-v1.2.2.zip
Binary file not shown.
1 change: 0 additions & 1 deletion twocheckout-inline/wc-twocheckout-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ public function process_payment( $order_id ) {
$woocommerce_version_formatted = str_replace('.', '_', $woocommerce->version);

try {
$helper->is_customer_ip_valid($order->get_customer_ip_address());
$order_params = [
'currency' => get_woocommerce_currency(),
'language' => strtoupper( substr( get_locale(), 0,
Expand Down
Binary file added twocheckout-woocommerce-v1.2.2.zip
Binary file not shown.

0 comments on commit 0a52ec6

Please sign in to comment.