Skip to content

Commit c258ab6

Browse files
authored
Merge pull request #6 from toybz/master
Added API Tracker
2 parents 3816936 + 70ad804 commit c258ab6

22 files changed

+559
-187
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# dependencies
88
/node_modules
9-
9+
/dist
1010

1111
# IDEs and editors
1212
/.idea

dist/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,10 @@ Payment option parameters and descriptions:
334334
| public_key | True | Your API public key |
335335
| tx_ref | True | Your transaction reference. This MUST be unique for every transaction |
336336
| amount | True | Amount to charge the customer. |
337-
| currency | False | currency to charge in. Defaults to NGN
338-
|
337+
| currency | False | currency to charge in. Defaults to NGN|
339338
| integrity_hash | False | This is a sha256 hash of your FlutterwaveCheckout values, it is used for passing secured values to the payment gateway. |
340339
| payment_options | True | This specifies the payment options to be displayed e.g - card, mobilemoney, ussd and so on. |
341-
| payment_plan | False | This is the payment plan ID used for Recurring billing
342-
|
340+
| payment_plan | False | This is the payment plan ID used for Recurring billing|
343341
| redirect_url | False | URL to redirect to when a transaction is completed. This is useful for 3DSecure payments so we can redirect your customer back to a custom page you want to show them. |
344342
| customer | True | This is an object that can contains your customer details: e.g - 'customer': {'email': '[email protected]','phonenumber': '08012345678','name': 'Takeshi Kovacs' } |
345343
| subaccounts | False | This is an array of objects containing the subaccount IDs to split the payment into. Check our Split Payment page for more info |

dist/bundles/flutterwave-angular-v3.umd.js

Lines changed: 141 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bundles/flutterwave-angular-v3.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)