summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-05 17:47:35 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-05 17:47:35 +0200
commita20e52199a20833c1a25610a44dbb2a3c9313a6b (patch)
treea6cee939fef5f62b2194c7a17ebc449729b29fbd
parentd6c274902426b72cb2d2dde4c9ecef3851f338a0 (diff)
downloadwoocommerce-taler-a20e52199a20833c1a25610a44dbb2a3c9313a6b.tar.gz
woocommerce-taler-a20e52199a20833c1a25610a44dbb2a3c9313a6b.tar.bz2
woocommerce-taler-a20e52199a20833c1a25610a44dbb2a3c9313a6b.zip
fix space loc
-rw-r--r--plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php b/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
index 3ac49d3..0da45fc 100644
--- a/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
+++ b/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
@@ -592,7 +592,7 @@ function gnutaler_init_gateway_class()
'fulfillment_url' => get_home_url() . '/wc-api/wc_gnutaler_gateway',
'order_id' => $wc_order_id,
'products' => $wc_order_products_array,
- 'locations' => array( 'delivery_loc' = >
+ 'locations' => array( 'delivery_loc' =>
$this->mutate_shipping_information_to_json_format($wc_order) ),
),
);