You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm implementing this with Angular 7, i have added [allowChoose]="true" to the component and it doesn't show me the next page as shown in the documentation. Maybe i'm doing something wrong. this is my configuration..
I'm implementing this with Angular 7, i have added [allowChoose]="true" to the component and it doesn't show me the next page as shown in the documentation. Maybe i'm doing something wrong. this is my configuration..
<ngx-braintree
[clientTokenURL]="my_client_url "
[createPurchaseURL]="my_url"
(paymentStatus)="onPaymentStatus($event)"
[showCardholderName]="true"
[allowChoose]="true"
>
The text was updated successfully, but these errors were encountered: