Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 597 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 597 Bytes

STRIPE - PAYMENT

Stripe payments for Polish online stores (e.g., supporting Blik and Credit Card)

Installation

Install stripe-payment with npm

  npm instal
  node index.js - start server localhost:3000

Support

My Discord: experimentally (id: 418507608274501644)

Usage Button Checkout

<button class="checkout-button" data-product-name="Produkt 1" data-product-price="100" data-product-quantity="1">Kup teraz </button>

You can also add a class with CSS styling to the button.

Authors