https://github.com/nexamerchant/checkoutcod
Checkout COD
https://github.com/nexamerchant/checkoutcod
checkout checkout-cod checkout-page cod
Last synced: 5 months ago
JSON representation
Checkout COD
- Host: GitHub
- URL: https://github.com/nexamerchant/checkoutcod
- Owner: NexaMerchant
- License: mit
- Created: 2024-10-29T11:05:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T08:12:36.000Z (6 months ago)
- Last Synced: 2024-11-22T08:21:39.146Z (6 months ago)
- Topics: checkout, checkout-cod, checkout-page, cod
- Language: PHP
- Homepage: https://nexamerchant.github.io/CheckoutCod/
- Size: 56.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NexaMerchant/CheckoutCod
> This package is a part of NexaMerchant, a Laravel E-commerce package. This package is used to provide a Cash on Delivery payment method for the NexaMerchant package.
[](https://github.com/NexaMerchant/CheckoutCod)
[](https://github.com/NexaMerchant/CheckoutCod/releases)
[](https://packagist.org/packages/Nexa-Merchant/CheckoutCod)
[](https://packagist.org/packages/Nexa-Merchant/CheckoutCod)# What is COD?
Cash on delivery (COD) is a type of transaction in which the recipient makes payment for a good at the time of delivery. If the purchaser does not make payment when the good is delivered, the good is returned to the seller. The COD method is used by many businesses that sell goods through a catalog or online.
# How to Install
```
NexaMerchant\CheckoutCod\Providers\CheckoutCodServiceProvider::class,
```
Add it to config/app.php $providers# How to Install with Composer
```
composer require nexa-merchant/checkoutcod
```# How to Publish the Config file
```bash
php artisan vendor:publish --provider="NexaMerchant\CheckoutCod\Providers\CheckoutCodServiceProvider"
```