We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3ac7d commit 0d5e2bbCopy full SHA for 0d5e2bb
1 file changed
src/server/plugins/engine/components/PaymentField.ts
@@ -70,7 +70,7 @@ export class PaymentField extends FormComponent {
70
this.formSchema = paymentStateSchema
71
// 'required()' forces the payment page to be invalid until we have valid payment state
72
// i.e. the user will automatically be directed back to the payment page
73
- // if they attempt to access future pages wen no payment entered yet
+ // if they attempt to access future pages when no payment entered yet
74
this.stateSchema = paymentStateSchema.required()
75
}
76
0 commit comments