Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PritishBudhiraja committed Jun 4, 2024
1 parent e3b9e6c commit ed4dd02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Types/PaymentModeType.res
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ let paymentMode = str => {
}

let defaultOrder = [
"apple_pay",
"google_pay",
"paypal",
"card",
"klarna",
"affirm",
Expand All @@ -66,6 +63,9 @@ let defaultOrder = [
"giropay",
"ideal",
"eps",
"apple_pay",
"google_pay",
"paypal",
"crypto",
"bancontact_card",
"boleto",
Expand Down

0 comments on commit ed4dd02

Please sign in to comment.