Check for valid shipping and payment drivers for checkout. Rebuild transaction to take all info from the Cart.
This commit is contained in:
parent
1ef4aa8ef0
commit
d48d9bc90f
3 changed files with 81 additions and 48 deletions
|
|
@ -625,7 +625,6 @@ sub processTransaction {
|
|||
my $transactionProperties;
|
||||
$transactionProperties->{ paymentMethod } = $self;
|
||||
$transactionProperties->{ cart } = $cart;
|
||||
$transactionProperties->{ paymentAddress } = $paymentAddress if defined $paymentAddress;
|
||||
$transactionProperties->{ isRecurring } = $cart->requiresRecurringPayment;
|
||||
|
||||
# Create a transaction...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue