From 6e7616ca401d36d88b25ecc76d11fc18c5e236a2 Mon Sep 17 00:00:00 2001
From: Dipu Chandra Dey
Date: Thu, 1 Sep 2022 17:20:55 +0600
Subject: [PATCH] update readme
---
README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 8e57b0d..1067cc7 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@
## Features
+
1. [Create Payment/Take to Payment Page](https://github.com/codeboxrcodehub/upay#1-create-payment)
2. [Query Payment/Payment Details](https://github.com/codeboxrcodehub/upay#2-query-payment)
@@ -48,7 +49,7 @@ After publish config file setup your credential. you can see this in your config
```
UPAY_SANDBOX=true // for production use false
-UPAY_SERVER_IP="" // uPay only support IPV4
+UPAY_SERVER_IP="" // uPay only support IPV4 for production server don't needed sandbox
UPAY_MERCHANT_ID=""
UPAY_MERCHANT_KEY=""
UPAY_MERCHANT_CODE=""
@@ -84,17 +85,17 @@ use Codeboxr\Upay\Facade\Payment;
Payment::queryPayment($invoiceId); // Invoice ID
```
-Note: uPay only support IPV4
+Note: uPay only support IPV4 for production server
## Contributing
Contributions to the uPay package are welcome. Please note the following guidelines before submitting your pull request.
- Follow [PSR-4](http://www.php-fig.org/psr/psr-4/) coding standards.
-- Read uPay API documentations first
+- Read uPay API documentations first.Please contact with uPay for their api documentation and sandbox access.
## License
uPay package is licensed under the [MIT License](http://opensource.org/licenses/MIT).
-Copyright 2022 [Codeboxr](https://codeboxr.com)
+Copyright 2022 [Codeboxr](https://codeboxr.com) We are not not affiliated with uPay and don't give any guarantee.