Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.02 KB

AngularJS paypalButton Directive

Build Status

A directive to easily create a PayPal "Pay Now" button.

Usage example:

<paypal-button business="[email protected]" language-code="it_IT" currency-code="EUR" item-name="My nice item description" amount="100"></paypal-button>

Attributes

  • business your PayPal business email

  • language-code the code of the language of the button text

  • currency-code the code of the currency you specify the amount (see below)

  • item-name the description of the selling item

  • amount the price amount of the item (the currency is specified in currency-code)