Skip to content

Commit cea94d5

Browse files
Added links AIO.
1 parent 986a3c7 commit cea94d5

File tree

7 files changed

+14
-1
lines changed

7 files changed

+14
-1
lines changed

src/AllInOneGateway.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
use Omnipay\MoMo\Message\AllInOne\CompletePurchaseRequest;
1717

1818
/**
19+
* @link https://developers.momo.vn/#/docs/aio/
20+
*
1921
* @author Vuong Minh <[email protected]>
2022
* @since 1.0.0
2123
*/

src/Message/AllInOne/CompletePurchaseRequest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
use Symfony\Component\HttpFoundation\ParameterBag;
1111

1212
/**
13+
* @link https://developers.momo.vn/#/docs/aio/?id=x%e1%bb%ad-l%c3%bd-k%e1%ba%bft-qu%e1%ba%a3-thanh-to%c3%a1n
14+
*
1315
* @author Vuong Minh <[email protected]>
1416
* @since 1.0.0
1517
*/

src/Message/AllInOne/NotificationRequest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
use Symfony\Component\HttpFoundation\ParameterBag;
1111

1212
/**
13+
* @link https://developers.momo.vn/#/docs/aio/?id=ipn-instant-payment-notification
14+
*
1315
* @author Vuong Minh <[email protected]>
1416
* @since 1.0.0
1517
*/

src/Message/AllInOne/PurchaseRequest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
namespace Omnipay\MoMo\Message\AllInOne;
99

1010
/**
11+
* @link https://developers.momo.vn/#/docs/aio/?id=ph%c6%b0%c6%a1ng-th%e1%bb%a9c-thanh-to%c3%a1n
12+
*
1113
* @author Vuong Minh <[email protected]>
1214
* @since 1.0.0
1315
*/
1416
class PurchaseRequest extends AbstractRequest
1517
{
16-
1718
protected $responseClass = PurchaseResponse::class;
1819

1920
/**

src/Message/AllInOne/QueryRefundRequest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
namespace Omnipay\MoMo\Message\AllInOne;
99

1010
/**
11+
* @link 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
12+
*
1113
* @author Vuong Minh <[email protected]>
1214
* @since 1.0.0
1315
*/

src/Message/AllInOne/QueryTransactionRequest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
namespace Omnipay\MoMo\Message\AllInOne;
99

1010
/**
11+
* @link https://developers.momo.vn/#/docs/aio/?id=tr%e1%ba%a1ng-th%c3%a1i-giao-d%e1%bb%8bch
12+
*
1113
* @author Vuong Minh <[email protected]>
1214
* @since 1.0.0
1315
*/

src/Message/AllInOne/RefundRequest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
namespace Omnipay\MoMo\Message\AllInOne;
99

1010
/**
11+
* @link https://developers.momo.vn/#/docs/aio/?id=ho%c3%a0n-ti%e1%bb%81n-giao-d%e1%bb%8bch
12+
*
1113
* @author Vuong Minh <[email protected]>
1214
* @since 1.0.0
1315
*/

0 commit comments

Comments
 (0)