Last active
August 29, 2015 14:26
-
-
Save cbetta/1e20c3901354a809ae10 to your computer and use it in GitHub Desktop.
Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
def pay | |
Volt::Braintree.get_nonce.then do |nonce| | |
"Send to server to process" | |
end.fail do | |
"Handle failure" | |
end | |
end | |
.... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<:braintree /> | |
<a e-click='pay'>Pay</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment