mirror of
https://github.com/bitwarden/server.git
synced 2025-05-28 23:04:50 -05:00
fix braintree customers link
This commit is contained in:
parent
a1957d2506
commit
78af77036b
@ -31,8 +31,8 @@
|
|||||||
if (gateway.value === '@((byte)Bit.Core.Enums.GatewayType.Stripe)') {
|
if (gateway.value === '@((byte)Bit.Core.Enums.GatewayType.Stripe)') {
|
||||||
window.open('https://dashboard.stripe.com/customers/' + customerId.value, '_blank');
|
window.open('https://dashboard.stripe.com/customers/' + customerId.value, '_blank');
|
||||||
} else if (gateway.value === '@((byte)Bit.Core.Enums.GatewayType.Braintree)') {
|
} else if (gateway.value === '@((byte)Bit.Core.Enums.GatewayType.Braintree)') {
|
||||||
window.open('https://www.braintreegateway.com/merchants/@(Model.BraintreeMerchantId)/'
|
window.open('https://www.braintreegateway.com/merchants/@(Model.BraintreeMerchantId)/' +
|
||||||
+ customerId.value, '_blank');
|
'customers/' + customerId.value, '_blank');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user