Skip to content

Commit 6e7616c

Browse files
committed
update readme
1 parent 6a71bf3 commit 6e7616c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</p>
1010

1111
## Features
12+
1213
1. [Create Payment/Take to Payment Page](https://github.com/codeboxrcodehub/upay#1-create-payment)
1314
2. [Query Payment/Payment Details](https://github.com/codeboxrcodehub/upay#2-query-payment)
1415

@@ -48,7 +49,7 @@ After publish config file setup your credential. you can see this in your config
4849

4950
```
5051
UPAY_SANDBOX=true // for production use false
51-
UPAY_SERVER_IP="" // uPay only support IPV4
52+
UPAY_SERVER_IP="" // uPay only support IPV4 for production server don't needed sandbox
5253
UPAY_MERCHANT_ID=""
5354
UPAY_MERCHANT_KEY=""
5455
UPAY_MERCHANT_CODE=""
@@ -84,17 +85,17 @@ use Codeboxr\Upay\Facade\Payment;
8485
Payment::queryPayment($invoiceId); // Invoice ID
8586
```
8687

87-
<span style="color: #70b7cd">Note: uPay only support IPV4</span>
88+
<span style="color: #70b7cd">Note: uPay only support IPV4 for production server</span>
8889

8990
## Contributing
9091

9192
Contributions to the uPay package are welcome. Please note the following guidelines before submitting your pull request.
9293

9394
- Follow [PSR-4](http://www.php-fig.org/psr/psr-4/) coding standards.
94-
- Read uPay API documentations first
95+
- Read uPay API documentations first.Please contact with uPay for their api documentation and sandbox access.
9596

9697
## License
9798

9899
uPay package is licensed under the [MIT License](http://opensource.org/licenses/MIT).
99100

100-
Copyright 2022 [Codeboxr](https://codeboxr.com)
101+
Copyright 2022 [Codeboxr](https://codeboxr.com) We are not not affiliated with uPay and don't give any guarantee.

0 commit comments

Comments
 (0)