merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 1a49ebb99bade5d25ff8ed881ad4b941ce069fd1
parent c6a8d634ca1d34cd4b73fd1f27df67a06bd46410
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri, 19 Feb 2016 18:37:22 +0100

giving real name to blog

Diffstat:
Msrc/frontend_lib/merchants.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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',