File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 99</p>
1010
1111## Features
12+
12131. [Create Payment/Take to Payment Page](https://github.com/codeboxrcodehub/upay#1-create-payment)
13142. [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```
5051UPAY_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
5253UPAY_MERCHANT_ID=""
5354UPAY_MERCHANT_KEY=""
5455UPAY_MERCHANT_CODE=""
@@ -84,17 +85,17 @@ use Codeboxr\Upay\Facade\Payment;
8485Payment::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
9192Contributions 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
9899uPay 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.
You can’t perform that action at this time.
0 commit comments