Tutor-Ecommerce giving errors in Koa,Juniper

With lilac I didn’t come across this issue but hit a block here:

Basically the /payment page has a blocked billing information input fields disabling me from proceeding any further.

Used Paypal basic configuration like in the above issue with no customization on the ecommerce instance.

Relevant configs here:

DISCOVERY_MYSQL_PASSWORD: xxxxxxxxxxxxxxxx
DISCOVERY_OAUTH2_SECRET: xxxxxxxxxxxxxxxx
DISCOVERY_OAUTH2_SECRET_SSO: xxxxxxxxxxxxx
DISCOVERY_SECRET_KEY: xxxxxxxxxxxxxxxxxx
ECOMMERCE_API_KEY: xxxxxxxxxxxxxxx
ECOMMERCE_CURRENCY:
- INR
ECOMMERCE_ENABLED_CLIENT_SIDE_PAYMENT_PROCESSORS:
- paypal
ECOMMERCE_ENABLED_PAYMENT_PROCESSORS:
- paypal
ECOMMERCE_EXTRA_PAYMENT_PROCESSOR_CLASSES: []
ECOMMERCE_EXTRA_PAYMENT_PROCESSOR_URLS: {}
ECOMMERCE_MYSQL_PASSWORD: xxxxxxxxxxxx
ECOMMERCE_OAUTH2_SECRET: xxxxxxxxxxx
ECOMMERCE_OAUTH2_SECRET_SSO: xxxxxxxxxxxx
ECOMMERCE_PAYMENT_PROCESSORS:
  paypal:
    cancel_checkout_path: /checkout/cancel-checkout/
    client_id: xxxxxxxxxxxxxxxxxxxxxxxxx
    client_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    error_url: /checkout/error/
    mode: sandbox
    receipt_url: /checkout/receipt/
ECOMMERCE_SECRET_KEY: xxxxxxxxxxxxxxxxxxx
ENABLE_HTTPS: true