1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

payment update api

This commit is contained in:
Kyle Spearrin
2018-06-30 13:22:21 -04:00
parent c0e7e588ed
commit f5287e29a2
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export class PaymentRequest {
paymentToken: string;
}