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
The StripeCheckoutDirective was raising some issues when i used it in my angular application loading key from the scope. The issue did not happen the first time i loaded the view, but after i left it and came back. The issue was that the key that was being loaded was "{{ my_key }}".
I fixed this by adding a $timeout() to the directive.
The text was updated successfully, but these errors were encountered:
The StripeCheckoutDirective was raising some issues when i used it in my angular application loading key from the scope. The issue did not happen the first time i loaded the view, but after i left it and came back. The issue was that the key that was being loaded was "{{ my_key }}".
I fixed this by adding a $timeout() to the directive.
The text was updated successfully, but these errors were encountered: