summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',