22 lines
		
	
	
		
			472 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			472 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'name'              => 'Offline Payments',
 | |
|     'description'       => 'Create unlimited payment options for admin usage',
 | |
| 
 | |
|     'add_new'           => 'Add New',
 | |
|     'edit'              => 'Edit: :method',
 | |
| 
 | |
|     'form' => [
 | |
|         'code'          => 'Code',
 | |
|         'customer'      => 'Show to Customer',
 | |
|         'order'         => 'Order'
 | |
|     ],
 | |
| 
 | |
|     'methods'           => 'Method|Methods',
 | |
| 
 | |
|     'payment_gateways'  => 'Offline Payment Methods',
 | |
| 
 | |
| ];
 |