change stripe key to live

This commit is contained in:
Kyle Spearrin 2017-05-03 10:34:23 -04:00
parent 86de4b721f
commit e634e3e28f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ angular
return refreshPromise;
};
stripeProvider.setPublishableKey('pk_test_KPoCfZXu7mznb9uSCPZ2JpTD');
stripeProvider.setPublishableKey('pk_live_bpN0P37nMxrMQkcaHXtAybJk');
angular.extend(toastrConfig, {
closeButton: true,