Skip to content

Commit

Permalink
feat(recurring buy): fetch recurring buy payment methods to determine…
Browse files Browse the repository at this point in the history
… showing the scheduler or not
  • Loading branch information
blockdylanb authored and milan-bc committed Jul 23, 2021
1 parent 0c02270 commit 14b376b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ const Success: React.FC<InjectedFormProps<{}, Props> & Props> = (props) => {
</ActionsRow>
)}

{props.isRecuringBuy && <Scheduler method={method} />}
{props.isRecurringBuy && <Scheduler method={method} />}

<Payment
{...props}
Expand Down

0 comments on commit 14b376b

Please sign in to comment.