@extends('layouts.setup') @section('title', '決済連携') @section('page-title', '決済連携') @push('styles') @endpush @section('setup_body') {{-- フラッシュは layouts.app が全画面共通で表示する(二重表示防止)。 --}}
決済連携が登録されていません
| 管理名 | 決済代行 | モード | 状態 | 設定 | 操作 |
|---|---|---|---|---|---|
|
{{ $account->name }}
@if($account->merchant_id)
{{ $account->merchantIdLabel() }}: {{ $account->merchant_id }}
@endif
クリックでテレコム登録値を表示
|
{{ $account->providerLabel() }} | {{ $account->environmentLabelForList() }} | {{ $account->status === 'active' ? '有効' : '無効' }} | @if($account->isConfigured()) 入力済み @else 要確認 @endif | |
|
@include('setting.partials.telecom-registration-fields', ['account' => $account, 'embedded' => true])
クライアントIPの変更は上の行の編集から行えます。 |
|||||
|
{{ $account->name }}
@if($account->merchant_id)
{{ $account->merchantIdLabel() }}: {{ $account->merchant_id }}
@endif
|
{{ $account->providerLabel() }} | {{ $account->environmentLabelForList() }} | {{ $account->status === 'active' ? '有効' : '無効' }} | @if($account->isConfigured()) 入力済み @else 要確認 @endif | |