omise/omise-magento 2.0.0

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Omise Magento is the official payment extension which provides support for Omise payment gateway for store builders working on the Magento platform.

Supported Versions

Our aim is to support as many versions of Magento as we can.

Here's the list of versions we tested on: - Magento (CE) 2.1.3, tested on PHP 7.0.10. - Magento (CE) 2.1.2, tested on PHP 7.0.10.

To report problems for the version you're using, feel free to submit the issue through GitHub's issue channel by following the Reporting the issue Guideline.

Legacy Support

For merchants looking for support for Magento (CE) 1.x series, please check 1-stable branch.

Can't find the version you're looking for?
Submit your requirement as an issue to https://github.com/omise/omise-magento/issues

Getting Started

Installation Instructions

Manually

The steps below shows how to install the module manually. This requires a user account with permission to write your Magento file system, execute the command line and composer.

  1. Download and extract the zip file from Omise-Magento.
  2. On your Magento server, create a new folder Omise/Payment under the directory app/code.
  3. Copy all files to the directory app/code/Omise/Payment that you created in the step 2.

  1. Log in to your Magento server by using Terminal program, then change the current directory to your Magento root directory.
  2. Execute command composer require omise/omise-php:2.6.0 to install Omise-PHP library.
  3. Execute php bin/magento module:enable Omise_Payment --clear-static-content to enable the module.

  1. At the current directory, execute the command, php bin/magento setup:upgrade to upgrade your Magento system.
  2. Your installation is now completed. Check the First Time Setup to continue setting up your Omise account to Magento store.

First Time Setup

After installing, you can configure the module by:

  1. Log in to your Magento back-end with the administrator account.
  2. Go to Stores > Configuration > Sales > Payment Methods.

Settings is displayed under the Omise section.

The table below is the settings for the module and the description for each setting.

Setting Description
Enable/Disable Enables or disables 'Omise Payment Module'
Sandbox If selected, all transactions will be performed in TEST mode and TEST keys will be used
Public key for test Your TEST public key can be found in your Dashboard.
Secret key for test Your TEST secret key can be found in your Dashboard.
Public key for live Your LIVE public key can be found in your Dashboard.
Secret key for live Your LIVE secret key can be found in your Dashboard.
Payment Action Set Authorize Only to only authorize a payment or Authorize and Capture to automatically capture after authroizing.
Title Title of Omise Payment gateway shown at checkout.
  • To enable the module, select the setting for Enable/Disable to Yes.
  • To enable sandbox mode, select the setting for Sandbox to Yes.

Note:

If the setting for Sandbox is set to Yes, the keys for TEST will be used. If the setting for Sandbox is set to No, the keys for LIVE will be used.

Contributing

Thanks for your interest in contributing to Omise Magento. We're looking forward to hearing your thoughts and willing to review your changes.

The following subjects are instructions for contributors who consider to submit changes and/or issues.

Submit the changes

You're all welcome to submit a pull request. Please consider the pull request template and fill the form when you submit a new pull request.

Learn more about submitting pull request here: https://help.github.com/articles/about-pull-requests

Submit the issue

Submit the issue through GitHub's issue channel.

Learn more about submitting an issue here: https://guides.github.com/features/issues

License

Omise-Magento is open-sourced software released under the MIT License.