Working on Payfast ITN
This commit is contained in:
parent
38b7479053
commit
9a6d8e4c6a
2 changed files with 5 additions and 1 deletions
|
|
@ -89,6 +89,8 @@ class Gateway extends Eloquent
|
|||
'developerMode',
|
||||
// Dwolla
|
||||
'sandbox',
|
||||
// Payfast
|
||||
'pdtKey',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -48,7 +48,9 @@
|
|||
{!! Former::populateField(GATEWAY_BRAINTREE . '_testMode', 1) !!}
|
||||
{!! Former::populateField('enable_paypal', 1) !!}
|
||||
|
||||
|
||||
{!! Former::populateField(GATEWAY_GOCARDLESS . '_accessToken', env('GOCARDLESS_TEST_TOKEN')) !!}
|
||||
{!! Former::populateField(GATEWAY_GOCARDLESS . '_webhookSecret', env('GOCARDLESS_TEST_WEBHOOK_SECRET')) !!}
|
||||
{!! Former::populateField(GATEWAY_GOCARDLESS . '_testMode', 1) !!}
|
||||
|
||||
{!! Former::populateField(GATEWAY_PAYFAST . '_merchantId', env('PAYFAST_TEST_MERCHANT_ID')) !!}
|
||||
{!! Former::populateField(GATEWAY_PAYFAST . '_merchantKey', env('PAYFAST_TEST_MERCHANT_KEY')) !!}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue