mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
adjust payment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user