-fix minor state name
This commit is contained in:
parent
b35404a2b1
commit
72d0230a2e
@ -106,7 +106,7 @@ export enum TransactionMinorState {
|
||||
AmlRequired = "aml",
|
||||
MergeKycRequired = "merge-kyc",
|
||||
Track = "track",
|
||||
Pay = "pay",
|
||||
SubmitPayment = "submit-payment",
|
||||
RebindSession = "rebind-session",
|
||||
Refresh = "refresh",
|
||||
Pickup = "pickup",
|
||||
|
@ -1728,7 +1728,7 @@ export function computePayMerchantTransactionState(
|
||||
case PurchaseStatus.Paying:
|
||||
return {
|
||||
major: TransactionMajorState.Pending,
|
||||
minor: TransactionMinorState.Pay,
|
||||
minor: TransactionMinorState.SubmitPayment,
|
||||
};
|
||||
case PurchaseStatus.PayingReplay:
|
||||
return {
|
||||
|
@ -30,7 +30,6 @@ import {
|
||||
Logger,
|
||||
setGlobalLogLevelFromString,
|
||||
setPRNG,
|
||||
TalerErrorCode,
|
||||
WalletNotification,
|
||||
} from "@gnu-taler/taler-util";
|
||||
import { createPlatformHttpLib } from "@gnu-taler/taler-util/http";
|
||||
|
Loading…
Reference in New Issue
Block a user