angular4-paystack
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "angular4-paystack", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "an angular 4 module for paystack transactions", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -40,3 +40,2 @@ # ANGULAR4-PAYSTACK | ||
<angular4-paystack | ||
[text]="'Pay with Paystack'" | ||
[key]="'pk_test_xxxxxxxxxxxxxxxxxxxxxxxxxxxx'" | ||
@@ -49,4 +48,3 @@ [email]="'ashinzekene@gmail.com'" | ||
(callback)="paymentDone($event)" | ||
> | ||
</angular4-paystack> | ||
>Pay with Paystack</angular4-paystack> | ||
``` | ||
@@ -53,0 +51,0 @@ |
19224
89