[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
RE: [mv] Purchase Order checkout with CyberCash setup
****** message to minivend-users from "Christopher Thompson" <ct@arborinternet.com> ******
Thanks Marius,
I think I found an easier way by turning all credit card processing off:
[if value fax_order]
[perl config]
$Safe{config}->{CreditCardAuto} = 0;
$Safe{config}->{CyberCash} = 0;
return '';
[/perl]
[/if]
I try not to patch because it complicates upgrading.
> -----Original Message-----
> From: owner-minivend-users@minivend.com
> [mailto:owner-minivend-users@minivend.com]On Behalf Of Marius Schaefer
> Sent: Wednesday, February 16, 2000 4:37 AM
> To: minivend-users@minivend.com
> Subject: Re: [mv] Purchase Order checkout with CyberCash setup
>
>
> ****** message to minivend-users from Marius Schaefer
> <maillist@b-p-a.com> ******
>
> Hi,
>
> modify your CCLib.pm
>
> if ($Vend::Session->{'values'}->{'b_payment'} eq "Nachnahme") {
> $result{MStatus}='success';
> $result{'order-id'}=1;
> return %result;
> }
>
> Marius
>
>
> Christopher Thompson schrieb:
> >
> > ****** message to minivend-users from "Christopher
> Thompson" <ct@arborinternet.com> ******
> >
> > How do you set up the order page for either CyberCash payment or a
> > purchase order with no credit card info? I have tried a
> number of things,
> > but always get the Order Failed page? I am using the standard
> fax_order
> > setup, but with a purchase order number text entry field.
> This works with
> > CreditCardAuto, but does not seem to work with CyberCash. Any ideas?
> > Thanks.
> >
> > -
> > To unsubscribe from the list, DO NOT REPLY to this message.
> Instead, send
> > email with 'UNSUBSCRIBE minivend-users' in the body to
> Majordomo@minivend.com.
> > Archive of past messages:
> http://www.minivend.com/minivend/minivend-list
> -
> To unsubscribe
> from the list, DO NOT REPLY to this message. Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to
> Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
>
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list