Scott Berry
Results
2
issues of
Scott Berry
For example: ``` if (StructKeyExists(arguments,'card.address_city') AND Len(Trim(arguments.card.address_city))) { local.HTTPService.addParam(type='formfield',name='card[address_city]',value=Trim(arguments.card.address_city)); } ``` This section of code is missing from customer, card, etc.
I'm a python n00b so maybe it's my error but it seems like I am having some issues using some of the methods. For example, I can do a simple...