feat: added initial implementation
This commit is contained in:
@@ -33,15 +33,6 @@ export default function PaymentForm({ bookingId = "", token = "" }) {
|
||||
required
|
||||
/>
|
||||
</label>
|
||||
<label className="field">
|
||||
<span>{t("payment.accessToken")}</span>
|
||||
<input
|
||||
type="password"
|
||||
value={form.tokenInput}
|
||||
onChange={(e) => form.setTokenInput(e.target.value)}
|
||||
placeholder={t("payment.accessTokenPlaceholder")}
|
||||
/>
|
||||
</label>
|
||||
<label className="field">
|
||||
<span>{t("payment.sourceType")}</span>
|
||||
<select
|
||||
@@ -51,6 +42,7 @@ export default function PaymentForm({ bookingId = "", token = "" }) {
|
||||
<option value="stcpay">{t("payment.sources.stcpay")}</option>
|
||||
<option value="token">{t("payment.sources.token")}</option>
|
||||
<option value="applepay">{t("payment.sources.applepay")}</option>
|
||||
<option value="samsungpay">{t("payment.sources.samsungpay")}</option>
|
||||
</select>
|
||||
</label>
|
||||
<label className="field">
|
||||
|
||||
Reference in New Issue
Block a user