0

I need to insert the following code into PHP, but I'm not sure of the correct syntax.

echo SPEC($GLOBALS['_LANG']['Pay Now with PayPal'])

It needs to go in place of the 'Pay Now with PayPal' that already exists there.

'7' => array('name' => 'Display Name', 'type' => 'text', 'fieldname' => 'gateway_paypal_name', 'default' => 'Pay Now with PayPal'),

1 Answer 1

1
'7' => array('name' => 'Display Name', 'type' => 'text', 'fieldname' => 'gateway_paypal_name', 'default' => SPEC($GLOBALS['_LANG']['Pay Now with PayPal'])),
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.