Forum OpenACS Q&A: Response to Payment Service Contract available

Collapse
Posted by Hamilton Chua on
  
Hello  
  
I encountered a problem installing the Payment Gateway Package.  
I opened the payment-gatewy-sc-create.sql file and found that the  
last statement ....  
 
*********** 
select acs_sc_msg_type__new (  
           'PaymentGateway.Info.InputType',  
	   ''  
);  
*********** 
  
was causing this error  
  
**************  
Request Error     
     
psql:payment-gateway-sc-create.sql:128: ERROR:  Cannot insert a     
duplicate key into unique index acs_sc_msg_types_name_un     
*************** 
 
when trying to install the payment-gateway package.