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 7228c45 commit cd42727Copy full SHA for cd42727
src/paystack.vue
@@ -172,7 +172,7 @@ export default {
172
plan: this.plan,
173
quantity: this.quantity,
174
subaccount: this.isDynamicSplit() ? "" : this.subaccount,
175
- split: this.isDynamicSplit() ? this.split : {},
+ split: this.isDynamicSplit() ? this.split : null,
176
split_code: this.isDynamicSplit() ? "" : this.splitCode,
177
transaction_charge: this.isDynamicSplit() ? 0 : this.transactionCharge,
178
bearer: this.isDynamicSplit() ? "" : this.bearer
0 commit comments