We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ef1ee commit dfab6dbCopy full SHA for dfab6db
src/Message/International/PurchaseRequest.php
@@ -0,0 +1,22 @@
1
+<?php
2
+/**
3
+ * @link https://github.com/phpviet/omnipay-onepay
4
+ *
5
+ * @copyright (c) PHP Viet
6
+ * @license [MIT](https://opensource.org/licenses/MIT)
7
+ */
8
+
9
+namespace Omnipay\OnePay\Message\International;
10
11
+use Omnipay\OnePay\Message\AbstractPurchaseRequest;
12
13
14
+ * @author Vuong Minh <[email protected]>
15
+ * @since 1.0.0
16
17
+class PurchaseRequest extends AbstractPurchaseRequest
18
+{
19
+ protected $testEndpoint = 'https://onepay.vn/vpcpay/vpcpay.op';
20
21
+ protected $productionEndpoint = 'https://mtf.onepay.vn/vpcpay/vpcpay.op';
22
+}
0 commit comments