Skip to content

Commit

Permalink
Update start.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Pieters committed Nov 23, 2016
1 parent e9c0fc3 commit 9f35c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/transaction/start.php
Expand Up @@ -90,7 +90,7 @@
'phoneNumber' => '0612345678',
'emailAddress' => 'test@test.nl',
'customerReference' => '456789',//your customer id
'customerTrust' => 5, // -10 - 10 how much do you trust this customer? -10 untrustable 10 trusted
'customerTrust' => 0, // -10 - 10 how much do you trust this customer? -10 untrustable 10 trusted
),
'address' => array(
'streetName' => 'Test',
Expand Down

0 comments on commit 9f35c6e

Please sign in to comment.