Commit 8e10a733 authored by Ben Hayward's avatar Ben Hayward

removing unneeded change to file

1 merge request!460WIP: [Sprint/JollyJellyfish](feat) Plus tiers engine#578
Pipeline #74204680 failed with stages
in 9 minutes and 55 seconds
......@@ -73,12 +73,14 @@ export class WirePaymentsCreatorComponent {
tokenRate: number;
defaultAmount: number | '' = this.wire.amount;
protected submitted: boolean;
@Input('payment') set data(payment) {
this.wire.amount = payment.amount;
this.wire.period = payment.period;
this.wire.recurring = true;
this.wire.guid = payment.entity_guid;
this.receiver = payment.receiver;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment