|
|
@@ -124,7 +124,7 @@ export default defineComponent({
|
|
|
const { data } = await getPaymentConfig();
|
|
|
if (data && Array.isArray(data)) {
|
|
|
data.forEach((item: any) => {
|
|
|
- if (item.paramName === 'payment_service_provider') {
|
|
|
+ if (item.paramName === 'vip_payment_service_provider') {
|
|
|
const provider = JSON.parse(item.paramValue);
|
|
|
paymentConfig.paymentType = provider.vendor;
|
|
|
paymentConfig.paymentChannel = provider.channel;
|