feat(frm): enum variant misspelled changed from fullfillment to fulfillment (#2065)

This commit is contained in:
rishavkar
2023-09-04 15:28:39 +05:30
committed by GitHub
parent 119aeb49ca
commit e1cebd4179

View File

@ -395,5 +395,5 @@ pub enum FraudCheckLastStep {
Processing,
CheckoutOrSale,
TransactionOrRecordRefund,
Fullfillment,
Fulfillment,
}