summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-02-19 18:37:22 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-02-19 18:37:22 +0100
commit1a49ebb99bade5d25ff8ed881ad4b941ce069fd1 (patch)
treec9080f7ec1e0ce5ab2d3ef5147e770ae9dce6fab /src
parentc6a8d634ca1d34cd4b73fd1f27df67a06bd46410 (diff)
downloadmerchant-1a49ebb99bade5d25ff8ed881ad4b941ce069fd1.tar.gz
merchant-1a49ebb99bade5d25ff8ed881ad4b941ce069fd1.tar.bz2
merchant-1a49ebb99bade5d25ff8ed881ad4b941ce069fd1.zip
giving real name to blog
Diffstat (limited to 'src')
-rw-r--r--src/frontend_lib/merchants.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend_lib/merchants.php b/src/frontend_lib/merchants.php
index 8c5300d1..a3e438a8 100644
--- a/src/frontend_lib/merchants.php
+++ b/src/frontend_lib/merchants.php
@@ -31,7 +31,7 @@ function _generate_contract($args){
'repurchase_correlation_id' => $args['corr_id'],
'fulfillment_url' => $args['fulfillment_url'],
'merchant' => array ('address' => 'LNAME2',
- 'name' => 'test merchant',
+ 'name' => 'Free Software Foundations (demo)',
'jurisdiction' => 'LNAME3'),
'locations' => array ('LNAME1' => array ('country' => 'Test Country',
@@ -100,7 +100,7 @@ function generate_contract($amount_value,
'repurchase_correlation_id' => $corr_id,
'fulfillment_url' => $fulfillment_url,
'merchant' => array ('address' => 'LNAME2',
- 'name' => 'test merchant',
+ 'name' => 'Free Software Foundation (demo)',
'jurisdiction' => 'LNAME3'),
'locations' => array ('LNAME1' => array ('country' => 'Test Country',