🔄 cleanup: more order logic cleanup on the admin side mostly
This commit is contained in:
@@ -11,7 +11,7 @@ import {
|
||||
type CustomerInfo,
|
||||
} from "$lib/domains/passengerinfo/data/entities";
|
||||
import { passengerInfoVM } from "$lib/domains/passengerinfo/view/passenger.info.vm.svelte";
|
||||
import type { PaymentDetailsPayload } from "$lib/domains/paymentinfo/data/entities";
|
||||
import type { PaymentInfoPayload } from "$lib/domains/paymentinfo/data/entities";
|
||||
import { PaymentMethod } from "$lib/domains/paymentinfo/data/entities";
|
||||
import {
|
||||
CheckoutStep,
|
||||
@@ -302,7 +302,7 @@ export class CKFlowViewModel {
|
||||
}
|
||||
}
|
||||
|
||||
async syncPaymentInfo(paymentInfo: PaymentDetailsPayload) {
|
||||
async syncPaymentInfo(paymentInfo: PaymentInfoPayload) {
|
||||
if (!this.flowId || !this.setupDone || !paymentInfo.cardDetails) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user