=== Store Wallet Checkout by Jayanta ===
Contributors: jayanta77
Tags: wallet, payment gateway, checkout
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Adds a simple user wallet balance and a checkout payment gateway for full wallet payments.

== Description ==

Store Wallet Checkout by Jayanta stores a wallet balance for each user and lets logged-in customers pay for store orders using that balance.

The wallet gateway is available only when the customer's wallet balance can cover the full order total. Partial wallet payments are not supported in this version.

Administrators can update a user's wallet balance from the standard WordPress user edit screen.

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/`.
2. Activate Store Wallet Checkout by Jayanta from the Plugins screen.
3. Make sure the supported store commerce plugin is active.
4. Update customer wallet balances from the WordPress user edit screen.

== Frequently Asked Questions ==

= Does this support partial payments? =

No. The wallet balance must cover the full order total.

= Where is the wallet balance stored? =

The balance is stored in user meta using the `_jayanta_sw_wallet_balance` key.

== Changelog ==

= 1.0.0 =

Initial release.
