This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
musa
/
Travelsystem_Laravel11
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
4547782a4a
Rami (Branch)
Tag
main
Travelsystem_La...
/
config
/
stripe.php
stripe.php
100 B
Cronologia
Originale
1
2
3
4
5
<?php
return [
'stripe_pk' => env('STRIPE_TEST_PK'),
'stripe_sk' => env('STRIPE_TEST_SK')
];