-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update templates and steps to support V3 #118
Conversation
@stack('payment_methods') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is so payment providers can add their own template here. e.g. https://github.com/rapidez/riverty/pull/1/files#diff-9551ccb8b1b6a35c1e8d9615c9245a6937fc9b1cea0837b54e30913cb026e1eaR19
[3.x] Disable checkout button and add notice if not in stock
|
||
<form | ||
class="contents" | ||
v-on:submit.prevent="(e) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Form with contents, i know this fixes the styling but this isn't really the way to go in my opinion. Ill put it on my list to look at this and tag you whenever i have a counter suggestion! [For internal ref: RAP-790]
No description provided.