| Author |
Extending PaymentMethod schema
|
|
| Søren Spelling Lund 2006-08-30, 1:24 pm |
| Is it possible to extend the paymentmethod schema somehow? I need to
store some extra configuration values on each paymentmethod but I can't
see a clear way to extend them.
Thank you.
--
| |
| Vinod Kumar[MSFT] 2006-10-10, 1:30 am |
| No payment method schema is not extensible.
-Vinod
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All rights
reserved.
--------------------
From: =?iso-8859-1?Q?S=F8ren_Spelling_Lund?= <public@publicvoid.dk>
Subject: Extending PaymentMethod schema
User-Agent: XanaNews/1.18.1.3
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Message-ID: <uhyFYiDzGHA.1268@TK2MSFTNGP02.phx.gbl>
Newsgroups: microsoft.public.commerceserver.general
Date: Wed, 30 Aug 2006 06:31:25 -0700
NNTP-Posting-Host: cpe.atm2-0-1021218.0x503ff9e2.arcnxx9.customer.tele.dk 80.63.249.226
Lines: 1
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP02.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:18278
X-Tomcat-NG: microsoft.public.commerceserver.general
Is it possible to extend the paymentmethod schema somehow? I need to
store some extra configuration values on each paymentmethod but I can't
see a clear way to extend them.
Thank you.
--
| |
| Colin Bowern 2006-10-10, 7:26 pm |
| Soren,
In Commerce Server 2007 you can inherit from the Payment classes and extend
them. I've gone a bit further and inherited from Payment to create my own
base (which has caused me to have to re-create CreditCardPayment).
For more information check out the following blog entry:
http://blogs.msdn.com/vkumar/archiv.../28/649896.aspx
Cheers,
Colin
"Søren Spelling Lund" <public@publicvoid.dk> wrote in message
news:uhyFYiDzGHA.1268@TK2MSFTNGP02.phx.gbl...
> Is it possible to extend the paymentmethod schema somehow? I need to
> store some extra configuration values on each paymentmethod but I can't
> see a clear way to extend them.
>
> Thank you.
>
> --
>
|
|
|
|