See amended javascript still no change

On Saturday, August 25, 2018 at 4:58:36 PM UTC+12, David Merrick wrote:
>
> When I submit the form to Stripe
>
> I am generating the stripe token.in 
> POST /v1/tokens
>
> Response body
>
> {
>   "id": "tok_1D2tSkISUkCPHLGnqBhLrWr5" 
> <https://dashboard.stripe.com/test/logs?object=tok_1D2tSkISUkCPHLGnqBhLrWr5>,
>   "object": "token",
>   "card": {
>     "id": "card_1D2tSkISUkCPHLGnENkY88xy",
>     "object": "card",
>     "address_city": null,
>     "address_country": null,
>     "address_line1": null,
>     "address_line1_check": null,
>     "address_line2": null,
>     "address_state": null,
>     "address_zip": null,
>     "address_zip_check": null,
>     "brand": "Visa",
>     "country": "US",
>     "cvc_check": "unchecked",
>     "dynamic_last4": null,
>     "exp_month": 8,
>     "exp_year": 2018,
>     "funding": "credit",
>     "last4": "4242",
>     "metadata": {
>     },
>     "name": null,
>     "tokenization_method": null
>   },
>   "client_ip": "125.239.133.236",
>   "created": 1535171606,
>   "livemode": false,
>   "type": "card",
>   "used": false
> }
>
> but its not showing up in 
> POST /v1/customers
>
> Request POST body
>
> {
>   "email": "merrick...@hotmail.com"
> }
>
>
> The source variable with the stripe token should show below the email 
> variable.
>
> Any help would be appreciated as I gave some one E.B Adair California   
> Rails job which I could have kept.
>
> Cheers Dave
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-core+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at https://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.

Attachment: users.js.coffee
Description: Binary data

Reply via email to