Skip to content

Commit 9c5d88f

Browse files
masked public key in sample voucher payload
1 parent 8861897 commit 9c5d88f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ if(isset($result['data'])){
557557

558558
```
559559

560-
### Vitual Cards
560+
### Virtual Cards
561561

562562
The following implementation shows how to create virtual cards on rave. Use the Playground Directory to view Responses and samples of use.
563563

@@ -916,7 +916,7 @@ require("Flutterwave-Rave-PHP-SDK/library/VoucherPayment.php");
916916
use Flutterwave\VoucherPayment;
917917
//The data variable holds the payload
918918
$data = array(
919-
//"public_key": "FLWPUBK-6c4e3dcb21282d44f907c9c9ca7609cb-X"//you can ommit the public key as the key is take from your .env file
919+
//"public_key": "FLWPUBK-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-X"//you can ommit the public key as the key is take from your .env file
920920
//"tx_ref": "MC-15852309v5050e8",
921921
"amount"=> "100",
922922
"type"=> "voucher_payment",

0 commit comments

Comments
 (0)