Flexiown Woocommerce Payment Gateway
Use Flexiown as a payment processor for WooCommerce.
by Flexiown · github.com/teljoy/flexiown-woocommerce-plugin · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/teljoy/flexiown-woocommerce-plugin/archive/refs/heads/main.zipFrom the readme
Flexiown (teljoy-flexiown) — Upgrade, API & Integration Notes
This README documents the upgrade from the original Teljoy gateway (teljoy-woocommerce-payment-gateway) to the new Flexiown implementation (teljoy-flexiown). It explains notable changes, available REST endpoints, shortcodes/Elementor widgets, admin settings, installation/migration steps and troubleshooting tips.
TL;DR — Migration summary
- teljoy-woocommerce-payment-gateway was migrated and reworked into teljoy-flexiown.
- Core changes:
- Improved log parsing and a /wp-json/fo/v1/logbook endpoint that reads WooCommerce log files named flexiown.log.
- Moved inline JS out of cart notices (now printed in footer) to avoid rendering script text inside notice boxes.
- Visual fixes: CSS fallbacks for rejected cart rows (legacy & blocks), improved blocks-cart matching.
- Elementor integration: new widget category "Flexiown" with two widgets that render the existing shortcodes.
- REST endpoints for stores and orders; orders endpoint returns only orders paid/initiated via Flexiown and includes Flexiown custom fields.
- Security/hardening: transaction payloads now constructed securely (sanitized and jsonencode()), R