Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kishankananibrainstream authored Jun 10, 2024
1 parent 8a38e38 commit dcf73c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit dcf73c2

Please sign in to comment.