You are here

function paypal_payment_ec_test_token in PayPal for Payment 7

Returns a PayPal checkout token.

Return value

string

2 calls to paypal_payment_ec_test_token()
paypal_payment_ec_test_api in paypal_payment_ec_test/paypal_payment_ec_test.module
Responds to API requests.
paypal_payment_ec_test_checkout in paypal_payment_ec_test/paypal_payment_ec_test.module
Returns a checkout response.

File

paypal_payment_ec_test/paypal_payment_ec_test.module, line 170
Contains hook implementations and global functions.

Code

function paypal_payment_ec_test_token() {
  return substr(drupal_get_hash_salt(), 0, 20);
}