convert/porterbuddy-magento

Porterbuddy shipping integration for Magento 1

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 22

Forks: 0

Open Issues: 0

Type:magento-module

3.0.2 2019-08-05 08:40 UTC

This package is auto-updated.

Last update: 2024-04-10 16:07:14 UTC


README

Porterbuddy is a delivery provider, and the module is a shipping method for the checkout process.

Installation using Composer

Magento Composer Installer will automatically install Porterbuddy module via symlinks or by copying files. It will also take care of future module updates.

Sample composer.json:

{
    "require": {
        "convert/porterbuddy-magento": "~2.0"
    },
    "extra": {
        "magento-root-dir": "./",
        "magento-deploystrategy":"copy"
    }
}

Running unit tests

  • install dev composer dependencies

    Sample composer.json:

    {
        "require": {
            "phpunit/phpunit": "5.7.*",
            "phpunit/php-invoker": "1.1.x-dev",
            "phpunit/dbunit": "2.*"
        }
    }
    
  • vendor/bin/phpunit vendor/convert/porterbuddy/app/code/community/Convert/Porterbuddy/Test/Unit/