Skip to content

Commit

Permalink
update PaymentLinkWebviewPage args
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-tbd committed Jul 19, 2024
1 parent 6c89cc0 commit f138b0c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/features/payment/payment_review_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,13 @@ class PaymentReviewPage extends HookConsumerWidget {
MaterialPageRoute(
builder: (context) =>
PaymentLinkWebviewPage(
paymentState: paymentState,
paymentLink: q
.data
.payin
.paymentInstruction
?.link ??
'',
onSubmit: () => _submitOrder(
context,
ref,
paymentState,
order,
),
),
),
)
Expand Down

0 comments on commit f138b0c

Please sign in to comment.