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 0812f20 commit 18b189fCopy full SHA for 18b189f
README.md
@@ -41,8 +41,10 @@ hoặc nếu bạn muốn sử dụng không dựa trên framework thì tiếp t
41
use Omnipay\Omnipay;
42
43
$gateway = Omnipay::create('VTCPay');
44
-$gateway->setWebsiteId('Do VTCPay cấp');
45
-$gateway->setSecurityCode('Do VTCPay cấp');
+$gateway->initialize([
+ 'website_id' => 'Do VTCPay cấp',
46
+ 'security_code' => 'Do VTCPay cấp',
47
+]);
48
```
49
50
Gateway khởi tạo ở trên dùng để tạo các yêu cầu xử lý đến VTCPay hoặc dùng để nhận yêu cầu do VTCPay gửi đến.
0 commit comments