nexa-merchant / checkoutcod
CheckoutCod Apps for Nexa Merchant
V1.0.3
2024-11-06 08:23 UTC
Requires
- laravel/framework: ~6.0||~7.0||~8.0||~9.0||~10.0||~11.0
Requires (Dev)
- laravel/framework: ~6.0||~7.0||~8.0||~9.0||~10.0||~11.0
- phpunit/phpcov: >=6.0
- phpunit/phpunit: >=8.0
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.
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"