<?php
/*
| Enter your Stripe API credentials in the respective fields below.
| Contents of this file should remain private at all times.
*/
/*
Enter your Test Secret Key details below.
This will be used for testing the payments.
*/
$sandbox_private_key = '';sk_test_RMTGNqGzzFXKQCkc3WkFuew5
/*
Enter your Live Secret Key details below.
This will be used for real payments.
*/
$live_private_key = '';sk_live_hP6RJqNhMw4gPoinTHOG7FRm
