Add real paypal buttons
This commit is contained in:
@@ -2,11 +2,11 @@ import React, { PropTypes } from 'react';
|
|||||||
import { Button, Input, Col, Panel, Row, Well } from 'react-bootstrap';
|
import { Button, Input, Col, Panel, Row, Well } from 'react-bootstrap';
|
||||||
import { contain } from 'thundercats-react';
|
import { contain } from 'thundercats-react';
|
||||||
|
|
||||||
|
// real paypal buttons
|
||||||
|
// will take your money
|
||||||
const paypalIds = {
|
const paypalIds = {
|
||||||
regular: 'ZVU498PLMPHKU',
|
regular: 'Q8Z82ZLAX3Q8N',
|
||||||
regularDiscount: '58U7P36W3L2GQ',
|
highlighted: 'VC8QPSKCYMZLN'
|
||||||
highlighted: '3YYSTBAMJYTUW',
|
|
||||||
highlightedDiscount: 'QGWTUZ9XEE6EL'
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default contain(
|
export default contain(
|
||||||
|
Reference in New Issue
Block a user