File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ if(isset($result['data'])){
557
557
558
558
```
559
559
560
- ### Vitual Cards
560
+ ### Virtual Cards
561
561
562
562
The following implementation shows how to create virtual cards on rave. Use the Playground Directory to view Responses and samples of use.
563
563
@@ -916,7 +916,7 @@ require("Flutterwave-Rave-PHP-SDK/library/VoucherPayment.php");
916
916
use Flutterwave\VoucherPayment;
917
917
//The data variable holds the payload
918
918
$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
920
920
//"tx_ref": "MC-15852309v5050e8",
921
921
"amount"=> "100",
922
922
"type"=> "voucher_payment",
You can’t perform that action at this time.
0 commit comments