Describe the issue
The money parameter in the buyer verification flow must be optional, because we may be verifying a saved card on file instead of a charge. I could see from the implementation that this property is not used if the action is Store, but either way it's non intuitive making it mandatory if it may not be.
Describe the issue
The
moneyparameter in the buyer verification flow must be optional, because we may be verifying a saved card on file instead of a charge. I could see from the implementation that this property is not used if the action isStore, but either way it's non intuitive making it mandatory if it may not be.