Skip to content

Commit

Permalink
major update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyikwuje committed Feb 20, 2021
1 parent 9fb4d62 commit 0a5d21a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion play/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
/* Ravepay
$transaction->initialize([
'amount' => 1000,
'customer_email' => 'afuwapesunday12@gmail.com',
'customer' => [
'email' => 'afuwapesunday12@gmail.com',
]
'redirect_url' => 'http://localhost:3000/tests/verify.php',
'meta' => [ 'consumer_id' => 23, 'consumer_mac' => '92a3-912ba-1192a' ],
]);
Expand Down

0 comments on commit 0a5d21a

Please sign in to comment.