gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-gnu-taler-payment-for-woocommerce] branch master updated: update


From: gnunet
Subject: [taler-gnu-taler-payment-for-woocommerce] branch master updated: update plugin to support Taler merchant protocol v3
Date: Tue, 14 Dec 2021 16:46:49 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnu-taler-payment-for-woocommerce.

The following commit(s) were added to refs/heads/master by this push:
     new 9354b7d  update plugin to support Taler merchant protocol v3
9354b7d is described below

commit 9354b7dd3241214305d3cf7c0663096e5b67587e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 14 16:46:41 2021 +0100

    update plugin to support Taler merchant protocol v3
---
 class-wc-gnutaler-gateway.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/class-wc-gnutaler-gateway.php b/class-wc-gnutaler-gateway.php
index cf10e88..62d3e15 100644
--- a/class-wc-gnutaler-gateway.php
+++ b/class-wc-gnutaler-gateway.php
@@ -9,7 +9,7 @@
  * Plugin Name: GNU Taler Payment for WooCommerce
  * Plugin URI: https://git.taler.net/woocommerce-taler
  * Description: This plugin enables payments via the GNU Taler payment system
- * Version: 0.8
+ * Version: 0.9
  * Author: Dominique Hofmann, Jan StrĂ¼bin, Christian Grothoff
  * Author URI: https://taler.net/
  *
@@ -723,7 +723,7 @@ function gnutaler_init_gateway_class() {
                        );
                        if ( isset( $refund_delay ) ) {
                                $order_json['refund_delay'] = array(
-                                       'd_ms' => 1000 * 60 * 60 * 24 * intval( 
$refund_delay ),
+                                       'd_us' => 1000 * 1000 * 60 * 60 * 24 * 
intval( $refund_delay ),
                                );
                        }
                        return $order_json;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]