Skip to content

Commit f5c84a6

Browse files
committed
Update README.md
1 parent 5df9c1f commit f5c84a6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ data-option0price2="12.00"
104104
```
105105

106106
## Form validation
107-
We can also handle form validation for you. To make a field required, add `data-optionNrequired="true"`. We support patterns, too. Add `data-optionNpattern`, e.g. `data-optionNpattern="alphaNumericRegex"`. Supported validators are: `alphaNumericRegex`, `alphaRegex`, and `numericRegex`.
107+
We can also handle form validation for you.
108+
109+
To make a field required, add `data-optionNrequired="true"`.
110+
111+
We support patterns, too. Add `data-optionNpattern`, e.g. `data-optionNpattern="alphaNumericRegex"`. Supported validators are: `alphaNumericRegex`, `alphaRegex`, and `numericRegex`.
108112

109113
## Callback notification
110114
On completion of a transaction you can get a payment notification ([IPN](https://www.x.com/developers/paypal/documentation-tools/ipn/integration-guide/IPNIntro)) on a callback URL you specify using the `data-callback` attribute. An [IPN simulator](https://developer.paypal.com/webapps/developer/applications/ipn_simulator) is available on the sandbox.

0 commit comments

Comments
 (0)