Skip to content

Commit

Permalink
Merge pull request #1 from carmelosantana/finish-spec
Browse files Browse the repository at this point in the history
- Fixed add_phone default values
- Added complete specification from ADF 1.0
- Added new examples
- Added example-1/5.php
- Added support for full ADF implementation
- Added attribute + element
- Changed set_requestdate() to add_requestdate()
- Update composer.json
- Update docs
- Removed add()
  • Loading branch information
carmelosantana committed Feb 10, 2021
2 parents 1bb6661 + bec5e57 commit 8f2cb14
Show file tree
Hide file tree
Showing 12 changed files with 1,466 additions and 548 deletions.
11 changes: 6 additions & 5 deletions .gitignore
@@ -1,10 +1,11 @@
# composer
composer.phar
/vendor/
vendor/

# phpdoc
phpdoc-md
/.phpdoc
/docs/phpdoc
/docs/README.md
/docs/SendADF.md
.phpdoc
docs/phpdoc
docs/README.md
docs/SendADF.md
docs/example.php

0 comments on commit 8f2cb14

Please sign in to comment.