braintree / braintree_php_example

An example Braintree integration for PHP
MIT License
127 stars 94 forks source link

Notice: Undefined index: payment_method_nonce in C:\wamp\www\braintree_php_example-master\public_html\checkout.php on line 5 #17

Closed haziqazmi closed 7 years ago

haziqazmi commented 7 years ago

I have already done the composer part and able to launch localhost:3000

image

After inserted the amount in the text field and click test transaction button, an error occur as below in checkout.php at line 5

image

hope you can help me, thank

bluk commented 7 years ago

@haziqazmi You will need to add your merchant credentials to your environment. Please see step 3 in the Setup Instructions.