FoxyCart / FoxyCart-Cart-Validation--PHP

Automatically sign (with HMAC SHA-256) all links and forms in a block of HTML
http://wiki.foxycart.com/static/redirect/price_validation
13 stars 9 forks source link

Update excluded prepopulation fields for FoxyCart 2.0 #8

Closed brettflorio closed 9 years ago

brettflorio commented 9 years ago

FoxyCart 2.0 changed most of the checkout prepopulation input names from customer_ to billing_ prefixes. Note the differences: 2.0: https://wiki.foxycart.com/v/2.0/cheat_sheet#customer_information_pre-population 1.1: https://wiki.foxycart.com/v/1.1/cheat_sheet#customer_information_pre-population

This script should be updated to ignore those fields as appropriate.