Skip to content

NexaMerchant/CheckoutCod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Build Status Release Latest Version on Packagist Total Downloads

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

php artisan vendor:publish --provider="NexaMerchant\CheckoutCod\Providers\CheckoutCodServiceProvider"