We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266c45b commit e176cf7Copy full SHA for e176cf7
src/api_tracker.js
@@ -2,6 +2,8 @@ const trackingEndPoint = 'https://kgelfdz7mf.execute-api.us-east-1.amazonaws.com
2
3
const packageVersion = '1.0.3';
4
const language = 'Vue V3'
5
+
6
7
8
/**
9
* @param {Object} data
@@ -30,7 +32,8 @@ const trackApi = function (data) {
30
32
} else if (paymentOptionsArray.length === 1) {
31
33
title = 'Initiate-Charge-' + paymentOptions
34
- } else {
35
+ }
36
+ else {
37
title = 'Initiate-Charge-Multiple'
38
39
}
src/entry.js
@@ -105,7 +105,3 @@ export default Flutterwave;
105
// To allow individual component use, export components
106
// each can be registered via Vue.component()
107
export * from '@/lib-components/index';
108
-
109
110
111
0 commit comments