1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

adjust payment

This commit is contained in:
Kyle Spearrin
2018-06-30 13:36:39 -04:00
parent 37026e556f
commit d509637623
13 changed files with 128 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
import {
Component,
Input,
OnInit,
} from '@angular/core';
@@ -18,6 +19,8 @@ const Keys = {
templateUrl: 'payment.component.html',
})
export class PaymentComponent implements OnInit {
@Input() showOptions = true;
method = 'card';
card: any = {
number: null,