From dcf73c2e725ad7286a8a60a7bba493739ffb3fc5 Mon Sep 17 00:00:00 2001 From: kishankananibrainstream <134682689+kishankananibrainstream@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:44:57 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2652002..efe27b1 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ php artisan vendor:publish --force ``` * Include the PayPal credentials in the loadPayPalScript method. Additionally, ensure that the credentials are entered in the PayPal payment gateway section within the Bagisto admin panel. +* Aso add the mail credentials in the .env file to receive the giftcard via email. + * Add the below code in the CartResource File after the payment_method_title : ``` @@ -61,4 +63,6 @@ $this->mergeWhen($this->giftcard_number, [ 'remaining_giftcard_amount' => $this->remaining_giftcard_amount, ]), ``` + + That's it, now just execute the project on your specified domain.