One Hat Cyber Team
Your IP :
3.145.11.190
Server IP :
192.145.235.60
Server :
Linux ngx365.inmotionhosting.com 5.14.0-427.33.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 30 09:45:56 EDT 2024 x86_64
Server Software :
Apache
PHP Version :
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
centos12
/
public_html
/
centosuit
/
config
/
Edit File:
payfast.php
<?php /* |-------------------------------------------------------------------------- | Merchant Settings |-------------------------------------------------------------------------- | All Merchant settings below are for example purposes only. for more info | see www.payfast.co.za. The Merchant ID and Merchant Key can be obtained | from your payfast.co.za account. | */ return [ 'testing' => true, // Set to false when in production. 'merchant' => [ 'merchant_id' => env('PF_MERCHANT_ID', '10000100'), // TEST Credentials. Replace with your merchant ID from Payfast. 'merchant_key' => env('PF_MERCHANT_KEY', '46f0cd694581a'), // TEST Credentials. Replace with your merchant key from Payfast. 'return_url' => env('PF_RETURN_URL', 'http://your-domain.co.za/success'), // Redirect URL on Success. 'cancel_url' => env('PF_CANCEL_URL', 'http://your-domain.co.za/cancel'), // Redirect URL on Cancellation. 'notify_url' => env('PF_ITN_URL', 'http://your-domain.co.za/itn'), // ITN URL. ], 'hosts' => [ 'www.payfast.co.za', 'sandbox.payfast.co.za', 'w1w.payfast.co.za', 'w2w.payfast.co.za', ], 'passphrase' => env('PAYFAST_PASSPHRASE'), // set this in your payfast merchant settings ];
Simpan