Skip to content

Commit 11f3352

Browse files
authored
set example test email
1 parent 423460e commit 11f3352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// Set data to post using this method
2525
/*
2626
$response = $Transaction->initialize( [
27-
'email' => 'customer@email.com',
27+
'email' => 'customer@gmail.com',
2828
'amount' => 500000
2929
] );
3030
*/
@@ -33,7 +33,7 @@
3333

3434
$response =
3535
$Transaction
36-
->setEmail( 'matscode@gmail.com' )
36+
->setEmail( 'customer@gmail.com' )
3737
->setAmount( 50 )
3838
->initialize();
3939

0 commit comments

Comments
 (0)