Skip to content

Instantly share code, notes, and snippets.

View WebD00D's full-sized avatar
💻
pushing pixels

Christian Bryant WebD00D

💻
pushing pixels
View GitHub Profile
import React, { Component } from "react";
import { injectStripe } from "react-stripe-elements";
import "../App.css";
import CardSection from "./CardSection";
class CheckoutForm extends Component {
constructor(props) {
super(props);