An open API service indexing awesome lists of open source software.

https://github.com/nexamerchant/checkoutonebuy

Checkout OneBuy
https://github.com/nexamerchant/checkoutonebuy

checkout onebuy

Last synced: about 2 months ago
JSON representation

Checkout OneBuy

Awesome Lists containing this project

README

        

# NexaMerchant/CheckoutOneBuy

> This package is a part of NexaMerchant, a Laravel E-commerce package. This package is used to provide a OneBuy Checkout for the NexaMerchant package.

[![Build Status](https://github.com/NexaMerchant/CheckoutOneBuy/workflows/Laravel/badge.svg)](https://github.com/NexaMerchant/CheckoutOneBuy)
[![Release](https://img.shields.io/github/release/NexaMerchant/CheckoutOneBuy.svg?style=flat-square)](https://github.com/NexaMerchant/CheckoutOneBuy/releases)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/Nexa-Merchant/CheckoutOneBuy.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/CheckoutOneBuy)
[![Total Downloads](https://img.shields.io/packagist/dt/Nexa-Merchant/CheckoutOneBuy.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/CheckoutOneBuy)

# How to Install

```
NexaMerchant\CheckoutOneBuy\Providers\CheckoutOneBuyServiceProvider::class,
```
Add it to config/app.php $providers

# How to Install with Composer

```
composer require nexa-merchant/checkoutonebuy
```