|
|
@@ -170,9 +170,9 @@
|
|
|
:currency="form.currency"
|
|
|
:paystackkey="form.publicKey"
|
|
|
:reference="reference"
|
|
|
+ :channels="channels"
|
|
|
:callback="processPayment"
|
|
|
:close="processClose"
|
|
|
- :channels="channels"
|
|
|
>
|
|
|
<el-button type="primary" size="small">Pay</el-button>
|
|
|
</paystack>
|
|
|
@@ -225,8 +225,7 @@ export default{
|
|
|
countdown: 5,
|
|
|
visible: false,
|
|
|
payStackLoading: false,
|
|
|
- // channels: ['card', 'bank', 'USSD', 'QR'],
|
|
|
- channels: ['card', 'bank'],
|
|
|
+ channels: ["card", "bank", "ussd", "qr"], // eft(南非) mobile_money(加纳)
|
|
|
form: {
|
|
|
publicKey: PAY_STACK_PUBLIC_KEY,
|
|
|
currency: PAY_STACK_CURRENCY,
|