diff --git a/codbex-methods/data/payment-methods.csv b/codbex-methods/data/payment-methods.csv index b7c146e..c914c3d 100644 --- a/codbex-methods/data/payment-methods.csv +++ b/codbex-methods/data/payment-methods.csv @@ -1,5 +1,5 @@ -"PAYMENTMETHOD_ID","PAYMENTMETHOD_NAME" -"1","Cash" -"2","Bank transfer" -"3","Debit card" -"4","Credit card" \ No newline at end of file +PAYMENTMETHOD_ID,PAYMENTMETHOD_NAME +1,Cash +2,Bank transfer +3,Debit card +4,Credit card \ No newline at end of file diff --git a/codbex-methods/data/sent-methods.csv b/codbex-methods/data/sent-methods.csv index 15b86c1..997fd31 100644 --- a/codbex-methods/data/sent-methods.csv +++ b/codbex-methods/data/sent-methods.csv @@ -1,3 +1,4 @@ -"SENTMETHOD_ID","SENTMETHOD_NAME" -"1","E-mail" -"2","Courier" \ No newline at end of file +SENTMETHOD_ID,SENTMETHOD_NAME +1,E-mail +2,Delivery +3,Pickup \ No newline at end of file