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 905331c commit 277e5b9Copy full SHA for 277e5b9
components/paystack/actions/export-transactions/export-transactions.mjs
@@ -4,7 +4,7 @@ export default {
4
key: "paystack-export-transactions",
5
name: "Export Transactions",
6
description: "Export transactions from Paystack. See the documentation (https://paystack.com/docs/api/transaction/#export)",
7
- version: "0.0.1",
+ version: "0.0.2",
8
type: "action",
9
props: {
10
paystack,
@@ -37,7 +37,7 @@ export default {
37
status: this.status,
38
};
39
40
- const response = this.paystack.exportTransactions({
+ const response = await this.paystack.exportTransactions({
41
$,
42
params,
43
});
0 commit comments