detain/myadmin-googlewallet-payments

Googlewallet handling plugin for MyAdmin

Maintainers

Package info

github.com/myadmin-plugins/googlewallet-payments

Type:myadmin-plugin

pkg:composer/detain/myadmin-googlewallet-payments

Statistics

Installs: 268

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 1

v2.0.0 2019-04-04 08:07 UTC

This package is auto-updated.

Last update: 2026-03-19 15:46:18 UTC


README

Build Status Latest Stable Version Total Downloads License

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.

Features

  • 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

Installation

Install via Composer:

composer require detain/myadmin-googlewallet-payments

Configuration

Once 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

Running Tests

composer install
vendor/bin/phpunit

License

This package is licensed under the LGPL-2.1 license.