File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
</p >
10
10
11
11
## Features
12
+
12
13
1 . [ Create Payment/Take to Payment Page] ( https://github.com/codeboxrcodehub/upay#1-create-payment )
13
14
2 . [ Query Payment/Payment Details] ( https://github.com/codeboxrcodehub/upay#2-query-payment )
14
15
@@ -48,7 +49,7 @@ After publish config file setup your credential. you can see this in your config
48
49
49
50
```
50
51
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
52
53
UPAY_MERCHANT_ID=""
53
54
UPAY_MERCHANT_KEY=""
54
55
UPAY_MERCHANT_CODE=""
@@ -84,17 +85,17 @@ use Codeboxr\Upay\Facade\Payment;
84
85
Payment::queryPayment($invoiceId); // Invoice ID
85
86
```
86
87
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 >
88
89
89
90
## Contributing
90
91
91
92
Contributions to the uPay package are welcome. Please note the following guidelines before submitting your pull request.
92
93
93
94
- 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.
95
96
96
97
## License
97
98
98
99
uPay package is licensed under the [ MIT License] ( http://opensource.org/licenses/MIT ) .
99
100
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