Skip to content

Commit e13c529

Browse files
author
Brett Wejrowski
committed
changed paypal 'shipping' to 'handling_cart'
1 parent a69c98f commit e13c529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simpleCart.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ function Cart(){
265265
}
266266

267267
if( me.shipping() !== 0){
268-
form.appendChild(me.createHiddenElement("shipping", me.shippingCost ));
268+
form.appendChild(me.createHiddenElement("handling_cart", me.shippingCost ));
269269
}
270270

271271
if( me.successUrl ){

0 commit comments

Comments
 (0)