A payment processing plugin for the MyAdmin control panel that integrates Google Wallet as a payment gateway. This plugin registers event hooks for system settings and menu configuration, allowing administrators to enable and configure Google Wallet payments with support for both live and sandbox environments.
- Google Wallet payment gateway integration for MyAdmin
- Configurable live and sandbox merchant credentials
- Event-driven architecture using Symfony EventDispatcher
- Admin settings panel for enabling/disabling and configuring the payment method
Install via Composer:
composer require detain/myadmin-googlewallet-paymentsOnce installed, configure the plugin through the MyAdmin admin panel under Billing > Google Wallet:
- Enable/Disable Google Wallet payments
- Environment selection (Live or Sandbox)
- Merchant ID and Merchant Key for both live and sandbox environments
composer install
vendor/bin/phpunitThis package is licensed under the LGPL-2.1 license.