braintree / braintree_aspnet_example

An example Braintree integration in the ASP.NET framework
MIT License
57 stars 50 forks source link

The handlePaymentMethod is not being called when using PayPal #19

Closed mattruma closed 6 years ago

mattruma commented 6 years ago

I have the following code:

<BraintreeDropIn braintree={braintree} authorizationToken={authorizationToken} handlePaymentMethod={this.handlePaymentMethod} paypal={{ flow: "vault", singleUse: false }} />

The handlePaymentMethod is called when credit cards are used, but not PayPal.

Am I doing something incorrectly?

mattruma commented 6 years ago

Wrong site ... sorry.