Skip to content

v1.2.8 — Remove empty box under Jio Pay option

Choose a tag to compare

@techfleek-code techfleek-code released this 04 Aug 06:47
· 6 commits to main since this release

v1.2.8

Fixed

  • Empty/boxy area under the Jio Pay option at checkout. Selecting Jio Pay rendered a bordered container (padding + #f9f9f9 background + 1px border) beneath the radio, which looked like an empty, broken box on custom/themed checkouts.

Changes

  • The bordered box is replaced with a minimal plain-text note in both the classic checkout (payment_fields()) and the WooCommerce Blocks checkout content — it now blends into the theme instead of drawing a box.
  • The description is trimmed, so a blank-but-truthy value (e.g. a single space in the Description setting) no longer produces an empty box.
  • The Blocks script is now cache-busted by the plugin version (it was pinned to a static 1.0.0), so this fix actually reaches customers' browsers after updating.

The checkout layout-break fix from v1.2.7 (SDK Bootstrap isolation) is unchanged.