blob: 8c77e0154085825d5d36c8d9cdcdd10c4f4cc9d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<TakeMyMoney /> renders 1`] = `
<ReactStripeCheckout
ComponentClass="span"
amount={150000}
className="StripeCheckout"
currency="USD"
description="Order of 30 Items From Sick Fits"
label="Pay With Card"
locale="auto"
name="Sick Fits Haul"
reconfigureOnUpdate={false}
stripeKey="pk_lclTtThFp8CnO3QtEZSd8HA9mFUps"
token={[Function]}
triggerEvent="onClick"
/>
`;
|