nexa-merchant/checkoutcod

CheckoutCod Apps for Nexa Merchant

V1.0.3 2024-11-06 08:23 UTC

This package is auto-updated.

Last update: 2024-11-06 08:27:14 UTC


README

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"