Skip to content

v2.1.1 - Zero-Dollar Cart Fix & Dependency Updates

Choose a tag to compare

@alecgarcia alecgarcia released this 15 Feb 23:42
83f2312

What's Changed

Bug Fix 🐛

  • Fixed crash when cart total is below minimum payment amount (/bin/zsh.01) (#14)
    • Payment form now displays "Payment Not Required" message for zero-dollar carts
    • Added isZeroDollarCart() method for explicit detection
    • Enhanced null-safety in component mount
    • Applied strict type comparisons and PSR-12 standards

Dependencies 📦

  • Bumped actions/checkout from 5 to 6 in GitHub Actions workflows (#12)

Full Changelog: v2.1.0...v2.1.1

Fixes hyrograsper/fastmetal#254