Commit 56321036 authored by Ben Hayward's avatar Ben Hayward

Updated to meet feedback (please squash)

1 merge request!460WIP: [Sprint/JollyJellyfish](feat) Plus tiers engine#578
Pipeline #72564358 running with stages
......@@ -9,7 +9,7 @@ export type PayloadType = 'onchain' | 'offchain';
@Component({
providers: [CurrencyPipe],
selector: 'm-wire-payments--payment-plan',
selector: 'm-payment-plan',
templateUrl: 'payment-plan.component.html'
})
......
......@@ -95,7 +95,7 @@ describe('WireService', () => {
});
}));
fit('should post the plus tier if one is selected', fakeAsync(() => {
it('should post the plus tier if one is selected', fakeAsync(() => {
service.submitWire({
amount: 10,
guid: null,
......
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