tweag / cybersourcery_demo_site

MIT License
1 stars 0 forks source link

Cybersource transaction types to support? #12

Closed toppa closed 10 years ago

toppa commented 10 years ago

The existing Sunguard code is hardcoded to the "create_payment_token" transaction type. The Penn code is hardcoded to the "sale" type.

Need to decide whether and how to make this configurable.

nicholaides commented 10 years ago

I think we should make it configurable. The Sundard app will also use update_payment_token.

On Tue, Jul 29, 2014 at 9:34 AM, Michael Toppa notifications@github.com wrote:

The existing Sunguard code is hardcoded to the "create_payment_token" transaction type. The Penn code is hardcoded to the "sale" type.

Need to decide whether and how to make this configurable.

— Reply to this email directly or view it on GitHub https://github.com/promptworks/cybersourcery/issues/12.

Mike Nicholaides Software Engineer and Co-Founder at PromptWorks www.promptworks.com (267) 622-4729

dmcclory commented 10 years ago

I agree. I think that one starts a subscription (create_payment_token) and the other does a one-off payment (sale)

toppa commented 10 years ago

Thanks guys. I'll add a story for this