Skip to content

Commit

Permalink
Updated docs headline [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vuongxuongminh committed Jul 3, 2019
1 parent 3262e9e commit 3d14b72
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
16 changes: 8 additions & 8 deletions docs/AllInOne.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All In One Gateway
Để nắm sơ lược về khái niệm và cách sử dụng các **Omnipay** gateways bạn hãy truy cập vào [đây](https://omnipay.thephpleague.com/)
để kham khảo.

## Khởi tạo gateway:
### Khởi tạo gateway:

```php
use Omnipay\Omnipay;
Expand All @@ -17,7 +17,7 @@ $gateway->setSecretKey('Do MoMo cấp.');

Gateway khởi tạo ở trên dùng để tạo các yêu cầu xử lý đến MoMo hoặc dùng để nhận yêu cầu do MoMo gửi đến.

## Tạo yêu cầu thanh toán:
### Tạo yêu cầu thanh toán:

```php
$response = $gateway->purchase([
Expand All @@ -37,7 +37,7 @@ if ($response->isRedirect()) {

Kham khảo thêm các tham trị khi tạo yêu cầu và MoMo trả về tại [đây](https://developers.momo.vn/#/docs/aio/?id=ph%c6%b0%c6%a1ng-th%e1%bb%a9c-thanh-to%c3%a1n).

## Kiểm tra thông tin `returnUrl` khi khách được MoMo redirect về:
### Kiểm tra thông tin `returnUrl` khi khách được MoMo redirect về:

```php
$response = $gateway->completePurchase()->send();
Expand All @@ -57,7 +57,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi MoMo trả về tại [đây](https://developers.momo.vn/#/docs/aio/?id=th%c3%b4ng-tin-tham-s%e1%bb%91).

## Kiểm tra thông tin `notifyUrl` do MoMo gửi sang:
### Kiểm tra thông tin `notifyUrl` do MoMo gửi sang:

```php
$response = $gateway->notification()->send();
Expand All @@ -77,7 +77,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi MoMo gửi sang tại [đây](https://developers.momo.vn/#/docs/aio/?id=th%c3%b4ng-tin-tham-s%e1%bb%91).

## Kiểm tra trạng thái giao dịch:
### Kiểm tra trạng thái giao dịch:

```php
$response = $gateway->queryTransaction([
Expand All @@ -100,7 +100,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi tạo yêu cầu và MoMo trả về tại [đây](https://developers.momo.vn/#/docs/aio/?id=ki%e1%bb%83m-tra-tr%e1%ba%a1ng-th%c3%a1i-giao-d%e1%bb%8bch).

## Yêu cầu hoàn tiền:
### Yêu cầu hoàn tiền:

```php
$response = $gateway->refund([
Expand All @@ -125,7 +125,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi tạo yêu cầu và MoMo trả về tại [đây](https://developers.momo.vn/#/docs/aio/?id=ho%c3%a0n-ti%e1%bb%81n-giao-d%e1%bb%8bch).

## Kiểm tra trạng thái hoàn tiền:
### Kiểm tra trạng thái hoàn tiền:

```php
$response = $gateway->queryRefund([
Expand All @@ -148,7 +148,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi tạo yêu cầu và MoMo trả về tại [đây](https://developers.momo.vn/#/docs/aio/?id=ki%e1%bb%83m-tra-tr%e1%ba%a1ng-th%c3%a1i-ho%c3%a0n-ti%e1%bb%81n).

## Phương thức hổ trợ debug:
### Phương thức hổ trợ debug:

Một số phương thức chung hổ trợ debug khi `isSuccessful()` trả về `FALSE`:

Expand Down
12 changes: 6 additions & 6 deletions docs/AppInApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ App In App Gateway
Để nắm sơ lược về khái niệm và cách sử dụng các **Omnipay** gateways bạn hãy truy cập vào [đây](https://omnipay.thephpleague.com/)
để kham khảo.

## Khởi tạo gateway:
### Khởi tạo gateway:

```php
use Omnipay\Omnipay;
Expand All @@ -16,7 +16,7 @@ $gateway->setPartnerCode('Do MoMo cấp.');
$gateway->setSecretKey('Do MoMo cấp.');
```

## Tạo yêu cầu thanh toán:
### Tạo yêu cầu thanh toán:

```php
$response = $gateway->purchase([
Expand All @@ -40,7 +40,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi tạo yêu cầu và MoMo trả về tại [đây](https://developers.momo.vn/#/docs/app_in_app?id=x%e1%bb%ad-l%c3%bd-thanh-to%c3%a1n).

## Confirm giao dịch:
### Confirm giao dịch:

```php
$response = $gateway->payConfirm([
Expand All @@ -65,7 +65,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi tạo yêu cầu và MoMo trả về tại [đây](https://developers.momo.vn/#/docs/app_in_app?id=x%c3%a1c-nh%e1%ba%adn-giao-d%e1%bb%8bch).

## Kiểm tra trạng thái giao dịch:
### Kiểm tra trạng thái giao dịch:

```php
$response = $gateway->queryTransaction([
Expand All @@ -87,7 +87,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi tạo yêu cầu và MoMo trả về tại [đây](https://developers.momo.vn/#/docs/query_status?id=tra-c%e1%bb%a9u-giao-d%e1%bb%8bch).

## Yêu cầu hoàn tiền:
### Yêu cầu hoàn tiền:

```php
$response = $gateway->refund([
Expand All @@ -111,7 +111,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi tạo yêu cầu và MoMo trả về tại [đây](https://developers.momo.vn/#/docs/refund?id=ho%c3%a0n-ti%e1%bb%81n-giao-d%e1%bb%8bch).

## Phương thức hổ trợ debug:
### Phương thức hổ trợ debug:

Một số phương thức chung hổ trợ debug khi `isSuccessful()` trả về `FALSE`:

Expand Down
12 changes: 6 additions & 6 deletions docs/POS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ POS Gateway
Để nắm sơ lược về khái niệm và cách sử dụng các **Omnipay** gateways bạn hãy truy cập vào [đây](https://omnipay.thephpleague.com/)
để kham khảo.

## Khởi tạo gateway:
### Khởi tạo gateway:

```php
use Omnipay\Omnipay;
Expand All @@ -16,7 +16,7 @@ $gateway->setPartnerCode('Do MoMo cấp.');
$gateway->setSecretKey('Do MoMo cấp.');
```

## Tạo yêu cầu thanh toán:
### Tạo yêu cầu thanh toán:

```php
$response = $gateway->purchase([
Expand All @@ -41,7 +41,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi tạo yêu cầu và MoMo trả về tại [đây](https://developers.momo.vn/#/docs/pos_payment?id=x%e1%bb%ad-l%c3%bd-thanh-to%c3%a1n).

## Confirm giao dịch:
### Confirm giao dịch:

```php
$response = $gateway->payConfirm([
Expand All @@ -66,7 +66,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi tạo yêu cầu và MoMo trả về tại [đây](https://developers.momo.vn/#/docs/pos_payment?id=x%c3%a1c-nh%e1%ba%adn-giao-d%e1%bb%8bch).

## Kiểm tra trạng thái giao dịch:
### Kiểm tra trạng thái giao dịch:

```php
$response = $gateway->queryTransaction([
Expand All @@ -88,7 +88,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi tạo yêu cầu và MoMo trả về tại [đây](https://developers.momo.vn/#/docs/query_status?id=tra-c%e1%bb%a9u-giao-d%e1%bb%8bch).

## Yêu cầu hoàn tiền:
### Yêu cầu hoàn tiền:

```php
$response = $gateway->refund([
Expand All @@ -112,7 +112,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi tạo yêu cầu và MoMo trả về tại [đây](https://developers.momo.vn/#/docs/refund?id=ho%c3%a0n-ti%e1%bb%81n-giao-d%e1%bb%8bch).

## Phương thức hổ trợ debug:
### Phương thức hổ trợ debug:

Một số phương thức chung hổ trợ debug khi `isSuccessful()` trả về `FALSE`:

Expand Down
12 changes: 6 additions & 6 deletions docs/QRCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ QRCode Gateway
Để nắm sơ lược về khái niệm và cách sử dụng các **Omnipay** gateways bạn hãy truy cập vào [đây](https://omnipay.thephpleague.com/)
để kham khảo.

## Khởi tạo gateway:
### Khởi tạo gateway:

```php
use Omnipay\Omnipay;
Expand All @@ -15,7 +15,7 @@ $gateway->setPartnerCode('Do MoMo cấp.');
$gateway->setSecretKey('Do MoMo cấp.');
```

## Kiểm tra thông tin `notifyUrl` do MoMo gửi sang:
### Kiểm tra thông tin `notifyUrl` do MoMo gửi sang:

```php
$response = $gateway->notification()->send();
Expand All @@ -36,7 +36,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi MoMo gửi sang tại [đây](https://developers.momo.vn/#/docs/qr_payment?id=x%e1%bb%ad-l%c3%bd-thanh-to%c3%a1n).

## Confirm giao dịch:
### Confirm giao dịch:

```php
$response = $gateway->payConfirm([
Expand All @@ -61,7 +61,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi tạo yêu cầu và MoMo trả về tại [đây](https://developers.momo.vn/#/docs/qr_payment?id=x%c3%a1c-nh%e1%ba%adn-giao-d%e1%bb%8bch).

## Kiểm tra trạng thái giao dịch:
### Kiểm tra trạng thái giao dịch:

```php
$response = $gateway->queryTransaction([
Expand All @@ -83,7 +83,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi tạo yêu cầu và MoMo trả về tại [đây](https://developers.momo.vn/#/docs/query_status?id=tra-c%e1%bb%a9u-giao-d%e1%bb%8bch).

## Yêu cầu hoàn tiền:
### Yêu cầu hoàn tiền:

```php
$response = $gateway->refund([
Expand All @@ -107,7 +107,7 @@ if ($response->isSuccessful()) {

Kham khảo thêm các tham trị khi tạo yêu cầu và MoMo trả về tại [đây](https://developers.momo.vn/#/docs/refund?id=ho%c3%a0n-ti%e1%bb%81n-giao-d%e1%bb%8bch).

## Phương thức hổ trợ debug:
### Phương thức hổ trợ debug:

Một số phương thức chung hổ trợ debug khi `isSuccessful()` trả về `FALSE`:

Expand Down

0 comments on commit 3d14b72

Please sign in to comment.