Added payment <unified> payment-methode
This commit is contained in:
		@@ -6,7 +6,8 @@ enum PaymentMethod {
 | 
			
		||||
	Progressive = 0x01,
 | 
			
		||||
	Degressive = 0x02,
 | 
			
		||||
	Linear = 0x03,
 | 
			
		||||
	Steps = 0x04
 | 
			
		||||
    Steps = 0x04,
 | 
			
		||||
    Unified = 0x05
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif // PAYMENT_METHOD_H_INCLUDED
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user