Created
April 24, 2019 16:39
-
-
Save davidpatters0n/f3468b59c4704106804671ebb54ddb44 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[1] pry(main)> Stripe::VERSION | |
=> "3.30.0" | |
[2] pry(main)> klass = Stripe::PaymentIntent | |
=> Stripe::PaymentIntent | |
[3] pry(main)> klass.confirm | |
NoMethodError: undefined method `confirm' for Stripe::PaymentIntent:Class | |
from (pry):3:in `<main>' | |
[4] pry(main)> Stripe::PaymentIntent.confirm | |
NoMethodError: undefined method `confirm' for Stripe::PaymentIntent:Class | |
from (pry):4:in `<main>' | |
[5] pry(main)> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment