Skip to content

Commit

Permalink
fix: js to core
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed Mar 14, 2024
1 parent ee44956 commit c4b0187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utilities/PaymentBody.res
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ let mandateBody = paymentType => {

let paymentTypeBody = paymentType => {
if paymentType != "" {
[("payment_type", paymentType->Js.Json.string)]
[("payment_type", paymentType->JSON.Encode.string)]
} else {
[]
}
Expand Down

0 comments on commit c4b0187

Please sign in to comment.