mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add link to WePAY TOS
This commit is contained in:
parent
60982deb08
commit
6cc84ddfab
@ -88,6 +88,14 @@ class AccountGatewayDatatable extends EntityDatatable
|
|||||||
function($model) {
|
function($model) {
|
||||||
return !$model->deleted_at && $model->gateway_id == GATEWAY_WEPAY;
|
return !$model->deleted_at && $model->gateway_id == GATEWAY_WEPAY;
|
||||||
}
|
}
|
||||||
|
], [
|
||||||
|
uctrans('texts.terms_of_service'),
|
||||||
|
function ($model) {
|
||||||
|
return 'https://go.wepay.com/terms-of-service-us';
|
||||||
|
},
|
||||||
|
function($model) {
|
||||||
|
return $model->gateway_id == GATEWAY_WEPAY;
|
||||||
|
}
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user