mirror of
https://github.com/bitwarden/web
synced 2026-01-04 09:33:32 +00:00
add credit via paypal
This commit is contained in:
12
src/services/webConstants.ts
Normal file
12
src/services/webConstants.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export class WebConstants {
|
||||
static readonly stripeTestKey = 'pk_test_KPoCfZXu7mznb9uSCPZ2JpTD';
|
||||
static readonly stripeLiveKey = 'pk_live_bpN0P37nMxrMQkcaHXtAybJk';
|
||||
static readonly btSandboxKey = 'sandbox_r72q8jq6_9pnxkwm75f87sdc2';
|
||||
static readonly btProductionKey = 'production_qfbsv8kc_njj2zjtyngtjmbjd';
|
||||
static readonly paypal = {
|
||||
businessIdProduction: '4ZDA7DLUUJGMN',
|
||||
businessIdSandbox: 'AD3LAUZSNVPJY',
|
||||
buttonActionProduction: 'https://www.paypal.com/cgi-bin/webscr',
|
||||
buttonActionSandbox: 'https://www.sandbox.paypal.com/cgi-bin/webscr',
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user