
Angular paypal funds
Esily embrace the ngPay plugin into your mission and begin receiving funds utilizing the easy integration via the directive
Major options
- Modular (could be simply included into your angular initiatives)
- Dynamic view
- Demo store included (bootstrap 3)
- One-click redirect (clicking pay redirects you to paypal)
- Configurable (e-mail handle, ipn url)
- IPN Script included (official paypal IPN php script included)
- Full documentation (dynamic documentation
Utilization
<ng-pay item-price=”250” item-currency=”USD” item-title=”Title of product” item-id=”21” button-string=”Pay for this merchandise with Paypal”></ng-pay>
or in loops
<ng-pay item-price=”{{product.worth}}” item-currency=”USD” item-id=”{{product.id}}” item-title=”{{product.title}}” button-string=”Pay with Paypal”></ng-pay>