1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

change stripe key to live

This commit is contained in:
Kyle Spearrin 2017-05-03 10:34:23 -04:00
parent 86de4b721f
commit e634e3e28f

View File

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